Skip to content

Commit bc8e28c

Browse files
Release 1.52.0 (#4781)
### Context - Make the W3C randomness flag required. ([#4761](#4761)) ### Traces - Deprecate Zipkin exporter document and make exporter implementation optional. ([#4715](#4715)) - Add spec for `AlwaysRecord` sampler ([#4699](#4699)) ### Metrics - Stabilize `Enabled` API for synchronous instruments. ([#4746](#4746)) - Allow instrument `Enabled` implementation to have additional optimizations and features. ([#4747](#4747)) ### Logs - Stabilize `LogRecordProcessor.Enabled`. ([#4717](#4717)) ### SDK Configuration - Clarifies that guidance related to boolean environment variables is not applicable to other configuration interfaces. ([#4723](#4723)) --------- Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
1 parent 5cee356 commit bc8e28c

File tree

1 file changed

+31
-16
lines changed

1 file changed

+31
-16
lines changed

CHANGELOG.md

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,10 @@ release.
1111

1212
### Traces
1313

14-
- Deprecate Zipkin exporter document and make exporter implementation optional.
15-
([#4715](https://github.com/open-telemetry/opentelemetry-specification/pull/4715/))
16-
- Add spec for `AlwaysRecord` sampler
17-
([#4699](https://github.com/open-telemetry/opentelemetry-specification/pull/4699))
18-
1914
### Metrics
2015

21-
- Stabilize `Enabled` API for synchronous instruments.
22-
([#4746](https://github.com/open-telemetry/opentelemetry-specification/pull/4746))
23-
- Allow instrument `Enabled` implementation to have additional optimizations and features.
24-
([#4747](https://github.com/open-telemetry/opentelemetry-specification/pull/4747))
25-
2616
### Logs
2717

28-
- Stabilize `LogRecordProcessor.Enabled`.
29-
([#4717](https://github.com/open-telemetry/opentelemetry-specification/pull/4717))
30-
3118
### Baggage
3219

3320
### Profiles
@@ -42,15 +29,43 @@ release.
4229

4330
### SDK Configuration
4431

45-
- Clarifies that guidance related to boolean environment variables is not applicable
46-
to other configuration interfaces. ([#4723](https://github.com/open-telemetry/opentelemetry-specification/pull/4723))
47-
4832
### Common
4933

5034
### Supplementary Guidelines
5135

5236
### OTEPs
5337

38+
## v1.52.0 (2025-12-12)
39+
40+
### Context
41+
42+
- Make the W3C randomness flag required.
43+
([#4761](https://github.com/open-telemetry/opentelemetry-specification/pull/4761))
44+
45+
### Traces
46+
47+
- Deprecate Zipkin exporter document and make exporter implementation optional.
48+
([#4715](https://github.com/open-telemetry/opentelemetry-specification/pull/4715/))
49+
- Add spec for `AlwaysRecord` sampler
50+
([#4699](https://github.com/open-telemetry/opentelemetry-specification/pull/4699))
51+
52+
### Metrics
53+
54+
- Stabilize `Enabled` API for synchronous instruments.
55+
([#4746](https://github.com/open-telemetry/opentelemetry-specification/pull/4746))
56+
- Allow instrument `Enabled` implementation to have additional optimizations and features.
57+
([#4747](https://github.com/open-telemetry/opentelemetry-specification/pull/4747))
58+
59+
### Logs
60+
61+
- Stabilize `LogRecordProcessor.Enabled`.
62+
([#4717](https://github.com/open-telemetry/opentelemetry-specification/pull/4717))
63+
64+
### SDK Configuration
65+
66+
- Clarifies that guidance related to boolean environment variables is not applicable
67+
to other configuration interfaces. ([#4723](https://github.com/open-telemetry/opentelemetry-specification/pull/4723))
68+
5469
## v1.51.0 (2025-11-17)
5570

5671
### Metrics

0 commit comments

Comments
 (0)