Skip to content

v0.0.27

Compare
Choose a tag to compare
@emily-shen emily-shen released this 29 Aug 16:43
· 4 commits to main since this release

Patch Changes

  • 77da121: Add startOptions to startAndWaitForPorts()

    This lets you configure env vars, the entrypoint command, and internet access when you call startAndWaitForPorts. Previously this was only supported on start.

  • f57250f: chore: add changesets to generate changelogs for @cloudflare/containers

  • 5ad3877: fix: use default port by default when making fetch requests to containers. this was breaking local dev as we would check the port of the host url, rather than the port the container was listening on. this was not an issue in production, as all ports are exposed there.