From 4fc9fcfd6b1b6ad81a013d5194f1fea4bc41bff4 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Mon, 7 Aug 2023 17:02:31 +0200 Subject: [PATCH 1/2] Release 1.24.0 --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe96fd1f8a..3b0a77c3547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,15 +13,46 @@ release. ### Metrics +### Logs + +### Resource + +### Compatibility + +### SDK Configuration + +### Common + +### Supplemenatary Guidelines + +## v1.24.0 (2023-08-08) + +### Context + +- No changes. + +### Traces + +- No changes. + +### Metrics + - 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)) ### Logs +- Clarify how log appender use Scope name and attributes. + ([#3583](https://github.com/open-telemetry/opentelemetry-specification/pull/3583)) + ### Resource +- No changes. + ### Compatibility - Prometheus exporters SHOULD provide configuration to disable the addition of `_total` suffixes. @@ -29,10 +60,16 @@ release. ### SDK Configuration +- No changes. + ### Common +- No changes. + ### Supplemenatary Guidelines +- No changes. + ## v1.23.0 (2023-07-12) ### Context @@ -67,8 +104,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 From 65a6f4b5187ac440a05bea215bc7707b0c84cd64 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 10 Aug 2023 16:59:07 +0200 Subject: [PATCH 2/2] Update date. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3dcdea0cd..910547a58f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ release. ### Supplemenatary Guidelines -## v1.24.0 (2023-08-09) +## v1.24.0 (2023-08-10) ### Context