Releases: tokio-rs/tracing-opentelemetry
Releases Β· tokio-rs/tracing-opentelemetry
0.27.0
0.26.0
0.25.0
0.24.0
0.23.0
0.22.0
Breaking Changes
- Upgrade to
v0.21.0
ofopentelemetry
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
Thanks to @jesseditson, @AsmPrgmC3, and @rthomas for contributing to this release!
0.21.0
Added
- Ability to produce measurement with attributes (#43)
Breaking Changes
MetricsLayer
is now generic over the itsSubscriber
impl to support
per-layer filtering (#43)
Fixed
- Trace IDs not matching when propagating invalid contexts (#55)
Thanks to @ymgyt and @hdost for contributing to this release!
0.20.0
Added
- Add
OpenTelemetrySpanExt::set_attribute
function (#34)
Breaking Changes
- Upgrade to
v0.20.0
ofopentelemetry
(#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
Breaking Changes
- Upgrade to
v0.19.0
ofopentelemetry
(#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!