File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.6.9 (2015-08-13)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** client:**
7
+ * improve keep-alive of bodyless Responses ([ 67c284a9] ( https://github.com/hyperium/hyper/commit/67c284a96a006f888f43d8af929516465de76dea ) )
8
+ * improve HttpReader selection for client Responses ([ 31f117ea] ( https://github.com/hyperium/hyper/commit/31f117ea08c01889016fd45e7084e9a049c53f7a ) , closes [ #436 ] ( https://github.com/hyperium/hyper/issues/436 ) )
9
+ * ** nightly:** remove feature flag for duration ([ 0455663a] ( https://github.com/hyperium/hyper/commit/0455663a98d7969c23d64d0b775799342507ef8e ) )
10
+
11
+
12
+ #### Features
13
+
14
+ * ** headers:** Content-Range header ([ af062ac9] ( https://github.com/hyperium/hyper/commit/af062ac954d5b90275138880ce2f5013d6664b5a ) )
15
+ * ** net:** impl downcast methods for NetworkStream (without + Send) ([ 1a91835a] ( https://github.com/hyperium/hyper/commit/1a91835abaa804aabf2e9bb45e9ab087274b8a18 ) , closes [ #521 ] ( https://github.com/hyperium/hyper/issues/521 ) )
16
+ * ** server:** add Request.ssl() to get underlying ssl stream ([ 7909829f] ( https://github.com/hyperium/hyper/commit/7909829f98bd9a2f454430f89b6143b977aedb35 ) , closes [ #627 ] ( https://github.com/hyperium/hyper/issues/627 ) )
17
+
18
+
1
19
### v0.6.8 (2015-08-03)
2
20
3
21
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " hyper"
4
- version = " 0.6.8 "
4
+ version = " 0.6.9 "
5
5
description = " A modern HTTP library."
6
6
readme = " README.md"
7
7
documentation = " http://hyperium.github.io/hyper/hyper/index.html"
You can’t perform that action at this time.
0 commit comments