From 901e03b14c2432497bf1071c30d5a7d4b6e31691 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Mon, 5 Aug 2024 18:00:18 +0200 Subject: [PATCH 1/3] Release 1.36.0 --- CHANGELOG.md | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e71b526382..2eb8507181b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,30 @@ release. ### Traces +### Metrics + +### Logs + +### Events + +### Baggage + +### Resource + +### OpenTelemetry Protocol + +### Compatibility + +### SDK Configuration + +### Common + +### Supplementary Guidelines + +## v1.36.0 (2024-08-06) + +### Traces + - Remove restriction that sampler description is immutable. ([#4137](https://github.com/open-telemetry/opentelemetry-specification/pull/4137)) - Add in-development `OnEnding` callback to SDK `SpanProcessor` interface. @@ -31,19 +55,15 @@ release. - The SDK MAY provide an operation that makes a deep clone of a `ReadWriteLogRecord`. ([#4090](https://github.com/open-telemetry/opentelemetry-specification/pull/4090)) -### Events +### Baggage -### Resource - -### OpenTelemetry Protocol - -### Compatibility - -### SDK Configuration +- Clarify no empty string allowed in baggage names. + ([#4144](https://github.com/open-telemetry/opentelemetry-specification/pull/4144)) ### Common -### Supplementary Guidelines +- Require separation of API and SDK artifacts. + ([#4125](https://github.com/open-telemetry/opentelemetry-specification/pull/4125)) ## v1.35.0 (2024-07-12) From 9cb87c644fd1a0ee286b7a0d434b842e31eff458 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Mon, 12 Aug 2024 17:44:23 +0200 Subject: [PATCH 2/3] Add missing entries. --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb8507181b..b8f8a6dfaff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,13 +42,13 @@ release. ### Metrics -- Clarify prometheus exporter should have `host` and `port` configuration options. - ([#4147](https://github.com/open-telemetry/opentelemetry-specification/pull/4147)) - Clarify metric reader / metric exporter relationship for temporality preference and default aggregation. Explicitly define configuration options for temporality preference and default aggregation of built-in exporters, and make default values explicit. ([#4142](https://github.com/open-telemetry/opentelemetry-specification/pull/4142)) +- Add data point flags to the metric data model. + ([#4135](https://github.com/open-telemetry/opentelemetry-specification/pull/4135)) ### Logs @@ -60,6 +60,11 @@ release. - Clarify no empty string allowed in baggage names. ([#4144](https://github.com/open-telemetry/opentelemetry-specification/pull/4144)) +### Compatibility + +- Clarify prometheus exporter should have `host` and `port` configuration options. + ([#4147](https://github.com/open-telemetry/opentelemetry-specification/pull/4147)) + ### Common - Require separation of API and SDK artifacts. From fe06591b816bb8c1ce24394aab972713777a840a Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Mon, 12 Aug 2024 17:47:48 +0200 Subject: [PATCH 3/3] Fix date. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8f8a6dfaff..b0e7987087d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ release. ### Supplementary Guidelines -## v1.36.0 (2024-08-06) +## v1.36.0 (2024-08-12) ### Traces