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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
# Changelog
2
2
3
-
## 0.30.1
3
+
## vNext
4
4
5
-
Released 2025-Sep-16
5
+
## 0.31.0
6
+
7
+
Released 2025-Sep-25
6
8
7
9
- Implementation of `Extractor::get_all` for `HeaderExtractor`
8
10
- Support `HttpClient` implementation for `HyperClient<C>` with custom connectors beyond `HttpConnector`, enabling Unix Domain Socket connections and other custom transports
9
11
- Add `reqwest` and `reqwest-blocking` features to enable async and blocking
10
12
reqwest HTTP clients
13
+
- Updated `opentelemetry` dependency to version 0.31.0.
0 commit comments