Skip to content

Commit cadd629

Browse files
Release 1.54.0 (#4884)
### Context - Deprecate Jaeger propagator and make propagator implementation optional. ([#4827](#4827)) - Deprecate OT Trace propagator and make propagator implementation optional. ([#4851](#4851)) ### Metrics - Add normative language to the Metrics API/SDK spec concurrency requirements. ([#4868](#4868)) ### Logs - Add optional `Exception` parameter to Emit LogRecord. ([#4824](#4824)) - Add normative language to the Logging API/SDK spec concurrency requirements. ([#4885](#4885)) ### Resource - Refine the handling of OTEL_RESOURCE_ATTRIBUTES. ([#4856](#4856)) ### Common - Add string representation guidance for complex attribute value types (byte arrays, empty values, arrays, and maps) for non-OTLP protocols. ([#4848](#4848)) ### Compatibility - Stabilize Prometheus Counter to OTLP Sum transformation. ([#4862](#4862)) - Stabilize Prometheus Gauge to OTLP Gauge transformation. ([#4871](#4871)) ### SDK Configuration - Swap Tracer/Meter/LoggerConfig `disabled` for `enabled` to avoid double negatives ([#4823](#4823)) - Declarative configuration: rename `ComponentProvider` to `PluginComponentProvider`, `CreatePlugin` to `CreateComponent` in effort to use consistent vocabulary ([#4806](#4806)) - Declarative configuration: Update instrumentation config behavior to return empty object when not set ([#4817](#4817))
1 parent 6765cce commit cadd629

File tree

1 file changed

+36
-20
lines changed

1 file changed

+36
-20
lines changed

CHANGELOG.md

Lines changed: 36 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,41 @@ 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.54.0 (2026-02-13)
39+
40+
### Context
41+
1242
- Deprecate Jaeger propagator and make propagator implementation optional.
1343
([#4827](https://github.com/open-telemetry/opentelemetry-specification/pull/4827))
1444
- Deprecate OT Trace propagator and make propagator implementation optional.
1545
([#4851](https://github.com/open-telemetry/opentelemetry-specification/pull/4851))
1646

17-
### Traces
18-
1947
### Metrics
2048

2149
- Add normative language to the Metrics API/SDK spec concurrency requirements.
@@ -28,24 +56,16 @@ release.
2856
- Add normative language to the Logging API/SDK spec concurrency requirements.
2957
([#4885](https://github.com/open-telemetry/opentelemetry-specification/pull/4885))
3058

31-
### Baggage
32-
33-
### Profiles
34-
3559
### Resource
3660

3761
- Refine the handling of OTEL_RESOURCE_ATTRIBUTES.
3862
([#4856](https://github.com/open-telemetry/opentelemetry-specification/pull/4856))
3963

40-
### Entities
41-
4264
### Common
4365

4466
- Add string representation guidance for complex attribute value types (byte arrays,
4567
empty values, arrays, and maps) for non-OTLP protocols.
46-
([#4485](https://github.com/open-telemetry/opentelemetry-specification/pull/4485))
47-
48-
### OpenTelemetry Protocol
68+
([#4848](https://github.com/open-telemetry/opentelemetry-specification/pull/4848))
4969

5070
### Compatibility
5171

@@ -56,14 +76,15 @@ release.
5676

5777
### SDK Configuration
5878

79+
- Swap Tracer/Meter/LoggerConfig `disabled` for `enabled` to avoid double negatives
80+
([#4823](https://github.com/open-telemetry/opentelemetry-specification/pull/4823))
5981
- Declarative configuration: rename `ComponentProvider` to
6082
`PluginComponentProvider`, `CreatePlugin` to `CreateComponent` in effort to
6183
use consistent vocabulary
6284
([#4806](https://github.com/open-telemetry/opentelemetry-specification/pull/4806))
63-
64-
### Supplementary Guidelines
65-
66-
### OTEPs
85+
- Declarative configuration: Update instrumentation config behavior to return
86+
empty object when not set
87+
([#4817](https://github.com/open-telemetry/opentelemetry-specification/pull/4817))
6788

6889
## v1.53.0 (2026-01-09)
6990

@@ -90,11 +111,6 @@ release.
90111
([#4802](https://github.com/open-telemetry/opentelemetry-specification/pull/4802))
91112
- Declarative configuration: clarify Registry ComponentProvider `type` parameter
92113
([#4799](https://github.com/open-telemetry/opentelemetry-specification/pull/4799))
93-
- Declarative configuration: Update instrumentation config behavior to return
94-
empty object when not set
95-
([#4817](https://github.com/open-telemetry/opentelemetry-specification/pull/4817))
96-
- Swap Tracer/Meter/LoggerConfig `disabled` for `enabled` to avoid double negatives
97-
([#4823](https://github.com/open-telemetry/opentelemetry-specification/pull/4823))
98114

99115
### Common
100116

0 commit comments

Comments
 (0)