@@ -8,20 +8,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.10.0] - 2022-09-09
12
+
11
13
### Added
12
14
13
- - Support Go 1.19.
15
+ - Support Go 1.19. ( # 3077 )
14
16
Include compatibility testing and document support. (#3077 )
15
17
- Support the OTLP ExportTracePartialSuccess response; these are passed to the registered error handler. (#3106 )
16
18
- Upgrade go.opentelemetry.io/proto/otlp from v0.18.0 to v0.19.0 (#3107 )
17
19
18
20
### Changed
19
21
20
22
- Fix misidentification of OpenTelemetry ` SpanKind ` in OpenTracing bridge (` go.opentelemetry.io/otel/bridge/opentracing ` ). (#3096 )
21
- - The exponential histogram mapping functions have been updated with
22
- exact upper-inclusive boundary support following the [ corresponding
23
- specification change] ( https://github.com/open-telemetry/opentelemetry-specification/pull/2633 ) . (#2982 )
24
23
- Attempting to start a span with a nil ` context ` will no longer cause a panic. (#3110 )
24
+ - All exporters will be shutdown even if one reports an error (#3091 )
25
25
- Ensure valid UTF-8 when truncating over-length attribute values. (#3156 )
26
26
27
27
## [ 1.9.0/0.0.3] - 2022-08-01
@@ -1907,7 +1907,8 @@ It contains api and sdk for trace and meter.
1907
1907
- CircleCI build CI manifest files.
1908
1908
- CODEOWNERS file to track owners of this project.
1909
1909
1910
- [ Unreleased ] : https://github.com/open-telemetry/opentelemetry-go/compare/v1.9.0...HEAD
1910
+ [ Unreleased ] : https://github.com/open-telemetry/opentelemetry-go/compare/v1.10.0...HEAD
1911
+ [ 1.10.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.10.0
1911
1912
[ 1.9.0/0.0.3 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.9.0
1912
1913
[ 1.8.0/0.31.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.8.0
1913
1914
[ 1.7.0/0.30.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.7.0
0 commit comments