Skip to content

Commit a636037

Browse files
committed
v0.1.10
1 parent 05b13f4 commit a636037

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.10 (2024-10-28)
2+
3+
- Add `http2_max_header_list_size(num)` option to legacy client builder.
4+
- Add `set_tcp_user_timeout(dur)` option to legacy `HttpConnector`.
5+
16
# 0.1.9 (2024-09-24)
27

38
- Add support for `client::legacy` DNS resolvers to set non-zero ports on returned addresses.

Cargo.toml

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

0 commit comments

Comments
 (0)