ReleaseCloudflare (Workers AI)Cloudflare (Workers AI)published Oct 24, 2025seen Jun 26

cloudflare/containers v0.0.29

cloudflare/containers

Open original ↗

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 what cancellationOptions on startAndWaitForPorts. start does not check for port readiness but still polls for available and starting container.
  • Respect waitInterval if passed in via start or startAndWaitForPorts when polling container for readiness.
  • 8458fda: fix racy condition where we would try and start containers that are running