From c79e2b61ca90c9dd9f297c6164f9fae4586ea00e Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Tue, 9 Jan 2024 11:25:51 -0800 Subject: [PATCH 1/4] Prepare release 1.1.0 Signed-off-by: Bogdan Drutu --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470f1f43e..055376197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 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...main). ### Added @@ -9,6 +11,14 @@ Full list of differences found in [this compare](https://github.com/open-telemet * Add a field for W3C-specified Trace Context flags to the `Span` and `Link`. [#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). From b45886fbfd9091c7f6aed4aaae48e45ed0747051 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Wed, 10 Jan 2024 14:34:09 -0800 Subject: [PATCH 2/4] Update CHANGELOG.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Piotr Kiełkowicz --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 055376197..720af7211 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # Changelog ## Unreleased +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...main). +Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v1.0.0...v1.1.0). ### Added From 812f999fc6dc5c9039a1746dbdfbc9caeff64c22 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Wed, 10 Jan 2024 14:34:32 -0800 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 720af7211..d3e812f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Unreleased + 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 From fc8fcfdd5ccaa1238cb857642fb7f8800e39038a Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Thu, 11 Jan 2024 08:50:19 -0800 Subject: [PATCH 4/4] Update CHANGELOG.md Co-authored-by: Yuri Shkuro --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e812f76..ab793a015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Full list of differences found in [this compare](https://github.com/open-telemet ### 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