Skip to content

v1.0.0-rc.39

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 00:56
· 75 commits to main since this release
b03730c

Minor Changes

  • 52100b5: [Breaking] Rename durable object fetch, client fetch and service binding spans

Patch Changes

  • 360e3bd: fix: Avoid calling bind on instances of RpcProperty

    This PR inspects the unwrapped value, and if it's constructor is of RpcProperty, it handles binding by returning a different function that calls the RPC property as if it was bound.

    Thanks @JacobMarshallPP !