Skip to content

Commit feedb22

Browse files
authored
chore: prepare release of 0.32.1 (#246)
This is a patch release with preparation to remove public reexport of `OtelData`.
1 parent 99b934b commit feedb22

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tracing-opentelemetry"
3-
version = "0.32.0"
3+
version = "0.32.1"
44
description = "OpenTelemetry integration for tracing"
55
homepage = "https://github.com/tokio-rs/tracing-opentelemetry"
66
repository = "https://github.com/tokio-rs/tracing-opentelemetry"

0 commit comments

Comments
 (0)