Skip to content

Commit 3da7e16

Browse files
authored
[chore] Cleanup the v1.4.0/v0.97.0 changelog (#9834)
Move API changes to the CHANGELOG-API.md and remove redundant entries
1 parent 6833415 commit 3da7e16

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG-API.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG
2323
### 🚩 Deprecations 🚩
2424

2525
- `configgrpc`: Deprecated `ToServerContext`, use `ToServer` instead. (#9787)
26+
- `configgrpc`: Deprecate `SanitizedEndpoint` (#9788)
2627

2728
### 💡 Enhancements 💡
2829

@@ -31,6 +32,7 @@ If you are looking for user-facing changes, check out [CHANGELOG.md](./CHANGELOG
3132
- `configtls`: Validates TLS min_version and max_version (#9475)
3233
Introduces `Validate()` method in TLSSetting.
3334
- `exporterhelper`: Invalid exporterhelper options now make the exporter creation error out instead of panicking. (#9717)
35+
- `components`: Give NoOp components a unique name (#9637)
3436

3537
## v1.3.0/v0.96.0
3638

CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ If you are looking for developer-facing changes, check out [CHANGELOG-API.md](./
1313

1414
- `telemetry`: Remove telemetry.useOtelForInternalMetrics stable feature gate (#9752)
1515

16-
### 🚩 Deprecations 🚩
17-
18-
- `configgrpc`: Deprecate `SanitizedEndpoint` (#9788)
19-
2016
### 🚀 New components 🚀
2117

2218
- `exporter/nop`: Add the `nopexporter` to serve as a placeholder exporter in a pipeline (#7316)
@@ -36,12 +32,10 @@ If you are looking for developer-facing changes, check out [CHANGELOG-API.md](./
3632
It's encouraged to have lifecycle tests for all components enadled, but they can be disabled if needed
3733
in metadata.yaml with `skip_lifecycle: true` and `skip_shutdown: true` under `tests` section.
3834

39-
- `cmd/mdatagen`: optimiz the mdatagen for the case like batchprocessor which use a common struct to implement consumer.Traces, consumer.Metrics, consumer.Logs in the meantime. (#9688)
40-
- `components`: Give NoOp components a unique name (#9637)
35+
- `cmd/mdatagen`: optimize the mdatagen for the case like batchprocessor which use a common struct to implement consumer.Traces, consumer.Metrics, consumer.Logs in the meantime. (#9688)
4136

4237
### 🧰 Bug fixes 🧰
4338

44-
- `exporterhelper`: Fix race in concurrency check in batch sender leading to smaller batch sizes. (#9761)
4539
- `exporterhelper`: Fix persistent queue size backup on reads. (#9740)
4640
- `processor/batch`: Prevent starting unnecessary goroutines. (#9739)
4741
- `otlphttpexporter`: prevent error on empty response body when content type is application/json (#9666)

0 commit comments

Comments
 (0)