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

### Traces

- Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions
on how to record errors across signals.
([#4368](https://github.com/open-telemetry/opentelemetry-specification/pull/4368))

### Metrics

### Logs

- Define how SDK implements `Logger.Enabled`.
([#4381](https://github.com/open-telemetry/opentelemetry-specification/pull/4381))
- Logs API should have functionality for reusing Standard Attributes.
([#4373](https://github.com/open-telemetry/opentelemetry-specification/pull/4373))

### Baggage

### Resource
Expand All @@ -36,18 +27,35 @@ release.

### SDK Configuration

- Define syntax for escaping declarative configuration environment variable
references.
([#4375](https://github.com/open-telemetry/opentelemetry-specification/pull/4375))
- Resolve various declarative config TODOs.
([#4394](https://github.com/open-telemetry/opentelemetry-specification/pull/4394))

### Common

### Supplementary Guidelines

### OTEPs

## v1.42.0 (2025-02-11)

### Traces

- Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions
on how to record errors across signals.
([#4368](https://github.com/open-telemetry/opentelemetry-specification/pull/4368))

### Logs

- Define how SDK implements `Logger.Enabled`.
([#4381](https://github.com/open-telemetry/opentelemetry-specification/pull/4381))
- Logs API should have functionality for reusing Standard Attributes.
([#4373](https://github.com/open-telemetry/opentelemetry-specification/pull/4373))

### SDK Configuration

- Define syntax for escaping declarative configuration environment variable
references.
([#4375](https://github.com/open-telemetry/opentelemetry-specification/pull/4375))
- Resolve various declarative config TODOs.
([#4394](https://github.com/open-telemetry/opentelemetry-specification/pull/4394))

## v1.41.0 (2025-01-21)

### Logs
Expand Down