Skip to content

Commit 2795f2f

Browse files
committed
Changelog entry for .with_headers
1 parent c0fd292 commit 2795f2f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

opentelemetry-otlp/CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## vNext
44

55
- The `OTEL_EXPORTER_OTLP_TIMEOUT`, `OTEL_EXPORTER_OTLP_TRACES_TIMEOUT`, `OTEL_EXPORTER_OTLP_METRICS_TIMEOUT` and `OTEL_EXPORTER_OTLP_LOGS_TIMEOUT` are changed from seconds to miliseconds.
6+
- Fixed `.with_headers()` in `HttpExporterBuilder` to correctly support multiple key/value pairs. [#2699](https://github.com/open-telemetry/opentelemetry-rust/pull/2699)
67

78
## 0.28.0
89

@@ -41,7 +42,7 @@ Released 2024-Nov-11
4142
- Update `opentelemetry-http` dependency version to 0.27
4243
- Update `opentelemetry-proto` dependency version to 0.27
4344

44-
- **BREAKING**:
45+
- **BREAKING**:
4546
- ([#2217](https://github.com/open-telemetry/opentelemetry-rust/pull/2217)) **Replaced**: The `MetricsExporterBuilder` interface is modified from `with_temporality_selector` to `with_temporality` example can be seen below:
4647
Previous Signature:
4748
```rust
@@ -88,9 +89,9 @@ Released 2024-Nov-11
8889
- `MetricsExporterBuilder` -> `MetricExporterBuilder`
8990

9091
- [#2263](https://github.com/open-telemetry/opentelemetry-rust/pull/2263)
91-
Support `hyper` client for opentelemetry-otlp. This can be enabled using flag `hyper-client`.
92+
Support `hyper` client for opentelemetry-otlp. This can be enabled using flag `hyper-client`.
9293
Refer example: https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-otlp/examples/basic-otlp-http
93-
94+
9495
## v0.26.0
9596
Released 2024-Sep-30
9697

0 commit comments

Comments
 (0)