From 4ca4f0335c63cda7ab31ea7ed70d6553aee14dce Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Thu, 11 Jan 2024 08:54:12 -0800 Subject: [PATCH] Prepare release 1.1.0 (#523) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Prepare release 1.1.0 Signed-off-by: Bogdan Drutu * Update CHANGELOG.md Co-authored-by: Piotr Kiełkowicz * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Yuri Shkuro --------- Signed-off-by: Bogdan Drutu Co-authored-by: Piotr Kiełkowicz Co-authored-by: Yuri Shkuro --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470f1f43e..ab793a015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,25 @@ ## Unreleased -Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v1.0.0...main). +Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v1.1.0...main). + +## 1.1.0 - 2024-01-10 + +Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v1.0.0...v1.1.0). ### Added -* Add a field for W3C-specified Trace Context flags to the `Span` and `Link`. +* Add `flags` field to `Span` and `Span/Link` for W3C-specified Trace Context flags . [#503](https://github.com/open-telemetry/opentelemetry-proto/pull/503) +### Changed + +* Update and fix OTLP JSON examples. [#516](https://github.com/open-telemetry/opentelemetry-proto/pull/516), + [#510](https://github.com/open-telemetry/opentelemetry-proto/pull/510), + [#499](https://github.com/open-telemetry/opentelemetry-proto/pull/499) +* Remove irrelevant comments from metric name field. [#512](https://github.com/open-telemetry/opentelemetry-proto/pull/512) +* Add comment to explain schema_url fields. [#504](https://github.com/open-telemetry/opentelemetry-proto/pull/504) + ## 1.0.0 - 2023-07-03 Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.20.0...v1.0.0).