File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.32.1] ( https://github.com/tokio-rs/tracing-opentelemetry/compare/v0.32.0...v0.32.1 ) - 2025-12-17
11+
12+ ### Added
13+
14+ - allow OpenTelemetry context access with SpanRef ([ #234 ] ( https://github.com/tokio-rs/tracing-opentelemetry/pull/234 ) )
15+ - add event-counting filtering layer for spans ([ #228 ] ( https://github.com/tokio-rs/tracing-opentelemetry/pull/228 ) )
16+ - publicly export ` SetParentError `
17+
18+ ### Fixed
19+
20+ - fix panic in multithreaded follows-from
21+
22+ ### Other
23+
24+ - Remove unwanted dependency on opentelemetry sdk crate ([ #241 ] ( https://github.com/tokio-rs/tracing-opentelemetry/pull/241 ) )
25+ - update README.md links to use the latest version ([ #239 ] ( https://github.com/tokio-rs/tracing-opentelemetry/pull/239 ) )
26+ - remove thiserror and unused dependencies ([ #238 ] ( https://github.com/tokio-rs/tracing-opentelemetry/pull/238 ) )
27+
1028## [ 0.32.0] ( https://github.com/tokio-rs/tracing-opentelemetry/compare/v0.31.0...v0.32.0 ) - 2025-09-29
1129
1230### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " tracing-opentelemetry"
3- version = " 0.32.0 "
3+ version = " 0.32.1 "
44description = " OpenTelemetry integration for tracing"
55homepage = " https://github.com/tokio-rs/tracing-opentelemetry"
66repository = " https://github.com/tokio-rs/tracing-opentelemetry"
You can’t perform that action at this time.
0 commit comments