diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f24782283..eec64cb15bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,21 +11,10 @@ release. ### Traces -- Define randomness value requirements for W3C Trace Context Level 2. - ([#4162](https://github.com/open-telemetry/opentelemetry-specification/pull/4162)) -- Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions - on how to record errors across signals. - ([#4368](https://github.com/open-telemetry/opentelemetry-specification/pull/4368)) - ### Metrics ### Logs -- Define how SDK implements `Logger.Enabled`. - ([#4381](https://github.com/open-telemetry/opentelemetry-specification/pull/4381)) -- Logs API should have functionality for reusing Standard Attributes. - ([#4373](https://github.com/open-telemetry/opentelemetry-specification/pull/4373)) - ### Baggage ### Resource @@ -38,18 +27,37 @@ release. ### SDK Configuration -- Define syntax for escaping declarative configuration environment variable - references. - ([#4375](https://github.com/open-telemetry/opentelemetry-specification/pull/4375)) -- Resolve various declarative config TODOs. - ([#4394](https://github.com/open-telemetry/opentelemetry-specification/pull/4394)) - ### Common ### Supplementary Guidelines ### OTEPs +## v1.42.0 (2025-02-18) + +### Traces + +- Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions + on how to record errors across signals. + ([#4368](https://github.com/open-telemetry/opentelemetry-specification/pull/4368)) +- Define randomness value requirements for W3C Trace Context Level 2. + ([#4162](https://github.com/open-telemetry/opentelemetry-specification/pull/4162)) + +### Logs + +- Define how SDK implements `Logger.Enabled`. + ([#4381](https://github.com/open-telemetry/opentelemetry-specification/pull/4381)) +- Logs API should have functionality for reusing Standard Attributes. + ([#4373](https://github.com/open-telemetry/opentelemetry-specification/pull/4373)) + +### SDK Configuration + +- Define syntax for escaping declarative configuration environment variable + references. + ([#4375](https://github.com/open-telemetry/opentelemetry-specification/pull/4375)) +- Resolve various declarative config TODOs. + ([#4394](https://github.com/open-telemetry/opentelemetry-specification/pull/4394)) + ## v1.41.0 (2025-01-21) ### Logs