From 4c184c3b8763d11c652d28fd614045d221268de4 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Tue, 5 Nov 2024 16:52:49 +0100 Subject: [PATCH] November 2024 Release. --- CHANGELOG.md | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d34986b20..9041036f9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,6 @@ release. ### Logs -- Simplify the name "Logs Instrumentation API" to just "Logs API". - ([#4258](https://github.com/open-telemetry/opentelemetry-specification/pull/4258)) - ### Events ### Baggage @@ -26,14 +23,34 @@ release. ### Profiles +### OpenTelemetry Protocol + +### Compatibility + +### SDK Configuration + +### Common + +### Supplementary Guidelines + +## v1.39.0 (2024-11-06) + +### Logs + +- Simplify the name "Logs Instrumentation API" to just "Logs API". + ([#4258](https://github.com/open-telemetry/opentelemetry-specification/pull/4258)) +- Rename Log Bridge API to Logs API. Define the existing Logger methods to be + Log Bridge Operations. Add EmitEvent to the Logger as an Instrumentation Operation. + ([#4259](https://github.com/open-telemetry/opentelemetry-specification/pull/4259)) + +### Profiles + - Define required attributes for Mappings. ([#4197](https://github.com/open-telemetry/opentelemetry-specification/pull/4197)) -### OpenTelemetry Protocol - ### Compatibility -- Add requirement to allow extending Stable APIs +- Add requirement to allow extending Stable APIs. ([#4270](https://github.com/open-telemetry/opentelemetry-specification/pull/4270)) ### SDK Configuration @@ -43,7 +60,8 @@ release. ### Common -### Supplementary Guidelines +- Define prototype for proposed features in development. + ([#4273](https://github.com/open-telemetry/opentelemetry-specification/pull/4273)) ## v1.38.0 (2024-10-10) @@ -77,9 +95,6 @@ release. - Introduce initial placeholder for the new user-facing Logs API, adding references to existing API's informing of the coming changes while the definition is defined. ([#4236](https://github.com/open-telemetry/opentelemetry-specification/pull/4236)) -- Rename Log Bridge API to Logs API. Define the existing Logger methods to be - Log Bridge Operations. Add EmitEvent to the Logger as an Instrumentation Operation. - ([#4259](https://github.com/open-telemetry/opentelemetry-specification/pull/4259)) ### Common