File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.1.11 (2025-03-31)
2
+
3
+ - Add ` tracing ` crate feature with support in ` TokioExecutor ` .
4
+ - Add ` HttpConnector::interface() ` support for macOS and Solarish systems.
5
+ - Add ` rt::WithHyperIo ` and ` rt::WithTokioIo ` combinators.
6
+ - Add ` auto_date_header() ` for auto server builder.
7
+ - Add ` max_local_error_reset_streams() ` for auto server builder.
8
+ - Add ` ignore_invalid_headers() ` for auto server builder.
9
+ - Add methods to determine if auto server is configured for HTTP/1 or HTTP/2.
10
+ - Implement ` Connection ` for ` UnixStream ` and ` NamedPipeClient ` .
11
+ - Fix HTTP/2 websocket requests sent through ` legacy::Client ` .
12
+
1
13
# 0.1.10 (2024-10-28)
2
14
3
15
- Add ` http2_max_header_list_size(num) ` option to legacy client builder.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hyper-util"
3
- version = " 0.1.10 "
3
+ version = " 0.1.11 "
4
4
description = " hyper utilities"
5
5
readme = " README.md"
6
6
homepage = " https://hyper.rs"
You can’t perform that action at this time.
0 commit comments