We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a92f3 commit a5e34ebCopy full SHA for a5e34eb
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+# 0.1.2 (2023-12-20)
2
+
3
+### Added
4
5
+- Add `graceful_shutdown()` method to `auto` connections.
6
+- Add `rt::TokioTimer` type that implements `hyper::rt::Timer`.
7
+- Add `service::TowerToHyperService` adapter, allowing using `tower::Service`s as a `hyper::service::Service`.
8
+- Implement `Clone` for `auto::Builder`.
9
+- Exports `legacy::{Builder, ResponseFuture}`.
10
11
+### Fixed
12
13
+- Enable HTTP/1 upgrades on the `legacy::Client`.
14
+- Prevent divide by zero if DNS returns 0 addresses.
15
16
# 0.1.1 (2023-11-17)
17
18
### Added
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper-util"
-version = "0.1.1"
+version = "0.1.2"
description = "hyper utilities"
readme = "README.md"
homepage = "https://hyper.rs"
0 commit comments