Skip to content

Commit a85c7a2

Browse files
authored
Release v0.11.0 (#1829)
Update changelog for v0.11.0 release
1 parent e820370 commit a85c7a2

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,32 @@
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

0 commit comments

Comments
 (0)