Skip to content
Merged
Changes from 3 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
47 changes: 39 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,35 @@ release.

## Unreleased

- Amend the description of Composite/Composable samplers.
([#5161](https://github.com/open-telemetry/opentelemetry-specification/pull/5161))
### Context

### Traces

### Metrics

### Logs

### Baggage

### Profiles

### Resource

### Entities

### Common

### OpenTelemetry Protocol

### Compatibility

### SDK Configuration

### Supplementary Guidelines

### OTEPs

## v1.59.0 (2026-07-10)

### Context

Expand All @@ -27,6 +54,9 @@ release.

### Traces

- Amend the description of Composite/Composable samplers.
([#5161](https://github.com/open-telemetry/opentelemetry-specification/pull/5161))

### Metrics

### Logs
Expand All @@ -53,11 +83,16 @@ release.

### Supplementary Guidelines

- Add non-normative [supplementary guidelines for SDK self-observability](specification/self-observability-supplementary-guidelines.md).
([#5128](https://github.com/open-telemetry/opentelemetry-specification/issues/5128))
- Add non-normative supplementary guidelines for SDK self-observability.
([#5135](https://github.com/open-telemetry/opentelemetry-specification/pull/5135))

### OTEPs

- Add OTEP proposing a central OpenTelemetry benchmarks repository.
([#5118](https://github.com/open-telemetry/opentelemetry-specification/pull/5118))
- Introduce Policies into the specification.
([#4738](https://github.com/open-telemetry/opentelemetry-specification/pull/4738))

## v1.58.0 (2025-06-22)

### Context
Expand Down Expand Up @@ -124,8 +159,6 @@ release.

### OTEPs

- Add OTEP proposing a central OpenTelemetry benchmarks repository.
([#5118](https://github.com/open-telemetry/opentelemetry-specification/pull/5118))
- Context-scoped Attributes.
([#4931](https://github.com/open-telemetry/opentelemetry-specification/pull/4931))

Expand Down Expand Up @@ -545,8 +578,6 @@ release.

### OTEPs

- Introduce Policies into the specification. ([#4288](https://github.com/open-telemetry/opentelemetry-specification/pull/4288))

- Extend attributes to support complex values.
([#4485](https://github.com/open-telemetry/opentelemetry-specification/pull/4485))

Expand Down
Loading