Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG
- `exporterhelper`: Use configoptional for sending_queue::batch field (#13345)
- `configgrpc`: Update optional fields to use `configoptional.Optional` field for optional values. (#13250, #13252)
Components using `configgrpc` package may need to update config values.
- `confighttp`: Use configooptional.Optional in confighttp (#9478)
- `confighttp`: Use configoptional.Optional in confighttp (#9478)
- `exporterhelper`: Remove sizer map in favor of items/bytes sizers. Request based is automatically supported. (#13262)
- `pdata/pprofile`: Remove field Profile.StartTime from pdata/pprofile (#13315)
Remove Profile.StartTime from OTel Profiling signal.
Expand All @@ -34,7 +34,7 @@ If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG

- `pdata`: Document that changing pcommon.Map (Remove/removeIf/Put*) invalidates Value references obtained via Get. (#13073)
- `cmd/mdatagen`: Add support for optional attribute (#12571)
- `exporterhelper`: Add suppport to configure a different Sizer for the batcher than the queue (#13313)
- `exporterhelper`: Add support to configure a different Sizer for the batcher than the queue (#13313)
- `pdata`: Add support for the new resource-entity reference API as part of the experimental xpdata package. (#13264)

<!-- previous-version -->
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you are looking for developer-facing changes, check out [CHANGELOG-API.md](./

- `exporterhelper`: Enable items and bytes sizers for persistent queue (#12881)
- `exporterhelper`: Refactor persistent storage size backup to always record it. (#12890)
- `exporterhelper`: Add suppport to configure a different Sizer for the batcher than the queue (#13313)
- `exporterhelper`: Add support to configure a different Sizer for the batcher than the queue (#13313)
- `yaml`: Replaced `sigs.k8s.io/yaml` with `go.yaml.in/yaml` for improved support and long-term maintainability. (#13308)

### 🧰 Bug fixes 🧰
Expand Down
Loading