cloudflare/containers v0.0.29
cloudflare/containers
Captured source
source ↗published Oct 24, 2025seen Jun 26captured 2whttp 200method plain
v0.0.29
Repository: cloudflare/containers
Tag: v0.0.29
Published: 2025-10-24T17:07:19Z
Prerelease: no
Release notes:
Patch Changes
- e4879c8: Miscellaneous minor fixes and improvements to starting containers and port checking.
- When calling
startAndWaitForPorts, check for port-readiness even if the container is started. - Add
waitForPort()method. - Add options to configure timeout and polling interval to
start, similar to whatcancellationOptionsonstartAndWaitForPorts.startdoes not check for port readiness but still polls for available and starting container. - Respect
waitIntervalif passed in viastartorstartAndWaitForPortswhen polling container for readiness.
- 8458fda: fix racy condition where we would try and start containers that are running