Skip to content

Commit 855d80c

Browse files
Release 1.20.0 (#3364)
April release.
1 parent 8de4926 commit 855d80c

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

CHANGELOG.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,32 @@ release.
1111

1212
### Traces
1313

14+
### Metrics
15+
16+
### Logs
17+
18+
### Resource
19+
20+
### Semantic Conventions
21+
22+
### Compatibility
23+
24+
### OpenTelemetry Protocol
25+
26+
### SDK Configuration
27+
28+
### Telemetry Schemas
29+
30+
### Common
31+
32+
## v1.20.0 (2023-04-07)
33+
34+
### Context
35+
36+
- No changes.
37+
38+
### Traces
39+
1440
- Clarify required parent information in ReadableSpan. Technically a relaxation,
1541
but previously it was easy to overlook certain properties were required.
1642
[#3257](https://github.com/open-telemetry/opentelemetry-specification/pull/3257)
@@ -23,8 +49,6 @@ release.
2349
([#3306](https://github.com/open-telemetry/opentelemetry-specification/pull/3306))
2450
- Remove No-Op instrument and Meter creation requirements.
2551
([#3322](https://github.com/open-telemetry/opentelemetry-specification/pull/3322))
26-
- Fixed attributes requirement level in semantic conventions for hardware metrics
27-
([#3258](https://github.com/open-telemetry/opentelemetry-specification/pull/3258))
2852

2953
### Logs
3054

@@ -43,6 +67,8 @@ release.
4367

4468
### Resource
4569

70+
- No changes.
71+
4672
### Semantic Conventions
4773

4874
- Clarify that attribute requirement levels apply to the instrumentation library
@@ -67,6 +93,12 @@ release.
6793
- Stabilize key components of `service.*` and `telemetry.sdk.*` resource
6894
semantic conventions.
6995
([#3202](https://github.com/open-telemetry/opentelemetry-specification/pull/3202))
96+
- Fixed attributes requirement level in semantic conventions for hardware metrics
97+
([#3258](https://github.com/open-telemetry/opentelemetry-specification/pull/3258))
98+
- Added AWS S3 semantic conventions.
99+
([#3251](https://github.com/open-telemetry/opentelemetry-specification/pull/3251))
100+
- Fix units in the Kafka metric semantic conventions.
101+
([#3300](https://github.com/open-telemetry/opentelemetry-specification/pull/3300))
70102
- Add Trino to Database specific conventions
71103
([#3347](https://github.com/open-telemetry/opentelemetry-specification/pull/3347))
72104
- Change `db.statement` to only be collected if there is sanitization.
@@ -79,14 +111,25 @@ release.
79111

80112
### Compatibility
81113

114+
- No changes.
115+
82116
### OpenTelemetry Protocol
83117

118+
- Declare OTLP stable.
119+
([#3274](https://github.com/open-telemetry/opentelemetry-specification/pull/3274))
120+
84121
### SDK Configuration
85122

123+
- No changes.
124+
86125
### Telemetry Schemas
87126

127+
- No changes.
128+
88129
### Common
89130

131+
- No changes.
132+
90133
## v1.19.0 (2023-03-06)
91134

92135
### Context

0 commit comments

Comments
 (0)