File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ ### v0.12.29 (2019-05-16)
2+
3+
4+ #### Bug Fixes
5+
6+ * ** server:** skip automatic Content-Length header for HTTP 304 responses ([ b342c38f] ( https://github.com/hyperium/hyper/commit/b342c38f08972fe8be4ef9844e30f1e7a121bbc4 ) , closes [ #1797 ] ( https://github.com/hyperium/hyper/issues/1797 ) )
7+
8+
9+ #### Features
10+
11+ * ** body:** implement ` http_body::Body ` for ` hyper::Body ` ([ 2d9f3490] ( https://github.com/hyperium/hyper/commit/2d9f3490aa04393a12854680aa3e6d6117ba2407 ) )
12+ * ** client:** Implement ` TryFrom ` for ` Destination ` (#1810 ) ([ d1183a80] ( https://github.com/hyperium/hyper/commit/d1183a80278decf3955874629e9cff427edecb05 ) , closes [ #1808 ] ( https://github.com/hyperium/hyper/issues/1808 ) )
13+ * ** server:** add initial window builder methods that take self by-val (#1817 ) ([ 8b45af7f] ( https://github.com/hyperium/hyper/commit/8b45af7f314cea7d1db5cb6990088dd8442aa87b ) )
14+
15+
116### v0.12.28 (2019-04-29)
217
318
Original file line number Diff line number Diff line change 11[package ]
22name = " hyper"
3- version = " 0.12.28 " # don't forget to update html_root_url
3+ version = " 0.12.29 " # 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.28 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/hyper/0.12.29 " ) ]
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