@@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.22.0/0.45.0] 2024-01-17
12
+
11
13
### Added
12
14
13
15
- The ` go.opentelemetry.io/otel/semconv/v1.22.0 ` package.
@@ -44,6 +46,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
44
46
- Fix observable not registered error when the asynchronous instrument has a drop aggregation in ` go.opentelemetry.io/otel/sdk/metric ` . (#4772 )
45
47
- Fix baggage item key so that it is not canonicalized in ` go.opentelemetry.io/otel/bridge/opentracing ` . (#4776 )
46
48
- Fix ` go.opentelemetry.io/otel/bridge/opentracing ` to properly handle baggage values that requires escaping during propagation. (#4804 )
49
+ - Fix a bug where using multiple readers resulted in incorrect asynchronous counter values in ` go.opentelemetry.io/otel/sdk/metric ` . (#4742 )
47
50
48
51
## [ 1.21.0/0.44.0] 2023-11-16
49
52
@@ -58,7 +61,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
58
61
59
62
- Do not parse non-protobuf responses in ` go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp ` . (#4719 )
60
63
- Do not parse non-protobuf responses in ` go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp ` . (#4719 )
61
- - Fix a bug where using multiple readers resulted in incorrect asynchronous counter values in ` go.opentelemetry.io/otel/sdk/metric ` . (#4742 )
62
64
63
65
## [ 1.20.0/0.43.0] 2023-11-10
64
66
@@ -2773,7 +2775,8 @@ It contains api and sdk for trace and meter.
2773
2775
- CircleCI build CI manifest files.
2774
2776
- CODEOWNERS file to track owners of this project.
2775
2777
2776
- [ Unreleased ] : https://github.com/open-telemetry/opentelemetry-go/compare/v1.21.0...HEAD
2778
+ [ Unreleased ] : https://github.com/open-telemetry/opentelemetry-go/compare/v1.22.0...HEAD
2779
+ [ 1.22.0/0.45.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.22.0
2777
2780
[ 1.21.0/0.44.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.21.0
2778
2781
[ 1.20.0/0.43.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.20.0
2779
2782
[ 1.19.0/0.42.0/0.0.7 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.19.0
0 commit comments