@@ -8,15 +8,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88
99## [ Unreleased]
1010
11+ ## [ 0.16.0] - 2020-01-13
12+
1113### Added
1214
1315- Add the ` ReadOnlySpan ` and ` ReadWriteSpan ` interfaces to provide better control for accessing span data. (#1360 )
1416- ` 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 )
1820- 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 )
2022
2123### Changed
2224
@@ -1024,7 +1026,8 @@ It contains api and sdk for trace and meter.
10241026- CODEOWNERS file to track owners of this project.
10251027
10261028
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
10281031[ 0.15.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.15.0
10291032[ 0.14.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.14.0
10301033[ 0.13.0 ] : https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.13.0
0 commit comments