File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ ### v0.14.11 (2021-07-21)
2+
3+
4+ #### Bug Fixes
5+
6+ * ** client:** retry when pool checkout returns closed HTTP2 connection (#2585 ) ([ 52214f39] ( https://github.com/hyperium/hyper/commit/52214f391c0a18dc66d1ccff9c0c004c5da85002 ) )
7+ * ** http2:**
8+ * improve I/O errors emitted by H2Upgraded (#2598 ) ([ f51c677d] ( https://github.com/hyperium/hyper/commit/f51c677dec9debf60cb336dc938bae103adf17a0 ) )
9+ * preserve ` proxy-authenticate ` and ` proxy-authorization ` headers (#2597 ) ([ 52435701] ( https://github.com/hyperium/hyper/commit/5243570137ae49628cb387fff5611eea0add33bf ) )
10+
11+
12+ #### Features
13+
14+ * ** ffi:** add hyper_request_on_informational ([ 25d18c0b] ( https://github.com/hyperium/hyper/commit/25d18c0b74ccf9e51f986daa3b2b98c0109f827a ) )
15+
16+
117### v0.14.10 (2021-07-07)
218
319
Original file line number Diff line number Diff line change 11[package ]
22name = " hyper"
3- version = " 0.14.10 " # don't forget to update html_root_url
3+ version = " 0.14.11 " # don't forget to update html_root_url
44description = " A fast and correct HTTP library."
55readme = " README.md"
66homepage = " https://hyper.rs"
You can’t perform that action at this time.
0 commit comments