@@ -8,15 +8,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 0.16.0] - 2020-01-13
12
+
11
13
### Added
12
14
13
15
- Add the ` ReadOnlySpan ` and ` ReadWriteSpan ` interfaces to provide better control for accessing span data. (#1360 )
14
16
- ` NewGRPCDriver ` function returns a ` ProtocolDriver ` that maintains a single gRPC connection to the collector. (#1369 )
15
- - Documentation about the project's versioning policy. (#1388 )
16
- - ` NewSplitDriver ` for OTLP exporter that allows sending traces and metrics to different endpoints. (#1418 )
17
- - Add codeql worfklow to GitHub Actions (#1428 )
17
+ - Added documentation about the project's versioning policy. (#1388 )
18
+ - Added ` NewSplitDriver ` for OTLP exporter that allows sending traces and metrics to different endpoints. (#1418 )
19
+ - Added codeql worfklow to GitHub Actions (#1428 )
18
20
- Added Gosec workflow to GitHub Actions (#1429 )
19
- - A new HTTP driver for OTLP exporter in ` exporters/otlp/otlphttp ` . Currently it only supports the binary protobuf payloads. (#1420 )
21
+ - Add new HTTP driver for OTLP exporter in ` exporters/otlp/otlphttp ` . Currently it only supports the binary protobuf payloads. (#1420 )
20
22
21
23
### Changed
22
24
@@ -1024,7 +1026,8 @@ It contains api and sdk for trace and meter.
1024
1026
- CODEOWNERS file to track owners of this project.
1025
1027
1026
1028
1027
- [ Unreleased ] : https://github.com/open-telemetry/opentelemetry-go/compare/v0.15.0...HEAD
1029
+ [ Unreleased ] : https://github.com/open-telemetry/opentelemetry-go/compare/v0.16.0...HEAD
1030
+ [ 0.16.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.16.0
1028
1031
[ 0.15.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.15.0
1029
1032
[ 0.14.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.14.0
1030
1033
[ 0.13.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.13.0
0 commit comments