From d0b1d9ed3a10013ab356bc7d9b283e179857a672 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 16 Nov 2021 11:56:51 -0800 Subject: [PATCH] v0.14.15 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b222f9..49068fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### v0.14.15 (2021-11-16) + +#### Bug Fixes + +* **client:** cancel blocking DNS lookup if `GaiFuture` is dropped ([174b553d](https://github.com/hyperium/hyper/commit/174b553d) + +#### Features + +* **http1:** add `http1_writev(bool)` options to Client and Server builders, to allow forcing vectored writes ([80627141](https://github.com/hyperium/hyper/commit/80627141)) +* **upgrade:** allow http upgrades with any body type ([ab469eb3](https://github.com/hyperium/hyper/commit/ab469eb3c6cd5e7a035d734f3d21ff4d2d6a21ab)) + + ### v0.14.14 (2021-10-22) diff --git a/Cargo.toml b/Cargo.toml index c119a106..88f2b202 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper" -version = "0.14.14" +version = "0.14.15" description = "A fast and correct HTTP library." readme = "README.md" homepage = "https://hyper.rs"