From b19f96dcb2d6c78f0b1eb671f6cfbed03b4638eb Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 7 Sep 2023 15:09:55 +0200 Subject: [PATCH 1/3] Release 1.25.0 --- CHANGELOG.md | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8a8defb27..71ae9d5e9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,32 @@ release. ### Metrics +### Logs + +### Resource + +### OpenTelemetry Protocol + +### Compatibility + +### SDK Configuration + +### Common + +### Supplemenatary Guidelines + +## v1.25.0 (2023-09-07) + +### Context + +- No changes. + +### Traces + +- No changes. + +### Metrics + - Increase metric name maximum length from 63 to 255 characters. ([#3648](https://github.com/open-telemetry/opentelemetry-specification/pull/3648)) - MetricReader.Collect ignores Resource from MetricProducer.Produce. @@ -20,7 +46,10 @@ release. - Attribute sets not observed during async callbacks are not exported. ([#3242](https://github.com/open-telemetry/opentelemetry-specification/pull/3242)) - Promote MetricProducer specification to feature-freeze. - ([#3600](https://github.com/open-telemetry/opentelemetry-specification/pull/3600)) + ([#3655](https://github.com/open-telemetry/opentelemetry-specification/pull/3655)) +- Add synchronous gauge instrument, clarify temporality selection influence on + metric point persistence. + ([#3540](https://github.com/open-telemetry/opentelemetry-specification/pull/3540)) - Clarify that advice is non-identifying. ([#3661](https://github.com/open-telemetry/opentelemetry-specification/pull/3661)) - Define the default size of the `SimpleFixedSizeExemplarReservoir` to be `1`. @@ -35,7 +64,9 @@ release. ### Resource -### Protocol +- No changes. + +### OpenTelemetry Protocol - Fix and clarify definition of "transient error" in the OTLP exporter specification. ([#3653](https://github.com/open-telemetry/opentelemetry-specification/pull/3653)) @@ -49,10 +80,16 @@ release. ### SDK Configuration +- No changes. + ### Common +- No changes. + ### Supplemenatary Guidelines +- No changes. + ## v1.24.0 (2023-08-10) ### Context @@ -79,9 +116,6 @@ release. ([#3613](https://github.com/open-telemetry/opentelemetry-specification/pull/3613)) - Refine `MetricProvider.ForceFlush` and define `ForceFlush` for periodic exporting MetricReader. ([#3563](https://github.com/open-telemetry/opentelemetry-specification/pull/3563)) -- Add synchronous gauge instrument, clarify temporality selection influence on - metric point persistence. - ([#3540](https://github.com/open-telemetry/opentelemetry-specification/pull/3540)) ### Logs From a06b7e96e58b147162a210bfb9681de95d986801 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Mon, 11 Sep 2023 16:11:39 +0200 Subject: [PATCH 2/3] Update date. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4520b76db44..a4491fdaef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,9 +25,9 @@ release. ### Common -### Supplemenatary Guidelines +### Supplementary Guidelines -## v1.25.0 (2023-09-07) +## v1.25.0 (2023-09-11) ### Context From 557e66748729cba7e9bbddf5964978f17a1e0429 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Wed, 13 Sep 2023 19:27:51 +0200 Subject: [PATCH 3/3] Update date. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09693fa3eff..a297b1d8cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ release. ### Supplementary Guidelines -## v1.25.0 (2023-09-11) +## v1.25.0 (2023-09-13) ### Context