Releases: hyperium/hyper
Releases Β· hyperium/hyper
v0.14.19
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 #2775
- @some-dood made their first contribution in #2812
- @liamwarfield made their first contribution in #2798
- @cuishuang made their first contribution in #2818
- @jannes made their first contribution in #2836
- @silence-coding made their first contribution in #2828
- @nylonicious made their first contribution in #2762
- @ryanrussell made their first contribution in #2875
v0.14.18
Bug Fixes
- ffi: don't build C libraries by default (1c663706)
Features
New Contributors
- @ilyatrefilov made their first contribution in #2760
- @stephank made their first contribution in #2765
- @kubuzetto made their first contribution in #2768
- @lqd made their first contribution in #2770
v0.14.17
v0.14.16
Features
- http2: add
http2_max_send_buf_size
option to client and server (bff977b7) - server: add HTTP/1 header read timeout option (#2675) (842c6553, closes #2457)
Bug Fixes
- http1: return 414 when URI contains more than 65534 characters (#2706) (5f938fff, closes #2701)
- http2: received
Body::size_hint()
now return 0 if implicitly empty (#2715) (84b78b6c) - server: use case-insensitive comparison for Expect: 100-continue (#2709) (7435cc33, closes #2708)
New Contributors
- @rajing made their first contribution in #2706
- @JonathanMurray made their first contribution in #2709
v0.14.15
v0.14.14
v0.14.13
v0.14.12
v0.14.11
v0.14.10
Bug Fixes
- http1:
- reject content-lengths that have a plus sign prefix (06335158) (Security GHSA-f3pg-qwvg-p99c)
- protect against overflow in chunked decoder (efd9a982) (Security GHSA-5h46-h7hh-c6x9)
Features
- ffi: add option to get raw headers from response (8c89a8c1)