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
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ release.

### SDK Configuration

- Declarative configuration: clarify default behavior and validation
requirements of `create` and `parse`.
([#4780](https://github.com/open-telemetry/opentelemetry-specification/pull/4780))
- Declarative configuration: add optional programmatic customization to
`create`, and add related supplemental guidelines.
([#4777](https://github.com/open-telemetry/opentelemetry-specification/pull/4777))

### Common

### Supplementary Guidelines
Expand Down Expand Up @@ -65,9 +72,6 @@ release.

- Clarifies that guidance related to boolean environment variables is not applicable
to other configuration interfaces. ([#4723](https://github.com/open-telemetry/opentelemetry-specification/pull/4723))
- Declarative configuration: add optional programmatic customization to
`create`, and add related supplemental guidelines.
([#4777](https://github.com/open-telemetry/opentelemetry-specification/pull/4777))

## v1.51.0 (2025-11-17)

Expand Down
Loading