Skip to content

Releases: tokio-rs/tracing-opentelemetry

0.22.0

07 Nov 22:07
62690b4

Choose a tag to compare

Breaking Changes

  • Upgrade to v0.21.0 of opentelemetry
    For list of breaking changes in OpenTelemetry, see the
    v0.21.0 changelog.
  • Update MSRV to require Rust 1.65+, as opentelemetry requires it now. (#68)

Fixed

  • WASM Support (#57)
  • Fix potential deadlock (#59)

Thanks to @jesseditson, @AsmPrgmC3, and @rthomas for contributing to this release!

0.21.0

29 Aug 14:54
6149863

Choose a tag to compare

Added

  • Ability to produce measurement with attributes (#43)

Breaking Changes

Fixed

  • Trace IDs not matching when propagating invalid contexts (#55)

Thanks to @ymgyt and @hdost for contributing to this release!

0.20.0

04 Aug 20:30
d9b18f2

Choose a tag to compare

Added

  • Add OpenTelemetrySpanExt::set_attribute function (#34)

Breaking Changes

  • Upgrade to v0.20.0 of opentelemetry (#36)
    For list of breaking changes in OpenTelemetry, see the
    v0.20.0 changelog.

Thanks to @ymgyt, @mladedav, @shaun-cox, and @Protryon for contributing to this release!

0.19.0

23 May 21:02
42e9869

Choose a tag to compare

Breaking Changes

  • Upgrade to v0.19.0 of opentelemetry (#12)
    For list of breaking changes in OpenTelemetry, see the
    v0.19.0 changelog.
  • Update MSRV to require Rust 1.60+, as opentelemetry requires it now (#12)

Thanks to @jaysonsantos, @briankung, and @humb1t for contributing to this release!