Skip to content

Commit 7cc7b79

Browse files
committed
add changelog
1 parent 45be10a commit 7cc7b79

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
@@ -7,6 +7,12 @@
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)).
99
- **Fix**: batch size accounting in BatchSpanProcessor when queue is full ([#3089](https://github.com/open-telemetry/opentelemetry-rust/pull/3089)).
10+
- **Fix**: Resolved dependency issue where the "logs" feature incorrectly
11+
required the "trace" feature flag
12+
([#3096](https://github.com/open-telemetry/opentelemetry-rust/issues/3096)).
13+
The logs functionality now operates independently, while automatic correlation
14+
between logs and traces continues to work when the "trace" feature is
15+
explicitly enabled.
1016

1117
## 0.30.0
1218

0 commit comments

Comments
 (0)