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-sdk/CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@
26
26
asynchronously, it should clone the log data to ensure it can be safely processed without
27
27
lifetime issues.
28
28
29
+
-**Breaking**[1836](https://github.com/open-telemetry/opentelemetry-rust/pull/1836)`SpanProcessor::shutdown` now takes an immutable reference to self. Any reference can call shutdown on the processor. After the first call to `shutdown` the processor will not process any new spans.
30
+
29
31
## v0.23.0
30
32
31
33
- Fix SimpleSpanProcessor to be consistent with log counterpart. Also removed
0 commit comments