File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ ### v0.12.14 (2018-11-07)
2+
3+
4+ #### Bug Fixes
5+
6+ * ** header:** fix panic when parsing header names larger than 64kb ([ 9245e940] ( https://github.com/hyperium/hyper/commit/9245e9409aeb5bb3e31b7f7c0e125583d1318465 ) )
7+
8+
9+ #### Features
10+
11+ * ** client:** add ALPN h2 support for client connectors ([ 976a77a6] ( https://github.com/hyperium/hyper/commit/976a77a67360a2590699c0b2bb3a4c3ccc0ff1ba ) )
12+
13+
114### v0.12.13 (2018-10-26)
215
316
Original file line number Diff line number Diff line change 11[package ]
22name = " hyper"
3- version = " 0.12.13 " # don't forget to update html_root_url
3+ version = " 0.12.14 " # don't forget to update html_root_url
44description = " A fast and correct HTTP library."
55readme = " README.md"
66homepage = " https://hyper.rs"
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://docs.rs/hyper/0.12.13 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/hyper/0.12.14 " ) ]
22#![ deny( missing_docs) ]
33#![ deny( missing_debug_implementations) ]
44#![ cfg_attr( test, deny( warnings) ) ]
You can’t perform that action at this time.
0 commit comments