You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opentelemetry/CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,11 @@ These methods allow SDK components, exporters, and processors to temporarily
23
23
disable telemetry generation during their internal operations, ensuring more
24
24
predictable and efficient observability pipelines.
25
25
26
+
- re-export `tracing` for `internal-logs` feature to remove the need of adding `tracing` as a dependency
27
+
26
28
## 0.29.1
27
29
28
-
Release 2025-Mar-31
30
+
Release 2025-Apr-01
29
31
30
32
- Bug Fix: Re-export `WithContext` at `opentelemetry::trace::context::WithContext`[#2879](https://github.com/open-telemetry/opentelemetry-rust/pull/2879) to restore backwards compatability
31
33
- The new path for `WithContext` and `FutureExt` are in `opentelemetry::context` as they are independent of the trace signal. Users should prefer this path.
0 commit comments