Skip to content

Releases: evanderkoogh/otel-cf-workers

v1.0.0-rc.49

02 Dec 04:23
6b6e2b1
Compare
Choose a tag to compare
v1.0.0-rc.49 Pre-release
Pre-release

Minor Changes

  • 83fb993: Add support for email handlers

  • 82a2ff8: add support for email handlers

    Example usage:

    export default {
    	async email(message, env, ctx) {
    		// this is running in a trace!
    	},
    }

v1.0.0-rc.48

19 Sep 02:35
f15b21c
Compare
Choose a tag to compare
v1.0.0-rc.48 Pre-release
Pre-release

Minor Changes

  • 150efef: Add initial support for D1 (experimental)

v1.0.0-rc.47

10 Sep 02:46
9aaa5e4
Compare
Choose a tag to compare
v1.0.0-rc.47 Pre-release
Pre-release

Patch Changes

v1.0.0-rc.46

04 Sep 05:24
b38873a
Compare
Choose a tag to compare
v1.0.0-rc.46 Pre-release
Pre-release

Patch Changes

  • 7834157: Include correct version number in the outputted telemetry
  • 1969866: EXPERIMENTAL: implement withNextSpan(attrs: Attributes) that will includes those attributes in the next span that is created.
    This is useful for adding additional information to spans created by libraries such as when using fetch for example.

v1.0.0-rc.45

22 Aug 08:31
8f466b9
Compare
Choose a tag to compare
v1.0.0-rc.45 Pre-release
Pre-release

Patch Changes

v1.0.0-rc.44

15 Aug 04:46
30ee772
Compare
Choose a tag to compare
v1.0.0-rc.44 Pre-release
Pre-release

Patch Changes

  • bd0a46a: Upgrade dependencies and make @open-telemetry/api a peer-dependency to guard against different otel api implementations.

v1.0.0-rc.40

31 May 01:27
af75f35
Compare
Choose a tag to compare
v1.0.0-rc.40 Pre-release
Pre-release

Patch Changes

  • 226d7d3: fix(#143): Inline ts-checked-fsm due to module issues

v1.0.0-rc.39

28 May 00:56
b03730c
Compare
Choose a tag to compare
v1.0.0-rc.39 Pre-release
Pre-release

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

06 May 15:20
6f1c790
Compare
Choose a tag to compare
v1.0.0-rc.38 Pre-release
Pre-release

Patch Changes

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

v1.0.0-rc.37

29 Apr 12:24
3bdda1e
Compare
Choose a tag to compare
v1.0.0-rc.37 Pre-release
Pre-release

Minor Changes

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