Releases: evanderkoogh/otel-cf-workers
Releases · evanderkoogh/otel-cf-workers
Release list
v1.0.0-rc.39
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 !
v1.0.0-rc.38
v1.0.0-rc.37
v1.0.0-rc.36
Minor Changes
- 0bfd65c: Export unwrapped global fetch for various advanced use cases - thanks @DaniFoldi !
Patch Changes
- 39d448c: Correctly detect version metadata when tag is an empty string. Also, check for RPC bindings in all cases as
isVersionMetadatawas incorrectly picking up rpc bindings too when searching for version bindings. - thanks @DaniFoldi !
v1.0.0-rc.35
v1.0.0-rc.34
v1.0.0-rc.33
v1.0.0-rc.32
v1.0.0-rc.31
Patch Changes
- 10376e2: fix: Remove publish script to prevent double publish
Previous Releases
1.0.0-rc.31
Patch Changes
- 10376e2: fix: Remove publish script to prevent double publish
1.0.0-rc.30
Minor Changes
- c53aafa: Add instrumentation for DO storage alarm methods and deleteAll
Patch Changes
- d107ae8: Fix telemetry sdk attributes
- c53aafa: Fix DO storage instrumentation extra attributes
- c53aafa: Fix DO storage put when providing an object with multiple values
- 97aa141: Make ResolveConfigFn generic
1.0.0-rc.29
Patch Changes
- 3a3d089: chore: Update @changesets/cli
1.0.0-rc.28
Patch Changes
- ebf918c: chore: Remove pnpm cache in release action
1.0.0-rc.27
Patch Changes
- b51bf4d: chore: Lock @opentelemetry/api at 1.6.x
1.0.0-rc.26
Patch Changes
- a2b04cd: chore: Bump release version
1.0.0-rc.25
Patch Changes
-
8c196ee: fix: Use extensions in all imports
This fixes unit tests not working due to non-ESM imports.
1.0.0-rc.24
Patch Changes
- 23363aa: fix: Set has_result to false when there is no value returned in kv.getWithMetadata()
v1.0.0-rc.24
Patch Changes
- 23363aa: fix: Set has_result to false when there is no value returned in kv.getWithMetadata()