Skip to content

Commit 1ec56fe

Browse files
committed
v0.9.4
1 parent 55f2468 commit 1ec56fe

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,37 @@
1+
### v0.9.4 (2016-05-09)
2+
3+
4+
#### Bug Fixes
5+
6+
* **warnings:** remove unused_code warnings from newest nightlies ([e7229480](https://github.com/hyperium/hyper/commit/e7229480ea669bbe62fe644e312ba06cdca45b1c))
7+
8+
9+
#### Features
10+
11+
* **ssl:**
12+
* enable hostname verification by default for OpenSSL ([01160abd](https://github.com/hyperium/hyper/commit/01160abd92956e5f995cc45790df7a2b86c8989f), closes [#472](https://github.com/hyperium/hyper/issues/472))
13+
* use secure ciphers by default in openssl ([54bf6ade](https://github.com/hyperium/hyper/commit/54bf6adeee1c3a231925f3efa7e38f875bc2d4d5))
14+
15+
### v0.9.3 (2016-05-09)
16+
17+
18+
#### Bug Fixes
19+
20+
* **client:** fix panic in Pool::connect ([e51bafe2](https://github.com/hyperium/hyper/commit/e51bafe2e4f2a1efc36790232bef488c91131d0b), closes [#780](https://github.com/hyperium/hyper/issues/780))
21+
22+
123
### v0.9.2 (2016-05-04)
224

325

426
#### Features
527

628
* **client:**
7-
* proper proxy and tunneling in Client ([f36c6b25](f36c6b25), closes [#774](774))
8-
* add Proxy support ([25010fc1](25010fc1), closes [#531](531))
29+
* proper proxy and tunneling in Client ([f36c6b25](https://github.com/hyperium/hyper/commit/f36c6b25), closes [#774](https://github.com/hyperium/hyper/issues/774))
30+
* add Proxy support ([25010fc1](https://github.com/hyperium/hyper/commit/25010fc1), closes [#531](https://github.com/hyperium/hyper/issues/531))
931

1032
#### Performance
1133

12-
* **client:** don't keep Pool mutex locked during getaddrinfo ([5fcc04a6](5fcc04a6))
34+
* **client:** don't keep Pool mutex locked during getaddrinfo ([5fcc04a6](https://github.com/hyperium/hyper/commit/5fcc04a6))
1335

1436

1537
### v0.9.1 (2016-04-21)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "hyper"
4-
version = "0.9.3"
4+
version = "0.9.4"
55
description = "A modern HTTP library."
66
readme = "README.md"
77
documentation = "http://hyperium.github.io/hyper"

0 commit comments

Comments
 (0)