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-otlp/CHANGELOG.md
+9
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
## vNext
4
4
5
+
## 0.29.0
6
+
7
+
Released 2025-Mar-21
8
+
9
+
- Update `opentelemetry` dependency version to 0.29
10
+
- Update `opentelemetry_sdk` dependency version to 0.29
11
+
- Update `opentelemetry-http` dependency version to 0.29
12
+
- Update `opentelemetry-proto` dependency version to 0.29
13
+
5
14
- 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
15
- Fixed `.with_headers()` in `HttpExporterBuilder` to correctly support multiple key/value pairs. [#2699](https://github.com/open-telemetry/opentelemetry-rust/pull/2699)
Copy file name to clipboardExpand all lines: opentelemetry-sdk/CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## vNext
4
4
5
+
## 0.29.0
6
+
7
+
Released 2025-Mar-21
8
+
9
+
- Update `opentelemetry` dependency to 0.29.
10
+
- Update `opentelemetry-http` dependency to 0.29.
5
11
-**Breaking**: The `Runtime` trait has been simplified and refined. See the [#2641](https://github.com/open-telemetry/opentelemetry-rust/pull/2641)
6
12
for the changes.
7
13
- Removed `async-std` support for `Runtime`, as [`async-std` crate is deprecated](https://crates.io/crates/async-std).
0 commit comments