@@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88
99## [ Unreleased]
1010
11+ ## [ 0.8.0] - 2020-07-09
12+
1113### Added
1214
1315- The ` B3Encoding ` type to represent the B3 encoding(s) the B3 propagator can inject.
@@ -20,6 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2022- Add http content size semantic conventions. (#905 )
2123- Include ` http.request_content_length ` in HTTP request basic attributes. (#905 )
2224- Add semantic conventions for operating system process resource attribute keys. (#919 )
25+ - The Jaeger exporter now has a ` WithBatchMaxCount ` option to specify the maximum number of spans sent in a batch. (#931 )
2326
2427### Changed
2528
@@ -67,6 +70,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
6770- The ` grpctrace ` instrumentation ` rpc.service ` attribute now contains the package name if one exists.
6871 This is in accordance with OpenTelemetry semantic conventions. (#922 )
6972- Correlation Context extractor will no longer insert an empty map into the returned context when no valid values are extracted. (#923 )
73+ - Bump google.golang.org/api from 0.28.0 to 0.29.0 in /exporters/trace/jaeger. (#925 )
74+ - Bump github.com/itchyny/gojq from 0.10.4 to 0.11.0 in /tools. (#926 )
75+ - Bump github.com/golangci/golangci-lint from 1.28.1 to 1.28.2 in /tools. (#930 )
7076
7177## [ 0.7.0] - 2020-06-26
7278
@@ -656,7 +662,8 @@ It contains api and sdk for trace and meter.
656662- CODEOWNERS file to track owners of this project.
657663
658664
659- [ Unreleased ] : https://github.com/open-telemetry/opentelemetry-go/compare/v0.7.0...HEAD
665+ [ Unreleased ] : https://github.com/open-telemetry/opentelemetry-go/compare/v0.8.0...HEAD
666+ [ 0.8.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.8.0
660667[ 0.7.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.7.0
661668[ 0.6.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.6.0
662669[ 0.5.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.5.0
0 commit comments