Skip to content

Commit 89c36ac

Browse files
committed
changelog
1 parent 0556363 commit 89c36ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
- *Fix* SpanProcessor::on_start is no longer called on non recording spans
77
- **Fix**: Restore true parallel exports in the async-native `BatchSpanProcessor` by honoring `OTEL_BSP_MAX_CONCURRENT_EXPORTS` ([#2959](https://github.com/open-telemetry/opentelemetry-rust/pull/3028)). A regression in [#2685](https://github.com/open-telemetry/opentelemetry-rust/pull/2685) inadvertently awaited the `export()` future directly in `opentelemetry-sdk/src/trace/span_processor_with_async_runtime.rs` instead of spawning it on the runtime, forcing all exports to run sequentially.
88
- **Feature**: Added `Clone` implementation to `SdkLogger` for API consistency with `SdkTracer` ([#3058](https://github.com/open-telemetry/opentelemetry-rust/issues/3058)).
9+
- **Fix**: Resolved dependency issue where the "logs" feature incorrectly
10+
required the "trace" feature flag
11+
([#3096](https://github.com/open-telemetry/opentelemetry-rust/issues/3096)).
12+
The logs functionality now operates independently, while automatic correlation
13+
between logs and traces continues to work when the "trace" feature is
14+
explicitly enabled.
915

1016
## 0.30.0
1117

0 commit comments

Comments
 (0)