diff --git a/CHANGELOG.md b/CHANGELOG.md index d05eadfc3c1..66fff516db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,32 @@ release. ### Traces +### Metrics + +### Logs + +### Events + +### Resource + +### OpenTelemetry Protocol + +### Compatibility + +### SDK Configuration + +### Common + +### Supplementary Guidelines + +## v1.32.0 (2024-04-11) + +### Context + +- No changes. + +### Traces + - Remove the Jaeger Exporter. ([#3964](https://github.com/open-telemetry/opentelemetry-specification/pull/3964)) @@ -34,10 +60,16 @@ release. ### Events +- No changes. + ### Resource +- No changes. + ### OpenTelemetry Protocol +- No changes. + ### Compatibility - Prometheus compatibility: Clarify naming of the target info metric, and differences between various Prometheus formats. @@ -51,15 +83,23 @@ release. ### SDK Configuration +- Define OTEL_EXPERIMENTAL_CONFIG_FILE to ignore other env vars, add env var substitution default syntax. + ([#3948](https://github.com/open-telemetry/opentelemetry-specification/pull/3948)) - Clarify environment variable substitution is not recursive ([#3913](https://github.com/open-telemetry/opentelemetry-specification/pull/3913)) - Allow `env:` prefix in environment variable substitution syntax. ([#3974](https://github.com/open-telemetry/opentelemetry-specification/pull/3974)) +- Add simple scope configuration to Tracer, Meter, Logger (experimental). + ([#3877](https://github.com/open-telemetry/opentelemetry-specification/pull/3877)) ### Common +- No changes. + ### Supplementary Guidelines +- No changes. + ## v1.31.0 (2024-03-13) ### Context