Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 24 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,10 @@ release.

### Traces

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

### Metrics

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

### Logs

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

### Baggage

### Profiles
Expand All @@ -49,6 +35,30 @@ release.

### OTEPs

## v1.50.0 (2025-10-17)

### Traces

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

### Metrics

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

### Logs

- Add minimum_severity and trace_based logger configuration parameters.
([#4612](https://github.com/open-telemetry/opentelemetry-specification/pull/4612))
- Changes of `LoggerConfig.disabled` MUST be eventually visible.
([#4645](https://github.com/open-telemetry/opentelemetry-specification/pull/4645))

## v1.49.0 (2025-09-16)

### Entities
Expand Down
Loading