Releases: james-elicx/cf-bindings-proxy
Releases · james-elicx/cf-bindings-proxy
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
.then
on binding(...)
and throwing an error.
v0.4.0
Minor Changes
- 61d928a: Support for
writeHttpMetadata
for R2.
v0.3.3
Patch Changes
- 8527c95: Fix using
JSON.stringify(...)
throwing an error.
v0.3.2
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
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
.
v0.2.8
Patch Changes
- 705a99e: Make it possible to send an ArrayBuffer or a Blob