@@ -8,8 +8,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88
99## [ Unreleased]
1010
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+
1117### Added
1218
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 )
1321- The ` go.opentelemetry.io/otel/semconv/v1.20.0 ` package.
1422 The package contains semantic conventions from the ` v1.20.0 ` version of the OpenTelemetry specification. (#4078 )
1523
@@ -128,9 +136,6 @@ See our [versioning policy](VERSIONING.md) for more information about these stab
128136- Configuration for each metric instrument in ` go.opentelemetry.io/otel/sdk/metric/instrument ` . (#3895 )
129137- The internal logging introduces a warning level verbosity equal to ` V(1) ` . (#3900 )
130138- 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 )
134139
135140### Changed
136141
@@ -2487,7 +2492,8 @@ It contains api and sdk for trace and meter.
24872492- CircleCI build CI manifest files.
24882493- CODEOWNERS file to track owners of this project.
24892494
2490- [ Unreleased ] : https://github.com/open-telemetry/opentelemetry-go/compare/v1.16.0-rc.1...HEAD
2495+ [ Unreleased ] : https://github.com/open-telemetry/opentelemetry-go/compare/v1.16.0...HEAD
2496+ [ 1.16.0/0.39.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.16.0
24912497[ 1.16.0-rc.1/0.39.0-rc.1 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.16.0-rc.1
24922498[ 1.15.1/0.38.1 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.15.1
24932499[ 1.15.0/0.38.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.15.0
@@ -2557,3 +2563,5 @@ It contains api and sdk for trace and meter.
25572563[ Go 1.20 ] : https://go.dev/doc/go1.20
25582564[ Go 1.19 ] : https://go.dev/doc/go1.19
25592565[ Go 1.18 ] : https://go.dev/doc/go1.18
2566+
2567+ [ metric API ] :https://pkg.go.dev/go.opentelemetry.io/otel/metric
0 commit comments