@@ -13,14 +13,43 @@ release.
1313
1414### Metrics
1515
16+ ### Logs
17+
18+ ### Resource
19+
20+ ### OpenTelemetry Protocol
21+
22+ ### Compatibility
23+
24+ ### SDK Configuration
25+
26+ ### Common
27+
28+ ### Supplementary Guidelines
29+
30+ ## v1.25.0 (2023-09-13)
31+
32+ ### Context
33+
34+ - No changes.
35+
36+ ### Traces
37+
38+ - No changes.
39+
40+ ### Metrics
41+
1642- Increase metric name maximum length from 63 to 255 characters.
1743 ([ #3648 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3648 ) )
1844- MetricReader.Collect ignores Resource from MetricProducer.Produce.
1945 ([ #3636 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3636 ) )
2046- Attribute sets not observed during async callbacks are not exported.
2147 ([ #3242 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3242 ) )
2248- Promote MetricProducer specification to feature-freeze.
23- ([ #3600 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3600 ) )
49+ ([ #3655 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3655 ) )
50+ - Add synchronous gauge instrument, clarify temporality selection influence on
51+ metric point persistence.
52+ ([ #3540 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3540 ) )
2453- Clarify that advice is non-identifying.
2554 ([ #3661 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3661 ) )
2655- Define the default size of the ` SimpleFixedSizeExemplarReservoir ` to be ` 1 ` .
@@ -41,7 +70,9 @@ release.
4170
4271### Resource
4372
44- ### Protocol
73+ - No changes.
74+
75+ ### OpenTelemetry Protocol
4576
4677- Fix and clarify definition of "transient error" in the OTLP exporter specification.
4778 ([ #3653 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3653 ) )
@@ -55,10 +86,16 @@ release.
5586
5687### SDK Configuration
5788
89+ - No changes.
90+
5891### Common
5992
93+ - No changes.
94+
6095### Supplemenatary Guidelines
6196
97+ - No changes.
98+
6299## v1.24.0 (2023-08-10)
63100
64101### Context
@@ -85,9 +122,6 @@ release.
85122 ([ #3613 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3613 ) )
86123- Refine ` MetricProvider.ForceFlush ` and define ` ForceFlush ` for periodic exporting MetricReader.
87124 ([ #3563 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3563 ) )
88- - Add synchronous gauge instrument, clarify temporality selection influence on
89- metric point persistence.
90- ([ #3540 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3540 ) )
91125
92126### Logs
93127
0 commit comments