From 8b16aec748f9542354d6ac5eb094deebc0cde93c Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 10 Aug 2023 17:11:51 +0200 Subject: [PATCH] Release 1.24.0 (#3644) August release. --- CHANGELOG.md | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c38ae70674d..910547a58f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,38 @@ release. ### Metrics +### Logs + +### Resource + +### Compatibility + +### SDK Configuration + +### Common + +### Supplemenatary Guidelines + +## v1.24.0 (2023-08-10) + +### Context + +- No changes. + +### Traces + +- No changes. + +### Metrics + - Specify how to handle instrument name conflicts. ([#3626](https://github.com/open-telemetry/opentelemetry-specification/pull/3626)) - Add experimental metric attributes advice API. ([#3546](https://github.com/open-telemetry/opentelemetry-specification/pull/3546)) - Revise the exemplar default reservoirs. ([#3627](https://github.com/open-telemetry/opentelemetry-specification/pull/3627)) +- Mark the default aggregation cardinality Experimental in MetricReader. + ([#3619](https://github.com/open-telemetry/opentelemetry-specification/pull/3619)) - Mark Metric No-Op API as stable. ([#3642](https://github.com/open-telemetry/opentelemetry-specification/pull/3642)) - MetricProducers are provided as config to MetricReaders instead of through a RegisterProducer operation. @@ -28,11 +54,15 @@ release. ### Logs +- Clarify how log appender use Scope name and attributes. + ([#3583](https://github.com/open-telemetry/opentelemetry-specification/pull/3583)) - Mark No-Op Logs Bridge API as stable. ([#3642](https://github.com/open-telemetry/opentelemetry-specification/pull/3642)) ### Resource +- No changes. + ### Compatibility - Prometheus exporters SHOULD provide configuration to disable the addition of `_total` suffixes. @@ -40,10 +70,16 @@ release. ### SDK Configuration +- No changes. + ### Common +- No changes. + ### Supplemenatary Guidelines +- No changes. + ## v1.23.0 (2023-07-12) ### Context @@ -78,8 +114,6 @@ release. ([#3559](https://github.com/open-telemetry/opentelemetry-specification/pull/3559)) - Make SDK Logger Creation more normative. ([#3529](https://github.com/open-telemetry/opentelemetry-specification/pull/3529)) -- Clarify how log appender use Scope name and attributes. - ([#3583](https://github.com/open-telemetry/opentelemetry-specification/pull/3583)) ### Resource