From 546b75a773bbd98826d0c4d9838613c2bc6ad8ad Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Fri, 5 Dec 2025 18:00:31 +0100 Subject: [PATCH] Release 1.52.0 --- CHANGELOG.md | 39 ++++++++++++++++++++++++++------------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e26799eca0f..957aa59aaa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,23 +11,10 @@ release. ### Traces -- Deprecate Zipkin exporter document and make exporter implementation optional. - ([#4715](https://github.com/open-telemetry/opentelemetry-specification/pull/4715/)) -- Add spec for `AlwaysRecord` sampler - ([#4699](https://github.com/open-telemetry/opentelemetry-specification/pull/4699)) - ### Metrics -- Stabilize `Enabled` API for synchronous instruments. - ([#4746](https://github.com/open-telemetry/opentelemetry-specification/pull/4746)) -- Allow instrument `Enabled` implementation to have additional optimizations and features. - ([#4747](https://github.com/open-telemetry/opentelemetry-specification/pull/4747)) - ### Logs -- Stabilize `LogRecordProcessor.Enabled`. - ([#4717](https://github.com/open-telemetry/opentelemetry-specification/pull/4717)) - ### Baggage ### Profiles @@ -48,6 +35,32 @@ release. ### OTEPs +## v1.52.0 (2025-12-09) + +### Context + +- Make the W3C randomness flag required. + ([#4761](https://github.com/open-telemetry/opentelemetry-specification/pull/4761)) + +### Traces + +- Deprecate Zipkin exporter document and make exporter implementation optional. + ([#4715](https://github.com/open-telemetry/opentelemetry-specification/pull/4715/)) +- Add spec for `AlwaysRecord` sampler + ([#4699](https://github.com/open-telemetry/opentelemetry-specification/pull/4699)) + +### Metrics + +- Stabilize `Enabled` API for synchronous instruments. + ([#4746](https://github.com/open-telemetry/opentelemetry-specification/pull/4746)) +- Allow instrument `Enabled` implementation to have additional optimizations and features. + ([#4747](https://github.com/open-telemetry/opentelemetry-specification/pull/4747)) + +### Logs + +- Stabilize `LogRecordProcessor.Enabled`. + ([#4717](https://github.com/open-telemetry/opentelemetry-specification/pull/4717)) + ## v1.51.0 (2025-11-17) ### Metrics