Skip to content

Releases: cloudflare/containers

v0.2.4

07 Apr 21:35
0d4f80b

Choose a tag to compare

Patch Changes

  • ad96a97: Fix containerFetch() throwing on proxied bodyless responses by skipping response reconstruction when Response.body is null.

v0.2.3

06 Apr 14:11
590f381

Choose a tag to compare

Patch Changes

  • 1e29d6f: Handle Blob WebSocket messages by converting to ArrayBuffer before forwarding between client and container

v0.2.2

31 Mar 16:22
210e5fb

Choose a tag to compare

Patch Changes

  • c88e29f: Activity tracking refreshes timeout if inflight request instead of depending on alarm polling

v0.2.1

30 Mar 21:13
82ea775

Choose a tag to compare

Patch Changes

  • 828e8c8: Start tracking activity by piping the response body to a transform stream and proxying the websocket

v0.2.0

23 Mar 17:19
ae187d0

Choose a tag to compare

Minor Changes

  • 956ef8c: Add support to specify outbound hooks in container class (experimental)

v0.1.1

26 Feb 12:54
9885a4b

Choose a tag to compare

Patch Changes

  • 5119cee: Fix operator precedence in port-ready timeout retry calculation
  • 38d9e29: Update container default Env to Cloudflare.Env

v0.1.0

15 Jan 18:15
0b6112f

Choose a tag to compare

Minor Changes

  • 05e64b7: add pingEndpoint to configure the ping URL of the container class

Patch Changes

  • e503912: Add custom ping endpoint

v0.0.31

12 Dec 17:22
8d8a285

Choose a tag to compare

Patch Changes

  • 32a0928: fix: correctly sync state when calling stop()

v0.0.30

29 Oct 03:48
44ac506

Choose a tag to compare

Patch Changes

  • 33faed8: calling stop() on a container that is not running should not send another stop signal

v0.0.29

24 Oct 17:07
016550d

Choose a tag to compare

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