This commit is contained in:
Sean McArthur
2021-10-22 09:53:21 -07:00
parent bd6c35b98f
commit b5022f3854
2 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
### v0.14.14 (2021-10-22)
#### Bug Fixes
* **client:**
* make ResponseFuture implement Sync ([bd6c35b9](https://github.com/hyperium/hyper/commit/bd6c35b98f9513f14ed9cecad933bc7fdb8635ea))
* remove ipv6 square brackets before resolving ([910e0268](https://github.com/hyperium/hyper/commit/910e02687df3245aae4bc519fb0bd7eb6a34db7d))
#### Features
* **h2:** always include original h2 error on broken pipe ([6169db25](https://github.com/hyperium/hyper/commit/6169db250c932dd012d391389826cd34833077b4))
* **server:** Remove Send + Sync requirement for Body in with_graceful_shutdown ([1d553e52](https://github.com/hyperium/hyper/commit/1d553e52c6953ea3b039f5c3f89d35cb56e2436a))
### v0.14.13 (2021-09-16)

View File

@@ -1,6 +1,6 @@
[package]
name = "hyper"
version = "0.14.13"
version = "0.14.14"
description = "A fast and correct HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"