Skip to content

Commit 50149c2

Browse files
Release 1.56 (#5029)
### Context - Align environment variable context propagation name restrictions with POSIX.1-2024 and define normalization behavior. ([#4944](#4944)) - Decouple the responsibilities of the environment variable propagation carrier. ([#4961](#4961)) - Remove misleading implementation approach the environment variable propagation. ([#5003](#5003)) - Change Environment Variables as Context Propagation Carriers document status to Beta. ([#5020](#5020)) ### Traces - Stabilize Tracer `enabled` operation ([#4941](#4941)) - Stabilize `AlwaysRecord` sampler. ([#4934](#4934)) ### Metrics - Add development `maxExportBatchSize` parameter to Periodic exporting MetricReader. ([#4895](#4895)) ### Logs - Add event to span event bridge. ([#5006](#5006)) ### Resource - Clarify that a Resource describes the observed entity, not the component that technically emits telemetry. ([#4905](#4905)) ### Compatibility - Deprecate OpenTracing compatibility requirements in the specification. ([#4938](#4938)) - Stabilize sections of Prometheus and OpenMetrics Compatibility. - Stabilize Prometheus Classic Histogram to OTLP Explicit Histogram transformation. ([#4874](#4874)) - Stabilize Prometheus Timestamp and Start timestamp transformation. ([#4953](#4953)) - Clarify Prometheus Native Histogram to OTLP Exponential Histogram conversion, add conversion rules for Native Histograms with Custom Buckets (NHCB) to OTLP Histogram. ([#4898](#4898)) - Stabilize Prometheus Dropped Types transformation. ([#4952](#4952)) - Stabilize OpenTelemetry Attributes to Prometheus labels transformation. ([#4963](#4963)) - Stabilize Prometheus Exemplar to OpenTelemetry Exemplar transformation. ([#4962](#4962)) - Stabilize Prometheus Metadata transformation. ([#4954](#4954)) - Stabilize OpenTelemetry Metric Metadata to Prometheus metric metadata. ([#4966](#4966)) - Stabilize OpenTelemetry Exemplar to Prometheus Exemplar transformation. ([#4964](#4964)) - Stabilize sections of Prometheus Metrics Exporter. - Stabilize host configuration. ([#5025](#5025)) ### SDK Configuration - Declarative configuration: add in-development guidance for exposing the effective `Resource` returned by `Create`. ([#4949](#4949)) - Require spec changes to consider declarative config schema ([#4916](#4916)) - Add strict YAML parsing guidance to configuration supplementary guidelines. ([#4878](#4878)) ### OTEPs - Process Context: Sharing Resource Attributes with External Readers. ([#4719](#4719)) - Support multiple Resources within an SDK. ([#4665](#4665)) --------- Co-authored-by: Jack Berg <34418638+jack-berg@users.noreply.github.com>
1 parent 5fd6988 commit 50149c2

1 file changed

Lines changed: 40 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 40 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,45 @@ release.
99

1010
### Context
1111

12+
### Traces
13+
14+
### Metrics
15+
16+
### Logs
17+
18+
### Baggage
19+
20+
### Profiles
21+
22+
### Resource
23+
24+
### Entities
25+
26+
### Common
27+
28+
### OpenTelemetry Protocol
29+
30+
### Compatibility
31+
32+
### SDK Configuration
33+
34+
### Supplementary Guidelines
35+
36+
### OTEPs
37+
38+
## v1.56.0 (2025-04-20)
39+
40+
### Context
41+
1242
- Align environment variable context propagation name restrictions with POSIX.1-2024
1343
and define normalization behavior.
14-
([#4914](https://github.com/open-telemetry/opentelemetry-specification/issues/4914))
44+
([#4944](https://github.com/open-telemetry/opentelemetry-specification/pull/4944))
1545
- Decouple the responsibilities of the environment variable propagation carrier.
16-
([#4961](https://github.com/open-telemetry/opentelemetry-specification/issues/4961))
46+
([#4961](https://github.com/open-telemetry/opentelemetry-specification/pull/4961))
1747
- Remove misleading implementation approach the environment variable propagation.
18-
([#5003](https://github.com/open-telemetry/opentelemetry-specification/issues/5003))
48+
([#5003](https://github.com/open-telemetry/opentelemetry-specification/pull/5003))
1949
- Change Environment Variables as Context Propagation Carriers document status to Beta.
20-
([#5020](https://github.com/open-telemetry/opentelemetry-specification/issues/5020))
50+
([#5020](https://github.com/open-telemetry/opentelemetry-specification/pull/5020))
2151

2252
### Traces
2353

@@ -36,10 +66,6 @@ release.
3666
- Add event to span event bridge.
3767
([#5006](https://github.com/open-telemetry/opentelemetry-specification/pull/5006))
3868

39-
### Baggage
40-
41-
### Profiles
42-
4369
### Resource
4470

4571
- Clarify that a Resource describes the observed entity, not the component
@@ -51,14 +77,10 @@ release.
5177
- Define merge algorithm.
5278
([4768](https://github.com/open-telemetry/opentelemetry-specification/pull/4768))
5379

54-
### Common
55-
56-
### OpenTelemetry Protocol
57-
5880
### Compatibility
5981

6082
- Deprecate OpenTracing compatibility requirements in the specification.
61-
([#4849](https://github.com/open-telemetry/opentelemetry-specification/issues/4849))
83+
([#4938](https://github.com/open-telemetry/opentelemetry-specification/pull/4938))
6284
- Stabilize sections of Prometheus and OpenMetrics Compatibility.
6385
- Stabilize Prometheus Classic Histogram to OTLP Explicit Histogram transformation.
6486
([#4874](https://github.com/open-telemetry/opentelemetry-specification/pull/4874))
@@ -82,26 +104,26 @@ release.
82104
([#4964](https://github.com/open-telemetry/opentelemetry-specification/pull/4964))
83105
- Stabilize sections of Prometheus Metrics Exporter.
84106
- Stabilize host configuration.
85-
([#4984](https://github.com/open-telemetry/opentelemetry-specification/issues/4984))
107+
([#5025](https://github.com/open-telemetry/opentelemetry-specification/pull/5025))
86108

87109
### SDK Configuration
88110

89111
- Declarative configuration: add in-development guidance for exposing the
90112
effective `Resource` returned by `Create`.
91-
([#4948](https://github.com/open-telemetry/opentelemetry-specification/issues/4948))
113+
([#4949](https://github.com/open-telemetry/opentelemetry-specification/pull/4949))
92114
- Require spec changes to consider declarative config schema
93115
([#4916](https://github.com/open-telemetry/opentelemetry-specification/pull/4916))
94116
- Add strict YAML parsing guidance to configuration supplementary guidelines.
95117
([#4878](https://github.com/open-telemetry/opentelemetry-specification/pull/4878))
96118

97-
### Supplementary Guidelines
98-
99119
### OTEPs
100120

101121
- Process Context: Sharing Resource Attributes with External Readers.
102122
([#4719](https://github.com/open-telemetry/opentelemetry-specification/pull/4719))
123+
- Support multiple Resources within an SDK.
124+
([#4665](https://github.com/open-telemetry/opentelemetry-specification/pull/4665))
103125

104-
## v1.55.0 (TODO: update date before merging)
126+
## v1.55.0 (2025-03-05)
105127

106128
### Traces
107129

@@ -214,9 +236,6 @@ release.
214236
- Stabilize complex `AnyValue` attribute value types and related attribute limits.
215237
([#4794](https://github.com/open-telemetry/opentelemetry-specification/issues/4794))
216238

217-
- Support multiple Resources within an SDK.
218-
([#4665](https://github.com/open-telemetry/opentelemetry-specification/pull/4665))
219-
220239
## v1.52.0 (2025-12-12)
221240

222241
### Context

0 commit comments

Comments
 (0)