@@ -9,6 +9,36 @@ release.
9
9
10
10
### Context
11
11
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
+
12
42
- Adds optional ` GetAll ` method to ` Getter ` in Propagation API, allowing for the retrieval of multiple values for the same key.
13
43
[ #4295 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4295 )
14
44
@@ -34,25 +64,13 @@ release.
34
64
([ #4310 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4310 ) )
35
65
- Remove the in-development isolating log record processor.
36
66
([ #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 ) )
39
67
40
68
### Events
41
69
42
70
- Deprecate Events API and SDK in favor of having Events support in the Logs API and SDK.
43
71
([ #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 ) )
56
74
57
75
### Common
58
76
@@ -64,6 +82,12 @@ release.
64
82
- Add core principles for evaluating specification changes.
65
83
([ #4286 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4286 ) )
66
84
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
+
67
91
## v1.39.0 (2024-11-06)
68
92
69
93
### Logs
0 commit comments