You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: opentelemetry-http/CHANGELOG.md
+3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@
2
2
3
3
## vNext
4
4
5
+
## v0.12.0
6
+
5
7
- Add `reqwest-rustls-webkpi-roots` feature flag to configure [`reqwest`](https://docs.rs/reqwest/0.11.27/reqwest/index.html#optional-features) to use embedded `webkpi-roots`.
8
+
- Update `opentelemetry` dependency version to 0.23
Copy file name to clipboardexpand all lines: opentelemetry-otlp/CHANGELOG.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## vNext
4
4
5
+
## v0.16.0
6
+
5
7
### Fixed
6
8
7
9
- URL encoded values in `OTEL_EXPORTER_OTLP_HEADERS` are now correctly decoded. [#1578](https://github.com/open-telemetry/opentelemetry-rust/pull/1578)
@@ -11,10 +13,6 @@
11
13
12
14
### Added
13
15
14
-
- Aded `http/json` support for all signals ([#1585])
- Add `webkpi-roots` features to `reqwest` and `tonic` backends
20
18
@@ -24,6 +22,10 @@
24
22
-**Breaking** Remove global provider for Logs [#1691](https://github.com/open-telemetry/opentelemetry-rust/pull/1691/)
25
23
- The method OtlpLogPipeline::install_simple() and OtlpLogPipeline::install_batch() now return `LoggerProvider` instead of
26
24
`Logger`. Refer to the [basic-otlp](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-otlp/examples/basic-otlp/src/main.rs) and [basic-otlp-http](https://github.com/open-telemetry/opentelemetry-rust/blob/main/opentelemetry-otlp/examples/basic-otlp-http/src/main.rs) examples for how to initialize OTLP Log Exporter to use with OpenTelemetryLogBridge and OpenTelemetryTracingBridge respectively.
25
+
- Update `opentelemetry` dependency version to 0.23
26
+
- Update `opentelemetry_sdk` dependency version to 0.23
27
+
- Update `opentelemetry-http` dependency version to 0.12
28
+
- Update `opentelemetry-proto` dependency version to 0.6
0 commit comments