Skip to content

Commit 4c4e062

Browse files
committed
v0.1.11
1 parent 486e3b6 commit 4c4e062

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-util"
3-
version = "0.1.10"
3+
version = "0.1.11"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)