Skip to content

Commit cdc86be

Browse files
carlosalbertocijothomas
authored andcommitted
Release 1.42.0 (open-telemetry#4410)
February 2025 Release. - Deprecate `exception.escaped` attribute, add link to in-development semantic-conventions on how to record errors across signals. ([open-telemetry#4368](open-telemetry#4368)) - Define randomness value requirements for W3C Trace Context Level 2. ([open-telemetry#4162](open-telemetry#4162)) - Define how SDK implements `Logger.Enabled`. ([open-telemetry#4381](open-telemetry#4381)) - Logs API should have functionality for reusing Standard Attributes. ([open-telemetry#4373](open-telemetry#4373)) - Define syntax for escaping declarative configuration environment variable references. ([open-telemetry#4375](open-telemetry#4375)) - Resolve various declarative config TODOs. ([open-telemetry#4394](open-telemetry#4394))
1 parent f5b0bc0 commit cdc86be

File tree

1 file changed

+26
-16
lines changed

1 file changed

+26
-16
lines changed

CHANGELOG.md

Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,16 @@ 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))
1914
- Clarify STDOUT exporter format is unspecified.
2015
([#4418](https://github.com/open-telemetry/opentelemetry-specification/pull/4418))
21-
16+
2217
### Metrics
2318

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

2722
### Logs
2823

29-
- Define how SDK implements `Logger.Enabled`.
30-
([#4381](https://github.com/open-telemetry/opentelemetry-specification/pull/4381))
31-
- Logs API should have functionality for reusing Standard Attributes.
32-
([#4373](https://github.com/open-telemetry/opentelemetry-specification/pull/4373))
3324
- Clarify STDOUT exporter format is unspecified.
3425
([#4418](https://github.com/open-telemetry/opentelemetry-specification/pull/4418))
3526

@@ -45,18 +36,37 @@ release.
4536

4637
### SDK Configuration
4738

48-
- Define syntax for escaping declarative configuration environment variable
49-
references.
50-
([#4375](https://github.com/open-telemetry/opentelemetry-specification/pull/4375))
51-
- Resolve various declarative config TODOs.
52-
([#4394](https://github.com/open-telemetry/opentelemetry-specification/pull/4394))
53-
5439
### Common
5540

5641
### Supplementary Guidelines
5742

5843
### OTEPs
5944

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

6272
### Logs

0 commit comments

Comments
 (0)