Skip to content

Commit

Permalink
Release 1.42.0 (#4410)
Browse files Browse the repository at this point in the history
February 2025 Release.

### Traces

- Deprecate `exception.escaped` attribute, add link to in-development
semantic-conventions
  on how to record errors across signals.

([#4368](#4368))
- Define randomness value requirements for W3C Trace Context Level 2.

([#4162](#4162))

### Logs

- Define how SDK implements `Logger.Enabled`.

([#4381](#4381))
- Logs API should have functionality for reusing Standard Attributes.

([#4373](#4373))

### SDK Configuration

- Define syntax for escaping declarative configuration environment
variable
  references.

([#4375](#4375))
- Resolve various declarative config TODOs.

([#4394](#4394))
  • Loading branch information
carlosalberto authored Feb 18, 2025
1 parent c65b2b6 commit eb2f6ea
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,10 @@ release.

### Traces

- Define randomness value requirements for W3C Trace Context Level 2.
([#4162](https://github.com/open-telemetry/opentelemetry-specification/pull/4162))
- 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 @@ -38,18 +27,37 @@ 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-18)

### 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))
- Define randomness value requirements for W3C Trace Context Level 2.
([#4162](https://github.com/open-telemetry/opentelemetry-specification/pull/4162))

### 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

0 comments on commit eb2f6ea

Please sign in to comment.