Skip to content

Commit cdfaae7

Browse files
committed
chore: move CL entry to vNext
1 parent a58c342 commit cdfaae7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

opentelemetry-sdk/CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22

33
## vNext
44

5-
- *Breaking* SimpleLogProcessor modified to be generic over `LogExporter` to
6-
avoid dynamic dispatch to invoke exporter. If you were using
7-
`with_simple_exporter` to add `LogExporter` with SimpleLogProcessor, this is a
8-
transparent change.
9-
[#2338](https://github.com/open-telemetry/opentelemetry-rust/pull/2338)
5+
- *Breaking*
6+
- SimpleLogProcessor modified to be generic over `LogExporter` to
7+
avoid dynamic dispatch to invoke exporter. If you were using
8+
`with_simple_exporter` to add `LogExporter` with SimpleLogProcessor, this is a
9+
transparent change.
10+
[#2338](https://github.com/open-telemetry/opentelemetry-rust/pull/2338)
11+
- `ResourceDetector.detect()` no longer supports timeout option.
1012

1113
## 0.27.1
1214

1315
Released 2024-Nov-27
1416

1517
- **DEPRECATED**:
16-
- `ResourceDetector.detect()` no longer supports timeout option.
1718
- `trace::Config` methods are moving onto `TracerProvider` Builder to be consistent with other signals. See https://github.com/open-telemetry/opentelemetry-rust/pull/2303 for migration guide.
1819
`trace::Config` is scheduled to be removed from public API in `v0.28.0`.
1920
example:

0 commit comments

Comments
 (0)