Skip to content
Merged
Changes from 6 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
34 changes: 23 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,10 @@ release.

### Traces

- Clarify STDOUT exporter format is unspecified.
([#4418](https://github.com/open-telemetry/opentelemetry-specification/pull/4418))

### Metrics

- Clarify STDOUT exporter format is unspecified.
([#4418](https://github.com/open-telemetry/opentelemetry-specification/pull/4418))

### Logs

- Clarify STDOUT exporter format is unspecified.
([#4418](https://github.com/open-telemetry/opentelemetry-specification/pull/4418))
- Clarify that it is allowed to directly use Logs API.
([#4438](https://github.com/open-telemetry/opentelemetry-specification/pull/4438))

### Baggage

### Resource
Expand All @@ -42,6 +31,29 @@ release.

### Supplementary Guidelines

### OTEPs

## v1.43.0 (2025-03-17)

### Traces

- Clarify STDOUT exporter format is unspecified.
([#4418](https://github.com/open-telemetry/opentelemetry-specification/pull/4418))

### Metrics

- Clarify STDOUT exporter format is unspecified.
([#4418](https://github.com/open-telemetry/opentelemetry-specification/pull/4418))

### Logs

- Clarify that it is allowed to directly use Logs API.
([#4438](https://github.com/open-telemetry/opentelemetry-specification/pull/4438))
- Clarify STDOUT exporter format is unspecified.
([#4418](https://github.com/open-telemetry/opentelemetry-specification/pull/4418))

### Supplementary Guidelines

- Add Advanced Processing to Logs Supplementary Guidelines.
([#4407](https://github.com/open-telemetry/opentelemetry-specification/pull/4407))

Expand Down