@@ -11,39 +11,64 @@ release.
1111
1212### Traces
1313
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+
1438- Remove restriction that sampler description is immutable.
1539 ([ #4137 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4137 ) )
1640- Add in-development ` OnEnding ` callback to SDK ` SpanProcessor ` interface.
1741 ([ #4024 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4024 ) )
1842
1943### Metrics
2044
21- - Clarify prometheus exporter should have ` host ` and ` port ` configuration options.
22- ([ #4147 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4147 ) )
2345- Clarify metric reader / metric exporter relationship for temporality
2446 preference and default aggregation. Explicitly define configuration options
2547 for temporality preference and default aggregation of built-in exporters, and
2648 make default values explicit.
2749 ([ #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 ) )
2852
2953### Logs
3054
3155- The SDK MAY provide an operation that makes a deep clone of a ` ReadWriteLogRecord ` .
3256 ([ #4090 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4090 ) )
3357
34- ### Events
35-
36- ### Resource
58+ ### Baggage
3759
38- ### OpenTelemetry Protocol
60+ - Clarify no empty string allowed in baggage names.
61+ ([ #4144 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4144 ) )
3962
4063### Compatibility
4164
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 ) )
4367
4468### Common
4569
46- ### Supplementary Guidelines
70+ - Require separation of API and SDK artifacts.
71+ ([ #4125 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/4125 ) )
4772
4873## v1.35.0 (2024-07-12)
4974
0 commit comments