Skip to content

Commit d77c259

Browse files
committed
v0.14.27
1 parent a7b2c82 commit d77c259

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### v0.14.27 (2023-06-26)
2+
3+
4+
#### Bug Fixes
5+
6+
* **http1:**
7+
* send error on Incoming body when connection errors (#3256) ([b107655f](https://github.com/hyperium/hyper/commit/b107655ff8557d001bb8e558752f5f2247381e98), closes [#3253](https://github.com/hyperium/hyper/issues/3253))
8+
* properly end chunked bodies when it was known to be empty (#3254) ([32422c47](https://github.com/hyperium/hyper/commit/32422c47ec35e7405873277c87de14c18dbb98bd), closes [#3252](https://github.com/hyperium/hyper/issues/3252))
9+
10+
11+
#### Features
12+
13+
* **client:** include connection info in `Client::send_request` errors (#2749)
14+
15+
116
### v0.14.26 (2023-04-13)
217

318

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper"
3-
version = "0.14.26"
3+
version = "0.14.27"
44
description = "A fast and correct HTTP library."
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)