Skip to content

Commit b4bb23c

Browse files
Release 1.50.0 (#4686)
### Traces - Restore `TraceIdRatioBased` and give it a deprecation timeline. Update recommended warnings based on feedback in issue [#4601](#4601). ([#4627](#4627)) - Changes of `TracerConfig.disabled` MUST be eventually visible. ([#4645](#4645)) - Remove text related to the former expermental probability sampling specification. ([#4673](#4673)) ### Metrics - Changes of `MeterConfig.disabled` MUST be eventually visible. ([#4645](#4645)) ### Logs - Add minimum_severity and trace_based logger configuration parameters. ([#4612](#4612)) - Changes of `LoggerConfig.disabled` MUST be eventually visible. ([#4645](#4645)) --------- Co-authored-by: Armin Ruech <[email protected]>
1 parent 6d8ec97 commit b4bb23c

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

CHANGELOG.md

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

1212
### Traces
1313

14-
- Restore `TraceIdRatioBased` and give it a deprecation timeline. Update recommended
15-
warnings based on feedback in issue [#4601](https://github.com/open-telemetry/opentelemetry-specification/issues/4601).
16-
([#4627](https://github.com/open-telemetry/opentelemetry-specification/pull/4627))
17-
- Changes of `TracerConfig.disabled` MUST be eventually visible.
18-
([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645))
19-
- Remove text related to the former expermental probability sampling specification.
20-
([#4673](https://github.com/open-telemetry/opentelemetry-specification/pull/4673))
21-
2214
### Metrics
2315

24-
- Changes of `MeterConfig.disabled` MUST be eventually visible.
25-
([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645))
26-
2716
### Logs
2817

29-
- Changes of `LoggerConfig.disabled` MUST be eventually visible.
30-
([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645))
31-
3218
### Baggage
3319

3420
### Profiles
@@ -49,6 +35,30 @@ release.
4935

5036
### OTEPs
5137

38+
## v1.50.0 (2025-10-17)
39+
40+
### Traces
41+
42+
- Restore `TraceIdRatioBased` and give it a deprecation timeline. Update recommended
43+
warnings based on feedback in issue [#4601](https://github.com/open-telemetry/opentelemetry-specification/issues/4601).
44+
([#4627](https://github.com/open-telemetry/opentelemetry-specification/pull/4627))
45+
- Changes of `TracerConfig.disabled` MUST be eventually visible.
46+
([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645))
47+
- Remove text related to the former expermental probability sampling specification.
48+
([#4673](https://github.com/open-telemetry/opentelemetry-specification/pull/4673))
49+
50+
### Metrics
51+
52+
- Changes of `MeterConfig.disabled` MUST be eventually visible.
53+
([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645))
54+
55+
### Logs
56+
57+
- Add minimum_severity and trace_based logger configuration parameters.
58+
([#4612](https://github.com/open-telemetry/opentelemetry-specification/pull/4612))
59+
- Changes of `LoggerConfig.disabled` MUST be eventually visible.
60+
([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645))
61+
5262
## v1.49.0 (2025-09-16)
5363

5464
### Entities

0 commit comments

Comments
 (0)