Skip to content

Commit 4988a46

Browse files
carlosalbertoarminrutrask
authored
Release 1.47.0 (#4584)
July 2025 release. ### Context - Add Supplementary Guidelines for environment variables as context carrier specification. ([#4548](#4548)) ### 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)) - Define CompositeSampler implementation and built-in ComposableSampler interfaces. ([#4466](#4466)) - Define how SDK implements `Tracer.Enabled`. ([#4537](#4537)) ### Logs - Stabilize `Event Name` parameter of `Logger.Enabled`. ([#4534](#4534)) - Stabilize SDK and No-Op `Logger.Enabled`. ([#4536](#4536)) - `SeverityNumber=0` MAY be used to represent an unspecified value. ([#4535](#4535)) ### Baggage - Add Supplementary Guidelines for environment variables as context carrier specification. ([#4548](#4548)) ### Compatibility - Clarify expectations about Prometheus content negotiation for metric names. ([#4543](#4543)) --------- Co-authored-by: Armin Ruech <[email protected]> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent 8aa1d27 commit 4988a46

File tree

1 file changed

+38
-22
lines changed

1 file changed

+38
-22
lines changed

CHANGELOG.md

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,33 @@ release.
99

1010
### Context
1111

12-
- Add Supplementary Guidelines for environment variables as context carrier
13-
specification.
14-
([#4548](https://github.com/open-telemetry/opentelemetry-specification/pull/4548))
12+
### Traces
13+
14+
### Metrics
15+
16+
### Logs
17+
18+
### Baggage
19+
20+
### Profiles
21+
22+
### Resource
23+
24+
### Entities
25+
26+
### OpenTelemetry Protocol
27+
28+
### Compatibility
29+
30+
### SDK Configuration
31+
32+
### Common
33+
34+
### Supplementary Guidelines
35+
36+
### OTEPs
37+
38+
## v1.47.0 (2025-07-18)
1539

1640
### Traces
1741

@@ -23,8 +47,6 @@ release.
2347
- Define how SDK implements `Tracer.Enabled`.
2448
([#4537](https://github.com/open-telemetry/opentelemetry-specification/pull/4537))
2549

26-
### Metrics
27-
2850
### Logs
2951

3052
- Stabilize `Event Name` parameter of `Logger.Enabled`.
@@ -34,32 +56,26 @@ release.
3456
- `SeverityNumber=0` MAY be used to represent an unspecified value.
3557
([#4535](https://github.com/open-telemetry/opentelemetry-specification/pull/4535))
3658

37-
### Baggage
59+
### Compatibility
60+
61+
- Clarify expectations about Prometheus content negotiation for metric names.
62+
([#4543](https://github.com/open-telemetry/opentelemetry-specification/pull/4543))
63+
64+
### Supplementary Guidelines
3865

3966
- Add Supplementary Guidelines for environment variables as context carrier
4067
specification.
4168
([#4548](https://github.com/open-telemetry/opentelemetry-specification/pull/4548))
4269

43-
### Profiles
44-
45-
### Resource
46-
47-
### Entities
48-
49-
### OpenTelemetry Protocol
50-
51-
### Compatibility
52-
53-
- Clarify expectations about Prometheus content negotiation for metric names.
54-
([#4543](https://github.com/open-telemetry/opentelemetry-specification/pull/4543))
70+
### OTEPs
5571

56-
### SDK Configuration
72+
- Extend attributes to support complex values.
73+
([#4485](https://github.com/open-telemetry/opentelemetry-specification/pull/4485))
5774

5875
### Common
5976

60-
### Supplementary Guidelines
61-
62-
### OTEPs
77+
- Update spec to comply with OTEP-232.
78+
([#4529](https://github.com/open-telemetry/opentelemetry-specification/pull/4529))
6379

6480
## v1.46.0 (2025-06-12)
6581

0 commit comments

Comments
 (0)