@@ -11,39 +11,64 @@ release.
11
11
12
12
### Traces
13
13
14
+ ### Metrics
15
+
16
+ ### Logs
17
+
18
+ ### Events
19
+
20
+ ### Baggage
21
+
22
+ ### Resource
23
+
24
+ ### OpenTelemetry Protocol
25
+
26
+ ### Compatibility
27
+
28
+ ### SDK Configuration
29
+
30
+ ### Common
31
+
32
+ ### Supplementary Guidelines
33
+
34
+ ## v1.36.0 (2024-08-12)
35
+
36
+ ### Traces
37
+
14
38
- Remove restriction that sampler description is immutable.
15
39
([ #4137 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4137 ) )
16
40
- Add in-development ` OnEnding ` callback to SDK ` SpanProcessor ` interface.
17
41
([ #4024 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4024 ) )
18
42
19
43
### Metrics
20
44
21
- - Clarify prometheus exporter should have ` host ` and ` port ` configuration options.
22
- ([ #4147 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4147 ) )
23
45
- Clarify metric reader / metric exporter relationship for temporality
24
46
preference and default aggregation. Explicitly define configuration options
25
47
for temporality preference and default aggregation of built-in exporters, and
26
48
make default values explicit.
27
49
([ #4142 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4142 ) )
50
+ - Add data point flags to the metric data model.
51
+ ([ #4135 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4135 ) )
28
52
29
53
### Logs
30
54
31
55
- The SDK MAY provide an operation that makes a deep clone of a ` ReadWriteLogRecord ` .
32
56
([ #4090 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4090 ) )
33
57
34
- ### Events
35
-
36
- ### Resource
58
+ ### Baggage
37
59
38
- ### OpenTelemetry Protocol
60
+ - Clarify no empty string allowed in baggage names.
61
+ ([ #4144 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4144 ) )
39
62
40
63
### Compatibility
41
64
42
- ### SDK Configuration
65
+ - Clarify prometheus exporter should have ` host ` and ` port ` configuration options.
66
+ ([ #4147 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4147 ) )
43
67
44
68
### Common
45
69
46
- ### Supplementary Guidelines
70
+ - Require separation of API and SDK artifacts.
71
+ ([ #4125 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4125 ) )
47
72
48
73
## v1.35.0 (2024-07-12)
49
74
0 commit comments