You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [Unreleased]
10
10
11
+
## [1.16.0/0.39.0] 2023-05-18
12
+
13
+
This release contains the first stable release of the OpenTelemetry Go [metric API].
14
+
Our project stability guarantees now apply to the `go.opentelemetry.io/otel/metric` package.
15
+
See our [versioning policy](VERSIONING.md) for more information about these stability guarantees.
16
+
11
17
### Added
12
18
19
+
- The `go.opentelemetry.io/otel/semconv/v1.19.0` package.
20
+
The package contains semantic conventions from the `v1.19.0` version of the OpenTelemetry specification. (#3848)
13
21
- The `go.opentelemetry.io/otel/semconv/v1.20.0` package.
14
22
The package contains semantic conventions from the `v1.20.0` version of the OpenTelemetry specification. (#4078)
15
23
@@ -128,9 +136,6 @@ See our [versioning policy](VERSIONING.md) for more information about these stab
128
136
- Configuration for each metric instrument in `go.opentelemetry.io/otel/sdk/metric/instrument`. (#3895)
129
137
- The internal logging introduces a warning level verbosity equal to `V(1)`. (#3900)
130
138
- Added a log message warning about usage of `SimpleSpanProcessor` in production environments. (#3854)
131
-
- The `go.opentelemetry.io/otel/semconv/v1.19.0` package. The package contains
132
-
semantic conventions from the `v1.19.0` version of the OpenTelemetry
133
-
specification. (#3846)
134
139
135
140
### Changed
136
141
@@ -2487,7 +2492,8 @@ It contains api and sdk for trace and meter.
2487
2492
- CircleCI build CI manifest files.
2488
2493
- CODEOWNERS file to track owners of this project.
0 commit comments