Skip to content

Commit ae67b7c

Browse files
authored
[chore] Cleanup changelog (#9937)
- Remove an entry for sync/atomic usage as it's an internal change - Fix a typo - Move pdata/testdata from Deprecations to Enhancements since `internal/testdata` wasn't avalable from outside of the repo
1 parent ed0c479 commit ae67b7c

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.chloggen/use-sync/atomic.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG-API.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,14 @@ If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG
1919

2020
### 🚩 Deprecations 🚩
2121

22-
- `internal/testdata`: move internal/testdata to pdata/testdata (#9886)
23-
This reduces dependencies from the consumer package while making testdata available across repos. It will allow us to remove duplicated code and its a fairly small surface area.
2422
- `confighttp`: Deprecate `ToClient`,`ToListener`and `ToServer` use `ToClientContext`,`ToListenerContext` and `ToServerContext`instead. (#9807)
2523
- `configtls`: Deprecate `ClientConfig.LoadTLSConfig` and `ServerConfig.LoadTLSConfig`, use `ClientConfig.LoadTLSConfigContext` and `ServerConfig.LoadTLSConfigContext` instead. (#9811)
2624

2725
### 💡 Enhancements 💡
2826

27+
- Introduce new module for generating pdata: pdata/testdata (#9886)
2928
- `exporterhelper`: Make the `WithBatcher` option available for regular exporter helpers based on OTLP data type. (#8122)
30-
Not `WithBatcher` can be used with both regular exporter helper (e.g. NewTracesExporter) and the request-based exporter
29+
Now, `WithBatcher` can be used with both regular exporter helper (e.g. NewTracesExporter) and the request-based exporter
3130
helper (e.g. NewTracesRequestExporter). The request-based exporter helpers require `WithRequestBatchFuncs` option
3231
providing batching functions.
3332

0 commit comments

Comments
 (0)