Skip to content

Commit 38d08e0

Browse files
committed
v0.6.7
1 parent ee44d03 commit 38d08e0

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
### v0.6.7 (2015-08-03)
2+
3+
4+
#### Bug Fixes
5+
6+
* **headers:** fix broken deserialization of headers ([f5f5e1cb](https://github.com/hyperium/hyper/commit/f5f5e1cb2d01a22f170432e73b9c5757380cc18b))
7+
8+
9+
#### Features
10+
11+
* **net:**
12+
* Implement NetworkConnector for closure to be more flexible ([abdd4c5d](https://github.com/hyperium/hyper/commit/abdd4c5d632059ebef9bbee95032c9500620212e))
13+
* add socket timeouts to Server and Client ([7d1f154c](https://github.com/hyperium/hyper/commit/7d1f154cb7b4db4a029b52857c377000a3f23419), closes [#315](https://github.com/hyperium/hyper/issues/315))
14+
15+
16+
#### Breaking Changes
17+
18+
* Any custom implementation of NetworkStream must now
19+
implement `set_read_timeout` and `set_write_timeout`, so those will
20+
break. Most users who only use the provided streams should work with
21+
no changes needed.
22+
23+
Closes #315
24+
25+
([7d1f154c](https://github.com/hyperium/hyper/commit/7d1f154cb7b4db4a029b52857c377000a3f23419))
26+
27+
128
### v0.6.5 (2015-07-23)
229

330

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.6.6"
4+
version = "0.6.7"
55
description = "A modern HTTP library."
66
readme = "README.md"
77
documentation = "http://hyperium.github.io/hyper/hyper/index.html"

0 commit comments

Comments
 (0)