Skip to content

Commit eb2f6ea

Browse files
Release 1.42.0 (#4410)
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))
1 parent c65b2b6 commit eb2f6ea

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

CHANGELOG.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,10 @@ release.
1111

1212
### Traces
1313

14-
- Define randomness value requirements for W3C Trace Context Level 2.
15-
([#4162](https://github.com/open-telemetry/opentelemetry-specification/pull/4162))
16-
- Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions
17-
on how to record errors across signals.
18-
([#4368](https://github.com/open-telemetry/opentelemetry-specification/pull/4368))
19-
2014
### Metrics
2115

2216
### Logs
2317

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

3120
### Resource
@@ -38,18 +27,37 @@ release.
3827

3928
### SDK Configuration
4029

41-
- Define syntax for escaping declarative configuration environment variable
42-
references.
43-
([#4375](https://github.com/open-telemetry/opentelemetry-specification/pull/4375))
44-
- Resolve various declarative config TODOs.
45-
([#4394](https://github.com/open-telemetry/opentelemetry-specification/pull/4394))
46-
4730
### Common
4831

4932
### Supplementary Guidelines
5033

5134
### OTEPs
5235

36+
## v1.42.0 (2025-02-18)
37+
38+
### Traces
39+
40+
- Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions
41+
on how to record errors across signals.
42+
([#4368](https://github.com/open-telemetry/opentelemetry-specification/pull/4368))
43+
- Define randomness value requirements for W3C Trace Context Level 2.
44+
([#4162](https://github.com/open-telemetry/opentelemetry-specification/pull/4162))
45+
46+
### Logs
47+
48+
- Define how SDK implements `Logger.Enabled`.
49+
([#4381](https://github.com/open-telemetry/opentelemetry-specification/pull/4381))
50+
- Logs API should have functionality for reusing Standard Attributes.
51+
([#4373](https://github.com/open-telemetry/opentelemetry-specification/pull/4373))
52+
53+
### SDK Configuration
54+
55+
- Define syntax for escaping declarative configuration environment variable
56+
references.
57+
([#4375](https://github.com/open-telemetry/opentelemetry-specification/pull/4375))
58+
- Resolve various declarative config TODOs.
59+
([#4394](https://github.com/open-telemetry/opentelemetry-specification/pull/4394))
60+
5361
## v1.41.0 (2025-01-21)
5462

5563
### Logs

0 commit comments

Comments
 (0)