Releases: james-elicx/cf-bindings-proxy
Releases · james-elicx/cf-bindings-proxy
Release list
v0.7.2
v0.7.1
Patch Changes
- d2cc335: Check process is not undefined when checking whether to use the binding or not.
v0.7.0
Minor Changes
- 906b21f: Support for the Cache API, as well as support for transforming Request / Response / URL objects.
v0.5.0
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
Patch Changes
- ab73898: Fixes returning a binding through an awaited function calling
.thenonbinding(...)and throwing an error.
v0.4.0
Minor Changes
- 61d928a: Support for
writeHttpMetadatafor R2.
v0.3.3
Patch Changes
- 8527c95: Fix using
JSON.stringify(...)throwing an error.
v0.3.2
v0.3.1
Patch Changes
- 803dd41: Fix the incorrect process of converting ArrayBuffer to base64
v0.3.0
Minor Changes
- 918bb55: Support for providing a custom fallback to use instead of
process.env.