@@ -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.
2489
2494
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
2491
2497
[ 1.16.0-rc.1/0.39.0-rc.1 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.16.0-rc.1
2492
2498
[ 1.15.1/0.38.1 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.15.1
2493
2499
[ 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.
2557
2563
[ Go 1.20 ] : https://go.dev/doc/go1.20
2558
2564
[ Go 1.19 ] : https://go.dev/doc/go1.19
2559
2565
[ 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