Skip to content

Commit 3f6a92e

Browse files
committed
v0.1.4
1 parent 1635bcc commit 3f6a92e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.1.4 (2024-05-24)
2+
3+
- Add `initial_max_send_streams()` to `legacy` client builder
4+
- Add `max_pending_accept_reset_streams()` to `legacy` client builder
5+
- Add `max_headers(usize)` to `auto` server builder
6+
- Add `http1_onl()` and `http2_only()` to `auto` server builder
7+
- Add connection capturing API to `legacy` client
8+
- Add `impl Connection for TokioIo`
9+
- Fix graceful shutdown hanging on reading the HTTP version
10+
111
# 0.1.3 (2024-01-31)
212

313
### Added

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.3"
3+
version = "0.1.4"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)