Skip to content

Releases: james-elicx/cf-bindings-proxy

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 13 Jan 16:55
1bb9fef

Patch Changes

  • 8027461: Pass shell: true to spawn(...)

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 01 Nov 12:03
471e9fe

Patch Changes

  • d2cc335: Check process is not undefined when checking whether to use the binding or not.

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Sep 22:37

Minor Changes

  • 906b21f: Support for the Cache API, as well as support for transforming Request / Response / URL objects.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 01 Sep 17:12
50ff06b

Minor Changes

  • d87efba: Support for ReadableStream with R2 .put(...), and .get(...).body.
  • d87efba: Transforms functions from responses when making calls in the proxy, instead of needing further HTTP calls to read their value. Support for handling binding calls that return accessors for arrayBuffer(), blob(), text(), json(), body + bodyUsed.

Patch Changes

  • 7b0d1ae: Return array responses instead of creating a new proxy for the response.

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 31 Aug 16:46
f91308e

Patch Changes

  • ab73898: Fixes returning a binding through an awaited function calling .then on binding(...) and throwing an error.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 21:43
c330ca5

Minor Changes

  • 61d928a: Support for writeHttpMetadata for R2.

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 27 Aug 16:37
68da632

Patch Changes

  • 8527c95: Fix using JSON.stringify(...) throwing an error.

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 16:03
0b7bfb2

Patch Changes

  • fc01172: Fix a maximum stack call exception from buffer -> base64 conversion
  • fc01172: Fix blob -> base64 call for the arraybuffer not being awaited.

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 10:46
3c3f882

Patch Changes

  • 803dd41: Fix the incorrect process of converting ArrayBuffer to base64

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 11:09
2725345

Minor Changes

  • 918bb55: Support for providing a custom fallback to use instead of process.env.