Skip to content

Commit

Permalink
Release v0.10.0 (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchengsfx authored Sep 14, 2020
1 parent 40afe59 commit bf44da5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 πŸ›‘
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit bf44da5

Please sign in to comment.