Skip to content

Commit 8bbac83

Browse files
Release 1.44.0 (#4476)
### Context - Add context propagation through Environment Variables specification. ([#4454](#4454)) - On Propagators API, stabilize `GetAll` on the `TextMap` Extract. ([#4472](#4472)) ### Traces - Define sampling threshold field in OpenTelemetry TraceState; define the behavior of TraceIdRatioBased sampler in terms of W3C Trace Context Level 2 randomness. ([#4166](#4166)) ### Metrics - Clarify SDK behavior for Instrument Advisory Parameter. ([#4389](#4389)) ### Logs - Add `Enabled` opt-in operation to the `LogRecordProcessor`. ([#4439](#4439)) - Stabilize `Logger.Enabled`. ([#4463](#4463)) - Stabilize `EventName`. ([#4475](#4475)) ### Baggage - Add context (baggage) propagation through Environment Variables specification. ([#4454](#4454)) ### Resource - Add Datamodel for Entities. ([#4442](#4442)) ### SDK Configuration - Convert declarative config env var substitution syntax to ABNF. ([#4448](#4448)) - List declarative config supported SDK extension plugin interfaces. ([#4452](#4452)) --------- Co-authored-by: Armin Ruech <[email protected]>
1 parent 2b9ef96 commit 8bbac83

File tree

1 file changed

+32
-13
lines changed

1 file changed

+32
-13
lines changed

CHANGELOG.md

+32-13
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,34 @@ release.
99

1010
### Context
1111

12+
### Traces
13+
14+
### Metrics
15+
16+
### Logs
17+
18+
### Baggage
19+
20+
### Resource
21+
22+
### Profiles
23+
24+
### OpenTelemetry Protocol
25+
26+
### Compatibility
27+
28+
### SDK Configuration
29+
30+
### Common
31+
32+
### Supplementary Guidelines
33+
34+
### OTEPs
35+
36+
## v1.44.0 (2025-04-15)
37+
38+
### Context
39+
1240
- Add context propagation through Environment Variables specification.
1341
([#4454](https://github.com/open-telemetry/opentelemetry-specification/pull/4454))
1442
- On Propagators API, stabilize `GetAll` on the `TextMap` Extract.
@@ -22,6 +50,9 @@ release.
2250

2351
### Metrics
2452

53+
- Clarify SDK behavior for Instrument Advisory Parameter.
54+
([#4389](https://github.com/open-telemetry/opentelemetry-specification/pull/4389))
55+
2556
### Logs
2657

2758
- Add `Enabled` opt-in operation to the `LogRecordProcessor`.
@@ -38,28 +69,16 @@ release.
3869

3970
### Resource
4071

41-
- Add Datamodel for Entities
72+
- Add Datamodel for Entities.
4273
([#4442](https://github.com/open-telemetry/opentelemetry-specification/pull/4442))
4374

44-
### Profiles
45-
46-
### OpenTelemetry Protocol
47-
48-
### Compatibility
49-
5075
### SDK Configuration
5176

5277
- Convert declarative config env var substitution syntax to ABNF.
5378
([#4448](https://github.com/open-telemetry/opentelemetry-specification/pull/4448))
5479
- List declarative config supported SDK extension plugin interfaces.
5580
([#4452](https://github.com/open-telemetry/opentelemetry-specification/pull/4452))
5681

57-
### Common
58-
59-
### Supplementary Guidelines
60-
61-
### OTEPs
62-
6382
## v1.43.0 (2025-03-18)
6483

6584
### Traces

0 commit comments

Comments
 (0)