Skip to content

Commit 3fe53ed

Browse files
Release 1.33.0 (open-telemetry#4034)
May 2024 release. Important changes: * Mark exemplars as stable (open-telemetry#3870) * Mark synchronous gauge as stable (open-telemetry#4019) * Record Links with empty/invalid SpanContext (open-telemetry#3928)
1 parent bfa5f18 commit 3fe53ed

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

CHANGELOG.md

+30-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,39 @@ release.
1111

1212
### Traces
1313

14+
### Metrics
15+
16+
### Logs
17+
18+
### Events
19+
20+
### Resource
21+
22+
### OpenTelemetry Protocol
23+
24+
### Compatibility
25+
26+
### SDK Configuration
27+
28+
### Common
29+
30+
### Supplementary Guidelines
31+
32+
## v1.33.0 (2024-05-09)
33+
34+
### Context
35+
36+
### Traces
37+
1438
- Links with invalid SpanContext are recorded.
1539
([#3928](https://github.com/open-telemetry/opentelemetry-specification/pull/3928))
1640

1741
### Metrics
1842

1943
- Change the exemplar behavior to be on by default.
2044
([#3994](https://github.com/open-telemetry/opentelemetry-specification/pull/3994))
21-
- Add name suggestion for option to apply resource attributes as metric attributes in Prometheus exporter.
22-
([#3837](https://github.com/open-telemetry/opentelemetry-specification/pull/3837))
45+
- Use normative language for exemplar default aggregations.
46+
([#4009](https://github.com/open-telemetry/opentelemetry-specification/pull/4009))
2347
- Mark Exemplars as stable.
2448
([#3870](https://github.com/open-telemetry/opentelemetry-specification/pull/3870))
2549
- Mark synchronous gauge as stable.
@@ -28,7 +52,7 @@ release.
2852
### Logs
2953

3054
- Allow implementations to export duplicate keys in a map as an opt-in option.
31-
([#3938](https://github.com/open-telemetry/opentelemetry-specification/pull/3938))
55+
([#3987](https://github.com/open-telemetry/opentelemetry-specification/pull/3987))
3256

3357
### Events
3458

@@ -38,6 +62,9 @@ release.
3862

3963
### Compatibility
4064

65+
- Add name suggestion for option to apply resource attributes as metric attributes in Prometheus exporter.
66+
([#3837](https://github.com/open-telemetry/opentelemetry-specification/pull/3837))
67+
4168
### SDK Configuration
4269

4370
- Clarify syntax for environment variable substitution regular expression

0 commit comments

Comments
 (0)