Skip to content

Releases: evanderkoogh/otel-cf-workers

v1.0.0-rc.52

v1.0.0-rc.52 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 May 01:24
76fb3b2

Minor Changes

Patch Changes

  • 5e008a8: Properly deal with the new Class style Durable Objects. Note: RPC style calls are not auto-instrumented yet.

v1.0.0-rc.51

v1.0.0-rc.51 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 May 16:13
9883d45

Patch Changes

  • d20322d: Make sure spans are ended on network errors
  • 4b89506: Forcefully end spans that aren't ended by custom instrumentation when flushing
  • 169d92a: Add user-agent header to the SpanExporter

v1.0.0-rc.50

v1.0.0-rc.50 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 May 14:30
6c3ce46

Minor Changes

  • 19af336: Implement a complete rework of the internals to be more predictable and make it easier to implement more instrumentation on top of it.

Patch Changes

v1.0.0-rc.49

v1.0.0-rc.49 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Dec 04:23
6b6e2b1

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

v1.0.0-rc.48 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Sep 02:35
f15b21c

Minor Changes

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

v1.0.0-rc.47

v1.0.0-rc.47 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Sep 02:46
9aaa5e4

Patch Changes

v1.0.0-rc.46

v1.0.0-rc.46 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Sep 05:24
b38873a

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

v1.0.0-rc.45 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 08:31
8f466b9

Patch Changes

v1.0.0-rc.44

v1.0.0-rc.44 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Aug 04:46
30ee772

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

v1.0.0-rc.40 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 May 01:27
af75f35

Patch Changes

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