Skip to content

Commit

Permalink
[chore] Cleanup changelog (#9937)
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
dmitryax committed Apr 10, 2024
1 parent ed0c479 commit ae67b7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
16 changes: 0 additions & 16 deletions .chloggen/use-sync/atomic.yaml

This file was deleted.

5 changes: 2 additions & 3 deletions CHANGELOG-API.md
Expand Up @@ -19,15 +19,14 @@ If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG

### 🚩 Deprecations 🚩

- `internal/testdata`: move internal/testdata to pdata/testdata (#9886)
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.
- `confighttp`: Deprecate `ToClient`,`ToListener`and `ToServer` use `ToClientContext`,`ToListenerContext` and `ToServerContext`instead. (#9807)
- `configtls`: Deprecate `ClientConfig.LoadTLSConfig` and `ServerConfig.LoadTLSConfig`, use `ClientConfig.LoadTLSConfigContext` and `ServerConfig.LoadTLSConfigContext` instead. (#9811)

### 💡 Enhancements 💡

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

Expand Down

0 comments on commit ae67b7c

Please sign in to comment.