File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## v0.11.0 Beta
6+
57## 🛑 Breaking changes 🛑
6- <<<<<<< HEAD
78
89- Rename service.Start() to Run() since it's a blocking call
910- Fix slice Append to accept by value the element in pdata
1011- Change CreateTraceProcessor and CreateMetricsProcessor to use the same parameter order as receivers/logs processor and exporters.
12+ - Prevent accidental use of LogsToOtlp and LogsFromOtlp and the OTLP data structs (#1703 )
13+ - Remove SetType from configmodels, ensure all registered factories set the type in config (#1798 )
14+ - Move process telemetry to service/internal (#1794 )
15+
16+ ## 💡 Enhancements 💡
17+
18+ - Add map and array attribute value type support (#1656 )
19+ - Add authentication support to kafka (#1632 )
20+ - Implement InstrumentationLibrary translation to jaeger (#1645 )
21+ - Add public functions to export pdata to ExportXServicesRequest Protobuf bytes (#1741 )
22+ - Expose telemetry level in the configtelemetry (#1796 )
23+ - Add configauth package (#1807 )
24+ - Add config to docker image (#1792 )
25+
26+ ## 🧰 Bug fixes 🧰
27+
28+ - Use zap int argument for int values instead of conversion (#1779 )
29+ - Add support for gzip encoded payload in OTLP/HTTP receiver (#1581 )
30+ - Return proto status for OTLP receiver when failed (#1788 )
1131
1232## v0.10.0 Beta
1333
You can’t perform that action at this time.
0 commit comments