Skip to content

Commit 0d046c0

Browse files
Release 1.40.0 (#4328)
December 2024 Release. Mostly in-development additions, e.g. * #4183 * #4295
1 parent a265ae0 commit 0d046c0

File tree

1 file changed

+38
-14
lines changed

1 file changed

+38
-14
lines changed

CHANGELOG.md

+38-14
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,36 @@ release.
99

1010
### Context
1111

12+
### Traces
13+
14+
### Metrics
15+
16+
### Logs
17+
18+
### Events
19+
20+
### Baggage
21+
22+
### Resource
23+
24+
### Profiles
25+
26+
### OpenTelemetry Protocol
27+
28+
### Compatibility
29+
30+
### SDK Configuration
31+
32+
### Common
33+
34+
### Supplementary Guidelines
35+
36+
### OTEPs
37+
38+
## v1.40.0 (2024-12-12)
39+
40+
### Context
41+
1242
- Adds optional `GetAll` method to `Getter` in Propagation API, allowing for the retrieval of multiple values for the same key.
1343
[#4295](https://github.com/open-telemetry/opentelemetry-specification/pull/4295)
1444

@@ -34,25 +64,13 @@ release.
3464
([#4310](https://github.com/open-telemetry/opentelemetry-specification/pull/4310))
3565
- Remove the in-development isolating log record processor.
3666
([#4301](https://github.com/open-telemetry/opentelemetry-specification/pull/4301))
37-
- Change `event.name` attribute into top-level event name field.
38-
([#4320](https://github.com/open-telemetry/opentelemetry-specification/pull/4320))
3967

4068
### Events
4169

4270
- Deprecate Events API and SDK in favor of having Events support in the Logs API and SDK.
4371
([#4319](https://github.com/open-telemetry/opentelemetry-specification/pull/4319))
44-
45-
### Baggage
46-
47-
### Resource
48-
49-
### Profiles
50-
51-
### OpenTelemetry Protocol
52-
53-
### Compatibility
54-
55-
### SDK Configuration
72+
- Change `event.name` attribute into top-level event name field.
73+
([#4320](https://github.com/open-telemetry/opentelemetry-specification/pull/4320))
5674

5775
### Common
5876

@@ -64,6 +82,12 @@ release.
6482
- Add core principles for evaluating specification changes.
6583
([#4286](https://github.com/open-telemetry/opentelemetry-specification/pull/4286))
6684

85+
## OTEPs
86+
87+
- The [open-telemetry/oteps](https://github.com/open-telemetry/oteps) repository was
88+
merged into the specification repository.
89+
([#4288](https://github.com/open-telemetry/opentelemetry-specification/pull/4288))
90+
6791
## v1.39.0 (2024-11-06)
6892

6993
### Logs

0 commit comments

Comments
 (0)