From 5da2702a2f46136a96a5120bd641398a4167d7ba Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Fri, 6 Oct 2023 14:54:48 +0200 Subject: [PATCH] Release 1.26.0 --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7033d96f4c2..26404fdd1a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,28 +11,69 @@ release. ### Traces +### Metrics + +### Logs + +### Resource + +### OpenTelemetry Protocol + +### Compatibility + +### SDK Configuration + +### Common + +### Supplementary Guidelines + +## v1.26.0 (2023-10-09) + +### Context + +- No changes. + +### Traces + - `ParentBased` sampler is a decorator (not a composite). ([#3706](https://github.com/open-telemetry/opentelemetry-specification/pull/3706)) ### Metrics +- Consistently use "advisory parameters" instead of "advice parameters". + ([#3693](https://github.com/open-telemetry/opentelemetry-specification/pull/3693)) - Stabilize `ExplicitBucketBoundaries` instrument advisory parameter. ([#3694](https://github.com/open-telemetry/opentelemetry-specification/pull/3694)) ### Logs +- No changes. + ### Resource +- No changes. + ### OpenTelemetry Protocol +- No changes. + ### Compatibility +- Prometheus exporters omit empty resources and scopes without attributes. + ([#3660](https://github.com/open-telemetry/opentelemetry-specification/pull/3660)) + ### SDK Configuration +- No changes. + ### Common +- No changes. + ### Supplementary Guidelines +- No changes. + ## v1.25.0 (2023-09-13) ### Context @@ -89,8 +130,6 @@ release. ([#3471](https://github.com/open-telemetry/opentelemetry-specification/pull/3471)) - Prometheus: Allow changing metric names by default when translating from Prometheus to OpenTelemetry. ([#3679](https://github.com/open-telemetry/opentelemetry-specification/pull/3679)) -- Prometheus exporters omit empty resources and scopes without attributes. - ([#3660](https://github.com/open-telemetry/opentelemetry-specification/pull/3660)) ### SDK Configuration