Update CHANGELOG.md (#478)

pull/481/head
Tigran Najaryan 1 year ago committed by GitHub
parent 9876ebfc5b
commit c91a934596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      CHANGELOG.md

@ -6,20 +6,33 @@ Full list of differences found in [this compare](https://github.com/open-telemet
### Maturity
* Remove if no changes for this section before release.
* Declare OTLP/JSON Stable.
[#436](https://github.com/open-telemetry/opentelemetry-proto/pull/436)
[#435](https://github.com/open-telemetry/opentelemetry-proto/pull/435)
* Provide stronger symbolic stability guarantees.
[#432](https://github.com/open-telemetry/opentelemetry-proto/pull/432)
* Clarify how additive changes are handled.
[#455](https://github.com/open-telemetry/opentelemetry-proto/pull/455)
### Changed
* Remove if no changes for this section before release.
* Change the exponential histogram boundary condition.
[#409](https://github.com/open-telemetry/opentelemetry-proto/pull/409)
* Clarify behavior for empty/not present/invalid trace_id and span_id fields.
[#442](https://github.com/open-telemetry/opentelemetry-proto/pull/442)
* Change the collector trace endpoint to /v1/traces.
[#449](https://github.com/open-telemetry/opentelemetry-proto/pull/449)
### Added
* Introduce an optional `zero_threshold` field to `ExponentialHistogramDataPoint`.
[(#440)](https://github.com/open-telemetry/opentelemetry-proto/issues/440)
[#441](https://github.com/open-telemetry/opentelemetry-proto/pull/441)
[#453](https://github.com/open-telemetry/opentelemetry-proto/pull/453)
### Removed
* Remove if no changes for this section before release.
* Delete requirement to generate new trace/span id if an invalid id is received.
[#444](https://github.com/open-telemetry/opentelemetry-proto/pull/444)
## 0.19.0 - 2022-08-03

Loading…
Cancel
Save