Skip to content

Commit 5ea0611

Browse files
committed
Update changelog
1 parent aa52b71 commit 5ea0611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1313
- Add the `ReadOnlySpan` and `ReadWriteSpan` interfaces to provide better control for accessing span data. (#1360)
1414
- `NewGRPCDriver` function returns a `ProtocolDriver` that maintains a single gRPC connection to the collector. (#1369)
1515
- `NewSplitDriver` for OTLP exporter that allows sending traces and metrics to different endpoints. (#1418)
16+
- A new HTTP driver for OTLP exporter in `exporters/otlp/otlphttp`. Currently it only supports the binary protobuf payloads. (#1420)
1617

1718
### Changed
1819

@@ -23,6 +24,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2324
- Remove duplicate checkout from GitHub Actions workflow (#1407)
2425
- `NewExporter` from `exporters/otlp` now takes a `ProtocolDriver` as a parameter. (#1369)
2526
- Many OTLP Exporter options became gRPC ProtocolDriver options. (#1369)
27+
- Moved gRPC driver for OTLP exporter to `exporters/otlp/otlpgrpc`. (#1420)
2628

2729
### Removed
2830

0 commit comments

Comments
 (0)