File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.14.3 (2021-02-05)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** client:** HTTP/1 client "Transfer-Encoding" repair code would panic (#2410 ) ([ 2c8121f1] ( https://github.com/hyperium/hyper/commit/2c8121f1735aa8efeb0d5e4ef595363c373ba470 ) , closes [ #2409 ] ( https://github.com/hyperium/hyper/issues/2409 ) )
7
+ * ** http1:** fix server misinterpretting multiple Transfer-Encoding headers ([ 8f93123e] ( https://github.com/hyperium/hyper/commit/8f93123efef5c1361086688fe4f34c83c89cec02 ) )
8
+
9
+
10
+ #### Features
11
+
12
+ * ** body:**
13
+ * reexport ` hyper::body::SizeHint ` (#2404 ) ([ 9956587f] ( https://github.com/hyperium/hyper/commit/9956587f83428a5dbe338ba0b55c1dc0bce8c282 ) )
14
+ * add ` send_trailers ` to Body channel's ` Sender ` (#2387 ) ([ bf8d74ad] ( https://github.com/hyperium/hyper/commit/bf8d74ad1cf7d0b33b470b1e61625ebac56f9c4c ) , closes [ #2260 ] ( https://github.com/hyperium/hyper/issues/2260 ) )
15
+ * ** ffi:**
16
+ * add HYPERE_INVALID_PEER_MESSAGE error code for parse errors ([ 1928682b] ( https://github.com/hyperium/hyper/commit/1928682b33f98244435ba6d574677546205a15ec ) )
17
+ * Initial C API for hyper ([ 3ae1581a] ( https://github.com/hyperium/hyper/commit/3ae1581a539b67363bd87d9d8fc8635a204eec5d ) )
18
+
19
+
1
20
### v0.14.2 (2020-12-29)
2
21
3
22
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hyper"
3
- version = " 0.14.2 " # don't forget to update html_root_url
3
+ version = " 0.14.3 " # don't forget to update html_root_url
4
4
description = " A fast and correct HTTP library."
5
5
readme = " README.md"
6
6
homepage = " https://hyper.rs"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/hyper/0.14.2 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/hyper/0.14.3 " ) ]
2
2
#![ deny( missing_docs) ]
3
3
#![ deny( missing_debug_implementations) ]
4
4
#![ cfg_attr( test, deny( rust_2018_idioms) ) ]
You can’t perform that action at this time.
0 commit comments