@@ -11,6 +11,32 @@ release.
1111
1212### Traces
1313
14+ ### Metrics
15+
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.28.0 (2023-12-07)
31+
32+ ### Context
33+
34+ - No changes.
35+
36+ ### Traces
37+
38+ - Stabilize how exceptions are recorded using the Trace SDK.
39+ ([ #3769 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3769 ) )
1440- Add definition for standard output span exporter.
1541 ([ #3740 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3740 ) )
1642
@@ -34,19 +60,30 @@ release.
3460
3561### Resource
3662
63+ - No changes.
64+
3765### OpenTelemetry Protocol
3866
3967- Clarify HTTP endpoint configuration option handling.
4068 ([ #3739 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3739 ) )
4169
4270### Compatibility
4371
72+ - No changes.
73+
4474### SDK Configuration
4575
76+ - Add ` console ` as an exporter type that is supported via environment variable configuration.
77+ ([ #3742 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3742 ) )
78+
4679### Common
4780
81+ - No changes.
82+
4883### Supplementary Guidelines
4984
85+ - No changes.
86+
5087## v1.27.0 (2023-11-08)
5188
5289### Context
@@ -57,8 +94,6 @@ release.
5794
5895- Add a new AddLink() operation to Span (experimental).
5996 ([ #3678 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3678 ) )
60- - Stabilize how exceptions are recorded using the Trace SDK.
61- ([ #3769 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3769 ) )
6297
6398### Metrics
6499
@@ -93,8 +128,6 @@ release.
93128
94129- Rename/replace ` (client|server).socket.(address|port) ` attributes with ` network.(peer|local).(address|port) ` .
95130 ([ #3713 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3713 ) )
96- - Add ` console ` as an exporter type that is supported via environment variable configuration.
97- ([ #3742 ] ( https://github.com/open-telemetry/opentelemetry-specification/pull/3742 ) )
98131
99132### Supplementary Guidelines
100133
0 commit comments