Skip to content

Commit bf44da5

Browse files
authored
Release v0.10.0 (#1767)
1 parent 40afe59 commit bf44da5

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@
22

33
## Unreleased
44

5+
## v0.10.0 Beta
6+
57
## πŸ›‘ Breaking changes πŸ›‘
68

79
- **Update OTLP to v0.5.0, incompatible metrics protocol.**
810
- Remove support for propagating summary metrics in OtelCollector.
911
- This is a temporary change, and will affect mostly OpenCensus users who use metrics.
1012

13+
## πŸ’‘ Enhancements πŸ’‘
14+
- Support zipkin proto in `kafka` receiver (#1646)
15+
- Prometheus Remote Write Exporter supporting Cortex (#1577, #1643)
16+
- Add deployment environment semantic convention (#1722)
17+
- Add logs support to `batch` and `resource` processors (#1723, #1729)
18+
19+
## 🧰 Bug fixes 🧰
20+
- Identify config error when expected map is other value type (#1641)
21+
- Fix Kafka receiver closing ready channel multiple times (#1696)
22+
- Fix a panic issue while processing Zipkin spans with an empty service name (#1742)
23+
- Zipkin Receiver: Always set the endtime (#1750)
24+
1125
## v0.9.0 Beta
1226

1327
## πŸ›‘ Breaking changes πŸ›‘
@@ -41,7 +55,6 @@
4155
- Fix multiple exporters panic (#1563)
4256
- Allow `attribute` processor for external use (#1574)
4357
- Do not duplicate filesystem metrics for devices with many mount points (#1617)
44-
- Fix a panic issue while processing Zipkin spans with an empty service name (#1742)
4558

4659
## v0.8.0 Beta
4760

0 commit comments

Comments
Β (0)