From 328bbe6620710341b2537b5af218c4c4f911ec14 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Mon, 12 Aug 2024 17:51:33 +0200 Subject: [PATCH] Release 1.36.0 (#4177) August 2024 Release. --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e71b526382..b0e7987087d 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-12) + +### 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. @@ -18,32 +42,33 @@ 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 - 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 - -### Resource +### Baggage -### OpenTelemetry Protocol +- Clarify no empty string allowed in baggage names. + ([#4144](https://github.com/open-telemetry/opentelemetry-specification/pull/4144)) ### Compatibility -### SDK Configuration +- Clarify prometheus exporter should have `host` and `port` configuration options. + ([#4147](https://github.com/open-telemetry/opentelemetry-specification/pull/4147)) ### 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)