diff --git a/CHANGELOG.md b/CHANGELOG.md index b3bf96db340..bc7e1c7853e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,24 +11,10 @@ release. ### Traces -- Restore `TraceIdRatioBased` and give it a deprecation timeline. Update recommended - warnings based on feedback in issue [#4601](https://github.com/open-telemetry/opentelemetry-specification/issues/4601). - ([#4627](https://github.com/open-telemetry/opentelemetry-specification/pull/4627)) -- Changes of `TracerConfig.disabled` MUST be eventually visible. - ([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645)) -- Remove text related to the former expermental probability sampling specification. - ([#4673](https://github.com/open-telemetry/opentelemetry-specification/pull/4673)) - ### Metrics -- Changes of `MeterConfig.disabled` MUST be eventually visible. - ([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645)) - ### Logs -- Changes of `LoggerConfig.disabled` MUST be eventually visible. - ([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645)) - ### Baggage ### Profiles @@ -49,6 +35,30 @@ release. ### OTEPs +## v1.50.0 (2025-10-17) + +### Traces + +- Restore `TraceIdRatioBased` and give it a deprecation timeline. Update recommended + warnings based on feedback in issue [#4601](https://github.com/open-telemetry/opentelemetry-specification/issues/4601). + ([#4627](https://github.com/open-telemetry/opentelemetry-specification/pull/4627)) +- Changes of `TracerConfig.disabled` MUST be eventually visible. + ([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645)) +- Remove text related to the former expermental probability sampling specification. + ([#4673](https://github.com/open-telemetry/opentelemetry-specification/pull/4673)) + +### Metrics + +- Changes of `MeterConfig.disabled` MUST be eventually visible. + ([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645)) + +### Logs + +- Add minimum_severity and trace_based logger configuration parameters. + ([#4612](https://github.com/open-telemetry/opentelemetry-specification/pull/4612)) +- Changes of `LoggerConfig.disabled` MUST be eventually visible. + ([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645)) + ## v1.49.0 (2025-09-16) ### Entities