Skip to content

Releases: cloudflare/containers

v0.3.2

15 Apr 23:46
4f0e0d4

Choose a tag to compare

Patch Changes

  • e8895f1: Preserve response headers when proxying WebSocket upgrades through Container.fetch().

v0.3.1

15 Apr 23:33
fe201dd

Choose a tag to compare

Patch Changes

  • 0c06874: Remove debug console.log(props) statement from ContainerProxy initialization

v0.3.0

09 Apr 21:02
c6d8f60

Choose a tag to compare

Minor Changes

  • 9b32add: Opt in to interceptOutboundHttps when interceptHttps = true

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