Skip to content

Releases: evanderkoogh/otel-cf-workers

v1.0.0-rc.39

v1.0.0-rc.39 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 May 00:56
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 !

v1.0.0-rc.38

v1.0.0-rc.38 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 May 15:20
6f1c790

Patch Changes

  • 0fdf245: Add back instrumentation of fetch in service bindings

v1.0.0-rc.37

v1.0.0-rc.37 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Apr 12:24
3bdda1e

Minor Changes

  • 285d0c0: [Breaking] Rename some instrumented spans for consistency
  • f10e4cd: Add option to disable auto-instrumentation of global fetch and cache API

v1.0.0-rc.36

v1.0.0-rc.36 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Apr 20:44
922ba72

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 isVersionMetadata was incorrectly picking up rpc bindings too when searching for version bindings. - thanks @DaniFoldi !

v1.0.0-rc.35

v1.0.0-rc.35 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Apr 10:34
f87fad8

Patch Changes

  • dc8e389: fix: Rename version metadata attribute to match binding name

v1.0.0-rc.34

v1.0.0-rc.34 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Apr 10:19
ef8f686

Patch Changes

  • 051118f: Add version metadata to attributes if found

v1.0.0-rc.33

v1.0.0-rc.33 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Apr 09:49
89cb900

Patch Changes

  • 660e4a7: Prevent incorrect detection of rpc bindings

v1.0.0-rc.32

v1.0.0-rc.32 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Apr 13:24
89e9719

Patch Changes

  • 1390b74: fix: Revert import of packge.json breaking module resolution

v1.0.0-rc.31

v1.0.0-rc.31 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Apr 13:19
b41d632

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

v1.0.0-rc.24 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Mar 13:43
d0e5e58

Patch Changes

  • 23363aa: fix: Set has_result to false when there is no value returned in kv.getWithMetadata()