Skip to content

Commit 3985e21

Browse files
Release 1.31.0 (#3921)
March 2024 release.
1 parent 79cf2d5 commit 3985e21

File tree

1 file changed

+48
-5
lines changed

1 file changed

+48
-5
lines changed

CHANGELOG.md

Lines changed: 48 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,49 @@ release.
77

88
## Unreleased
99

10-
- Fix: remove `name` from LogRecord example in the File Exporter example [#3886](https://github.com/open-telemetry/opentelemetry-specification/pull/3886)
10+
### Context
11+
12+
### Traces
13+
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.31.0 (2024-03-13)
1133

1234
### Context
1335

36+
- Specify allowed characters for Baggage keys and values.
37+
([#3801](https://github.com/open-telemetry/opentelemetry-specification/pull/3801))
38+
1439
### Traces
1540

41+
- Mark the AddLink() operation as stable.
42+
([#3887](https://github.com/open-telemetry/opentelemetry-specification/pull/3887))
43+
1644
### Metrics
1745

18-
- Remove implementation specific specification from metric API.
19-
([#3890](https://github.com/open-telemetry/opentelemetry-specification/pull/3890))
2046
- Formalize the interaction between cardinality limit and overflow attribute.
2147
([#3912](https://github.com/open-telemetry/opentelemetry-specification/pull/3912))
2248

2349
### Logs
2450

51+
- Fix: remove `name` from LogRecord example in the File Exporter example.
52+
([#3886](https://github.com/open-telemetry/opentelemetry-specification/pull/3886))
2553
- Remove implementation detail from Logs Bridge API.
2654
([#3884](https://github.com/open-telemetry/opentelemetry-specification/pull/3884))
2755
- Clarify that logs attributes are a superset of standard attributes.
@@ -31,21 +59,38 @@ release.
3159
- Mark standard output log record exporter as stable.
3260
([#3922](https://github.com/open-telemetry/opentelemetry-specification/pull/3922))
3361

62+
### Events
63+
64+
- Add Provider to the Event API.
65+
([#3878](https://github.com/open-telemetry/opentelemetry-specification/pull/3878))
66+
3467
### Resource
3568

69+
- No changes.
70+
3671
### OpenTelemetry Protocol
3772

73+
- No changes.
74+
3875
### Compatibility
3976

77+
- No changes.
78+
4079
### SDK Configuration
4180

81+
- No changes.
82+
4283
### Common
4384

85+
- Prohibit attribute value from evolving to contain complex types.
86+
([#3858](https://github.com/open-telemetry/opentelemetry-specification/pull/3858))
4487
- Tighten stability requirements for well-known attribute values.
4588
([#3879](https://github.com/open-telemetry/opentelemetry-specification/pull/3879))
4689

4790
### Supplementary Guidelines
4891

92+
- No changes.
93+
4994
## v1.30.0 (2024-02-15)
5095

5196
### Context
@@ -110,8 +155,6 @@ release.
110155

111156
- Align definition of Baggage with W3C Specification.
112157
([#3800](https://github.com/open-telemetry/opentelemetry-specification/pull/3800))
113-
- Specify allowed characters for Baggage keys and values.
114-
([#3801](https://github.com/open-telemetry/opentelemetry-specification/pull/3801))
115158

116159
### Traces
117160

0 commit comments

Comments
 (0)