@@ -13,8 +13,38 @@ release.
1313
1414### Metrics
1515
16+ ### Logs
17+
18+ ### Resource
19+
20+ ### Compatibility
21+
22+ ### OpenTelemetry Protocol
23+
24+ ### SDK Configuration
25+
26+ ### Telemetry Schemas
27+
28+ ### Common
29+
30+ ### Supplemenatary Guidelines
31+
32+ ## v1.21.0 (2023-05-09)
33+
34+ ### Context
35+
36+ - No changes.
37+
38+ ### Traces
39+
40+ - No changes.
41+
42+ ### Metrics
43+
1644- Add experimental histogram advice API.
1745 ([ #3216 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3216 ) )
46+ - Recommended non-prefixed units for metric instrument semantic conventions.
47+ ([ #3312 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3312 ) )
1848- Recommended cardinality limits to protect metrics pipelines against
1949 excessive data production from a single instrument.
2050 ([ #2960 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2960 ) )
@@ -30,6 +60,8 @@ release.
3060 ([ #3345 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3354 ) )
3161- Drop logger include_trace_context parameter.
3262 ([ #3397 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3397 ) )
63+ - Clarify how ObservedTimestamp field is set if unspecified
64+ ([ #3385 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3385 ) )
3365- Mark logs bridge API / SDK as stable.
3466 ([ #3376 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3376 ) )
3567- Mark LogRecord Environment Variables as stable.
@@ -46,13 +78,13 @@ release.
4678
4779### Compatibility
4880
49- ### Supplemenatary Guidelines
50-
51- - Add guidance to use service-supported propagation formats as default for AWS SDK client calls.
52- ([ #3212 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3212 ) )
81+ - Mark OpenCensus compatibility spec as stable
82+ ([ #3425 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3425 ) )
5383
5484### OpenTelemetry Protocol
5585
86+ - No changes.
87+
5688### SDK Configuration
5789
5890- Lay initial groundwork for file configuration
@@ -65,11 +97,18 @@ release.
6597
6698### Telemetry Schemas
6799
100+ - No changes.
101+
68102### Common
69103
70104- Add log entries to specification README.md contents.
71105 ([ #3435 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3435 ) )
72106
107+ ### Supplemenatary Guidelines
108+
109+ - Add guidance to use service-supported propagation formats as default for AWS SDK client calls.
110+ ([ #3212 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3212 ) )
111+
73112## v1.20.0 (2023-04-07)
74113
75114### Context
@@ -88,8 +127,6 @@ release.
88127
89128- Clarify that units should use UCUM case sensitive variant.
90129 ([ #3306 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3306 ) )
91- - Recommended non-prefixed units for metric instrument semantic conventions.
92- ([ #3312 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3312 ) )
93130- Remove No-Op instrument and Meter creation requirements.
94131 ([ #3322 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3322 ) )
95132- Fixed attributes requirement level in semantic conventions for hardware metrics
@@ -116,8 +153,6 @@ release.
116153
117154### Semantic Conventions
118155
119- - Add k8s.cluster.uid semantic convention
120- ([ #3267 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3267 ) )
121156- Clarify that attribute requirement levels apply to the instrumentation library
122157 ([ #3289 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3289 ) )
123158- Fix grammatical number of metric units.
0 commit comments