File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.3.1 (2015-03-18)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** header:** Fix charset parsing bug. ([ 5a6e176f] ( https://github.com/hyperium/hyper/commit/5a6e176f50fe667fbdc4c933c81d2db5ba5c571d ) )
7
+ * ** headers:** Fix overflow with empty cookies ([ 99baaa10] ( https://github.com/hyperium/hyper/commit/99baaa10157f6c69ef1795a97e0db8bd794011f6 ) )
8
+ * ** rustup:** update to latest rustc ([ 4fd8a6a9] ( https://github.com/hyperium/hyper/commit/4fd8a6a9dc0dc969b36f3d3ad51cee177545f883 ) )
9
+
10
+
11
+ #### Features
12
+
13
+ * ** server:** add Expect 100-continue support ([ 0b716943] ( https://github.com/hyperium/hyper/commit/0b7169432b5f51efe5c167be418c2c50220e46a5 ) , closes [ #369 ] ( https://github.com/hyperium/hyper/issues/369 ) )
14
+
15
+
16
+ #### Breaking Changes
17
+
18
+ * Several public functions and types in the ` http ` module
19
+ have been removed. They have been replaced with 2 methods that handle
20
+ all of the http1 parsing.
21
+
22
+ ([ b87bb20f] ( https://github.com/hyperium/hyper/commit/b87bb20f0c25891c30ef2399da2721596fbc1fcf ) )
23
+
24
+
1
25
## v0.3.0 (2015-03-03)
2
26
3
27
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " hyper"
4
- version = " 0.3.0 "
4
+ version = " 0.3.1 "
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