File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 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+
113# 0.1.10 (2024-10-28)
214
315- Add ` http2_max_header_list_size(num) ` option to legacy client builder.
Original file line number Diff line number Diff line change 11[package ]
22name = " hyper-util"
3- version = " 0.1.10 "
3+ version = " 0.1.11 "
44description = " hyper utilities"
55readme = " README.md"
66homepage = " https://hyper.rs"
You can’t perform that action at this time.
0 commit comments