|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +## v0.24.0 Beta |
| 6 | + |
5 | 7 | ## 🛑 Breaking changes 🛑
|
6 | 8 |
|
7 | 9 | - Remove legacy internal metrics for memorylimiter processor, `spans_dropped` and `trace_batches_dropped` (#2841)
|
|
23 | 25 | - Move `config.ViperSubExact()` to use `config.Parser.Sub()` (#2806)
|
24 | 26 | - Update LoadReceiver signature to remove unused params (#2823)
|
25 | 27 | - Move `configerror.ErrDataTypeIsNotSupported` to `componenterror.ErrDataTypeIsNotSupported` (#2886)
|
| 28 | +- Rename`CreateTraceExporter` type to `CreateTracesExporter` in `exporterhelper` (#2779) |
| 29 | +- Move `fluentbit` extension to contrib (#2795) |
| 30 | +- Move `configmodels` to `config` (#2808) |
| 31 | +- Move `fluentforward` receiver to contrib (#2723) |
26 | 32 |
|
27 | 33 | ## 💡 Enhancements 💡
|
28 | 34 |
|
|
31 | 37 | - Use `confignet.TCPAddr` for `pprof` and `zpages` extensions (#2829)
|
32 | 38 | - Deprecate `consumetest.New[${SIGNAL}]Nop` in favor of `consumetest.NewNop` (#2878)
|
33 | 39 | - Deprecate `consumetest.New[${SIGNAL}]Err` in favor of `consumetest.NewErr` (#2878)
|
| 40 | +- Add watcher to values retrieved via config sources (#2803) |
| 41 | +- Updates for cloud semantic conventions (#2809) |
| 42 | + - `cloud.infrastructure_service` -> `cloud.platform` |
| 43 | + - `cloud.zone` -> `cloud.availability_zone` |
| 44 | +- Add systemd environment file for deb/rpm packages (#2822) |
| 45 | +- Add validate interface in `configmodels` to force each component do configuration validation (#2802, #2856) |
| 46 | +- Add `aws.ecs.task.revision` to semantic conventions list (#2816) |
| 47 | +- Set unprivileged user to container image (#2838) |
| 48 | +- Add New funcs for extension, exporter, processor config settings (#2872) |
| 49 | +- Report metric about current size of the exporter retry queue (#2858) |
| 50 | +- Allow adding new signals in `ProcessorFactory` by forcing everyone to embed `BaseProcessorFactory` (#2885) |
34 | 51 |
|
35 | 52 | ## 🧰 Bug fixes 🧰
|
36 | 53 |
|
37 | 54 | - `pdata.TracesFromOtlpProtoBytes`: Fixes to handle backwards compatibility changes in proto (#2798)
|
| 55 | +- `jaeger` receiver: Escape user input used in output (#2815) |
| 56 | +- `prometheus` exporter: Ensure same time is used for updated time (#2745) |
| 57 | +- `prometheusremotewrite` exporter: Close HTTP response body (#2875) |
38 | 58 |
|
39 | 59 | ## v0.23.0 Beta
|
40 | 60 |
|
|
0 commit comments