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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
- Align `Baggage.remove()` signature with `.get()` to take the key as a reference
14
14
-`Baggage` can't be retrieved from the `Context` directly anymore and needs to be accessed via `context.baggage()`
15
15
-`with_baggage()` and `current_with_baggage()` override any existing `Baggage` in the `Context`
16
-
16
+
- Changed `Context` to use a stack to properly handle out of order dropping of `ContextGuard`. This imposes a limit of `65535` nested contexts on a single thread. See #[2378](https://github.com/open-telemetry/opentelemetry-rust/pull/2284) and #[1887](https://github.com/open-telemetry/opentelemetry-rust/issues/1887).
17
17
- Added additional `name: Option<&str>` parameter to the `event_enabled` method
18
18
on the `Logger` trait. This allows implementations (SDK, processor, exporters)
19
19
to leverage this additional information to determine if an event is enabled.
0 commit comments