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
60 changes: 38 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,33 @@ release.

### Context

- Add Supplementary Guidelines for environment variables as context carrier
specification.
([#4548](https://github.com/open-telemetry/opentelemetry-specification/pull/4548))
### Traces

### Metrics

### Logs

### Baggage

### Profiles

### Resource

### Entities

### OpenTelemetry Protocol

### Compatibility

### SDK Configuration

### Common

### Supplementary Guidelines

### OTEPs

## v1.47.0 (2025-07-18)

### Traces

Expand All @@ -23,8 +47,6 @@ release.
- Define how SDK implements `Tracer.Enabled`.
([#4537](https://github.com/open-telemetry/opentelemetry-specification/pull/4537))

### Metrics

### Logs

- Stabilize `Event Name` parameter of `Logger.Enabled`.
Expand All @@ -34,32 +56,26 @@ release.
- `SeverityNumber=0` MAY be used to represent an unspecified value.
([#4535](https://github.com/open-telemetry/opentelemetry-specification/pull/4535))

### Baggage
### Compatibility

- Clarify expectations about Prometheus content negotiation for metric names.
([#4543](https://github.com/open-telemetry/opentelemetry-specification/pull/4543))

### Supplementary Guidelines

- Add Supplementary Guidelines for environment variables as context carrier
specification.
([#4548](https://github.com/open-telemetry/opentelemetry-specification/pull/4548))

### Profiles

### Resource

### Entities

### OpenTelemetry Protocol

### Compatibility

- Clarify expectations about Prometheus content negotiation for metric names.
([#4543](https://github.com/open-telemetry/opentelemetry-specification/pull/4543))
### OTEPs

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

### Common

### Supplementary Guidelines

### OTEPs
- Update spec to comply with OTEP-232.
([#4529](https://github.com/open-telemetry/opentelemetry-specification/pull/4529))

## v1.46.0 (2025-06-12)

Expand Down
Loading