Skip to content

Commit 9d7c3b9

Browse files
committed
v0.1.3
1 parent 08b8d21 commit 9d7c3b9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 0.1.3 (2024-01-31)
2+
3+
### Added
4+
5+
- Add `Error::is_connect()` which returns true if error came from client `Connect`.
6+
- Add timer support to `legacy` pool.
7+
- Add support to enable http1/http2 parts of `auto::Builder` individually.
8+
9+
### Fixed
10+
11+
- Fix `auto` connection so it can handle requests shorter than the h2 preface.
12+
- Fix `legacy::Client` to no longer error when keep-alive is diabled.
13+
114
# 0.1.2 (2023-12-20)
215

316
### Added

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-util"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"
@@ -11,7 +11,6 @@ authors = ["Sean McArthur <[email protected]>"]
1111
keywords = ["http", "hyper", "hyperium"]
1212
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
1313
edition = "2021"
14-
resolver = "2"
1514

1615
[package.metadata.docs.rs]
1716
features = ["full"]

0 commit comments

Comments
 (0)