Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krnowak committed Dec 1, 2020
1 parent fd83eb3 commit 3f6da5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

### Added

- `NewGRPCSingleConnectionDriver` function returns a `ProtocolDriver` that maintains a single connection to the collector. (#1369)

### Changed

- Move the OpenCensus example into `example` directory. (#1359)
- `NewExporter` and `Start` functions in `go.opentelemetry.io/otel/exporters/otlp` now receive `context.Context` as a first parameter. (#1357)
- `NewExporter` now takes a `ProtocolDriver` as a parameter. (#1369)
- Many OTLP Exporter options became GRPC ProtocolDriver options. (#1369)

## [0.14.0] - 2020-11-19

Expand Down

0 comments on commit 3f6da5f

Please sign in to comment.