File tree Expand file tree Collapse file tree 1 file changed +81
-0
lines changed Expand file tree Collapse file tree 1 file changed +81
-0
lines changed Original file line number Diff line number Diff line change 1+ ### v0.1.8 (2015-01-27)
2+
3+
4+ #### Bug Fixes
5+
6+ * ** headers:**
7+ * make ConnectionHeader unicase ([ e06e7d9a] ( https://github.com/hyperium/hyper/commit/e06e7d9a7ece9588b673b06df6aec4663595df30 ) )
8+ * make Protocol search websocket unicase ([ 65c70180] ( https://github.com/hyperium/hyper/commit/65c7018046eb556085ca47a28c980ec901980643 ) )
9+ * ** log:** update to new logging levels ([ b002b6c3] ( https://github.com/hyperium/hyper/commit/b002b6c3f09775e5d6759bbd07dacdee318c2915 ) )
10+
11+
12+ #### Features
13+
14+ * ** headers:** Add ` Pragma ` header field ([ 767c95d2] ( https://github.com/hyperium/hyper/commit/767c95d2b9709b496b35d0d691ff7a1f6d35cbed ) , closes [ #237 ] ( https://github.com/hyperium/hyper/issues/237 ) )
15+
16+
17+ #### Breaking Changes
18+
19+ * Change header ` Cookie ` to ` Cookie `
20+
21+ ([ 92f43cf8] ( https://github.com/hyperium/hyper/commit/92f43cf873ddceca9518195af6dad1ff6ac79e11 ) )
22+
23+
24+ ### v0.1.7 (2015-01-27)
25+
26+
27+ #### Bug Fixes
28+
29+ * ** rustup:** update to newest fmt trait names and slice syntax ([ 9e3c94d7] ( https://github.com/hyperium/hyper/commit/9e3c94d764522f900731fdbdee857639901037fe ) )
30+
31+
32+ #### Breaking Changes
33+
34+ * Implementations of Header will need to adjust the
35+ header_name method. It no longer takes any arguments.
36+
37+ ([ 8215889e] ( https://github.com/hyperium/hyper/commit/8215889eda537d09da82a7ed12a1766bf4fd3bfe ) )
38+
39+
40+ ### v0.1.6 (2015-01-27)
41+
42+
43+ #### Bug Fixes
44+
45+ * ** headers:** make Schemes, Basic, Protocol public ([ e43c35c1] ( https://github.com/hyperium/hyper/commit/e43c35c1ca86c0ff1278ccfe3d2cff43222627b2 ) )
46+
47+
48+ ### v0.1.5 (2015-01-27)
49+
50+
51+ ### v0.1.4 (2015-01-27)
52+
53+
54+ #### Bug Fixes
55+
56+ * ** imports:** Update TypeID import location to "any" ([ dd2534a6] ( https://github.com/hyperium/hyper/commit/dd2534a6863f8b3940d2776e6b6a8e48988b9b88 ) )
57+
58+
59+ ### v0.1.3 (2015-01-27)
60+
61+
62+ #### Features
63+
64+ * ** server:** add a deconstruct method to Request. ([ 1014855f] ( https://github.com/hyperium/hyper/commit/1014855faec62ba00acdff6263c86e7dfa5fb047 ) )
65+
66+
67+ ### v0.1.2 (2015-01-27)
68+
69+
70+ #### Bug Fixes
71+
72+ * ** server:** Increase MAX_HEADER_FIELD_LENGTH to 4k ([ 54238b28] ( https://github.com/hyperium/hyper/commit/54238b28e4899e76bb3d7c2dfd8d9bc6fd489b6c ) )
73+
74+
75+ #### Features
76+
77+ * ** net:**
78+ * Move SSL verification to unboxed closures ([ bca9a53c] ( https://github.com/hyperium/hyper/commit/bca9a53c66c967affb8e245f26507494db39c35e ) )
79+ * Allow more generic SSL verification () ([ af577851] ( https://github.com/hyperium/hyper/commit/af5778510d1d8422fcb04873f7c726a67f15f5eb ) , closes [ #244 ] ( https://github.com/hyperium/hyper/issues/244 ) )
80+
81+
182### 0.1.1 (2015-01-13)
283
384#### Features
You can’t perform that action at this time.
0 commit comments