Release 0.11 (#338)

* Release 0.11

* Add Changelog entry for the new *Data types

* Apply suggestions from code review

Co-authored-by: Reiley Yang <reyang@microsoft.com>

* Update CHANGELOG.md

Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>

* set release date to today

Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
Co-authored-by: Bogdan Drutu <lazy@splunk.com>
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
pull/343/head v0.11.0
Joshua MacDonald 3 years ago committed by GitHub
parent 47889c4ced
commit b43e9b18b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      CHANGELOG.md

@ -2,7 +2,7 @@
## Unreleased
Full list of differences found in [this compare.](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.10.0...v0.11.0)
Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.11.0...main).
### Maturity
@ -14,12 +14,22 @@ Full list of differences found in [this compare.](https://github.com/open-teleme
### Added
* ExponentialHistogram is a base-2 exponential histogram described in [OTEP 149](https://github.com/open-telemetry/oteps/pull/149).
* Remove if no changes for this section before release.
### Removed
* Remove if no changes for this section before release.
## 0.11.0 - 2021-10-07
Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.10.0...v0.11.0).
### Added
* ExponentialHistogram is a base-2 exponential histogram described in [OTEP 149](https://github.com/open-telemetry/oteps/pull/149). (#322)
* Adds `TracesData`, `MetricsData`, and `LogsData` container types for common use
in transporting multiple `ResourceSpans`, `ResourceMetrics`, and `ResourceLogs`. (#332)
## 0.10.0 - 2021-09-07
Full list of differences found in [this compare.](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.9.0...v0.10.0)

Loading…
Cancel
Save