From 64956c6048d036777e1b670b358894a70fc02fbc Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 10 Jul 2025 17:12:32 +0200 Subject: [PATCH 1/6] Release 1.47.0 --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23a27cd2a00..f00e965ca8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,36 @@ release. ### Context +### Traces + +### Metrics + +### Logs + +### Baggage + +### Profiles + +### Resource + +### Entities + +### OpenTelemetry Protocol + +### Compatibility + +### SDK Configuration + +### Common + +### Supplementary Guidelines + +### OTEPs + +## v1.47.0 (2025-07-10) + +### Context + - Add Supplementary Guidelines for environment variables as context carrier specification. ([#4548](https://github.com/open-telemetry/opentelemetry-specification/pull/4548)) @@ -23,8 +53,6 @@ release. - Define how SDK implements `Tracer.Enabled`. ([#4537](https://github.com/open-telemetry/opentelemetry-specification/pull/4537)) -### Metrics - ### Logs - Stabilize `Event Name` parameter of `Logger.Enabled`. @@ -40,27 +68,11 @@ release. specification. ([#4548](https://github.com/open-telemetry/opentelemetry-specification/pull/4548)) -### Profiles - -### Resource - -### Entities - -### OpenTelemetry Protocol - ### Compatibility - Clarify expectations about Prometheus content negotiation for metric names. ([#4543](https://github.com/open-telemetry/opentelemetry-specification/pull/4543)) -### SDK Configuration - -### Common - -### Supplementary Guidelines - -### OTEPs - ## v1.46.0 (2025-06-12) ### Metrics From cd9c5de7822fdf899eb28240ea486abc01b9fd09 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Fri, 11 Jul 2025 17:35:39 +0200 Subject: [PATCH 2/6] Update CHANGELOG.md Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00e965ca8f..541f5507f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ release. ### OTEPs -## v1.47.0 (2025-07-10) +## v1.47.0 (2025-07-14) ### Context From e6b4304093d514a38645bf8428aca250357756f5 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Mon, 14 Jul 2025 18:25:08 +0200 Subject: [PATCH 3/6] Move supplementary changes to its own section. --- CHANGELOG.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 541f5507f91..66625376fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,12 +37,6 @@ release. ## v1.47.0 (2025-07-14) -### Context - -- Add Supplementary Guidelines for environment variables as context carrier - specification. - ([#4548](https://github.com/open-telemetry/opentelemetry-specification/pull/4548)) - ### Traces - Define sampling threshold field in OpenTelemetry TraceState; define the behavior @@ -62,17 +56,17 @@ release. - `SeverityNumber=0` MAY be used to represent an unspecified value. ([#4535](https://github.com/open-telemetry/opentelemetry-specification/pull/4535)) -### Baggage - -- Add Supplementary Guidelines for environment variables as context carrier - specification. - ([#4548](https://github.com/open-telemetry/opentelemetry-specification/pull/4548)) - ### Compatibility - Clarify expectations about Prometheus content negotiation for metric names. ([#4543](https://github.com/open-telemetry/opentelemetry-specification/pull/4543)) +### Supplementary Guidelines + +- Add Supplementary Guidelines for environment variables as context carrier + specification. + ([#4548](https://github.com/open-telemetry/opentelemetry-specification/pull/4548)) + ## v1.46.0 (2025-06-12) ### Metrics From bc39badf72554a0ea61303f21c8f7e626c1af727 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 17 Jul 2025 17:11:18 +0200 Subject: [PATCH 4/6] Update CHANGELOG.md Co-authored-by: Trask Stalnaker --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66625376fca..5d236bda36e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,11 @@ release. specification. ([#4548](https://github.com/open-telemetry/opentelemetry-specification/pull/4548)) +### OTEPs + +- Extend attributes to support complex values. + ([#4485](https://github.com/open-telemetry/opentelemetry-specification/pull/4485)) + ## v1.46.0 (2025-06-12) ### Metrics From d63a1be3337265aa3c7a88ba466b86dc424291d9 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 17 Jul 2025 17:45:54 +0200 Subject: [PATCH 5/6] Update CHANGELOG. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d236bda36e..6b8d9b95c91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ release. ### OTEPs -## v1.47.0 (2025-07-14) +## v1.47.0 (2025-07-17) ### Traces @@ -72,6 +72,11 @@ release. - Extend attributes to support complex values. ([#4485](https://github.com/open-telemetry/opentelemetry-specification/pull/4485)) +### Common + +- Update spec to comply with OTEP-232. + ([#4529](https://github.com/open-telemetry/opentelemetry-specification/pull/4529)) + ## v1.46.0 (2025-06-12) ### Metrics From 43031b2d1b39abfe0ed9d6590e1549eba59d5e12 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Fri, 18 Jul 2025 17:11:33 +0200 Subject: [PATCH 6/6] Update date. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8d9b95c91..c786921a796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ release. ### OTEPs -## v1.47.0 (2025-07-17) +## v1.47.0 (2025-07-18) ### Traces