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 283b1ca commit 1d936feCopy full SHA for 1d936fe
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+### v0.9.2 (2016-05-04)
2
+
3
4
+#### Features
5
6
+* **client:**
7
+ * proper proxy and tunneling in Client ([f36c6b25](f36c6b25), closes [#774](774))
8
+ * add Proxy support ([25010fc1](25010fc1), closes [#531](531))
9
10
+#### Performance
11
12
+* **client:** don't keep Pool mutex locked during getaddrinfo ([5fcc04a6](5fcc04a6))
13
14
15
### v0.9.1 (2016-04-21)
16
17
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "hyper"
-version = "0.9.1"
+version = "0.9.2"
description = "A modern HTTP library."
readme = "README.md"
documentation = "http://hyperium.github.io/hyper"
0 commit comments