Skip to content

Commit 36fae4f

Browse files
committed
CHANGLOG
1 parent b2b0572 commit 36fae4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opentelemetry-sdk/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
asynchronously, it should clone the log data to ensure it can be safely processed without
2727
lifetime issues.
2828

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+
2931
## v0.23.0
3032

3133
- Fix SimpleSpanProcessor to be consistent with log counterpart. Also removed

0 commit comments

Comments
 (0)