v0.14.19
版本发布时间: 2022-05-28 03:10:25
hyperium/hyper最新发布版本:v1.4.1(2024-07-09 21:41:48)
Bug Fixes
- http1: fix preserving header case without enabling ffi (#2820) (6a35c175)
- server: don't add implicit content-length to HEAD responses (#2836) (67b73138)
Features
- server:
Breaking Changes
-
ffi (unstable):
-
hyper_clientconn_options_new
no longer sets thehttp1_preserve_header_case
connection option by default. Users should now callhyper_clientconn_options_set_preserve_header_case
if they desire that functionality. (78de8914)
-
New Contributors ❤️
- @SabrinaJewson made their first contribution in https://github.com/hyperium/hyper/pull/2775
- @Some-Dood made their first contribution in https://github.com/hyperium/hyper/pull/2812
- @liamwarfield made their first contribution in https://github.com/hyperium/hyper/pull/2798
- @cuishuang made their first contribution in https://github.com/hyperium/hyper/pull/2818
- @jannes made their first contribution in https://github.com/hyperium/hyper/pull/2836
- @silence-coding made their first contribution in https://github.com/hyperium/hyper/pull/2828
- @nylonicious made their first contribution in https://github.com/hyperium/hyper/pull/2762
- @ryanrussell made their first contribution in https://github.com/hyperium/hyper/pull/2875