From bf44da52e8e8acddd34cf754fa88dd6aaa73f240 Mon Sep 17 00:00:00 2001 From: Jeff Cheng Date: Mon, 14 Sep 2020 10:42:56 -0400 Subject: [PATCH] Release v0.10.0 (#1767) --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b7fca61ee..bedb8d573a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,26 @@ ## Unreleased +## v0.10.0 Beta + ## 🛑 Breaking changes 🛑 - **Update OTLP to v0.5.0, incompatible metrics protocol.** - Remove support for propagating summary metrics in OtelCollector. - This is a temporary change, and will affect mostly OpenCensus users who use metrics. +## 💡 Enhancements 💡 +- Support zipkin proto in `kafka` receiver (#1646) +- Prometheus Remote Write Exporter supporting Cortex (#1577, #1643) +- Add deployment environment semantic convention (#1722) +- Add logs support to `batch` and `resource` processors (#1723, #1729) + +## 🧰 Bug fixes 🧰 +- Identify config error when expected map is other value type (#1641) +- Fix Kafka receiver closing ready channel multiple times (#1696) +- Fix a panic issue while processing Zipkin spans with an empty service name (#1742) +- Zipkin Receiver: Always set the endtime (#1750) + ## v0.9.0 Beta ## 🛑 Breaking changes 🛑 @@ -41,7 +55,6 @@ - Fix multiple exporters panic (#1563) - Allow `attribute` processor for external use (#1574) - Do not duplicate filesystem metrics for devices with many mount points (#1617) -- Fix a panic issue while processing Zipkin spans with an empty service name (#1742) ## v0.8.0 Beta