Skip to content

Commit

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

### Added

- `NewGRPCSingleConnectionDriver` function returns a `ProtocolDriver` that maintains a single connection to the collector. (#1369)
- `NewGRPCDriver` function returns a `ProtocolDriver` that maintains a single gRPC 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)
- Zipkin exporter relies on the status code for success rather than body read but still read the response body. (#1328)
- `NewExporter` now takes a `ProtocolDriver` as a parameter. (#1369)
- Many OTLP Exporter options became GRPC ProtocolDriver options. (#1369)
- Many OTLP Exporter options became gRPC ProtocolDriver options. (#1369)

## [0.14.0] - 2020-11-19

Expand Down

0 comments on commit e7ca1fc

Please sign in to comment.