File tree 2 files changed +17
-1
lines changed
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
+
1
17
### v0.14.10 (2021-07-07)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " 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
4
4
description = " A fast and correct HTTP library."
5
5
readme = " README.md"
6
6
homepage = " https://hyper.rs"
You can’t perform that action at this time.
0 commit comments