v1.4.0
版本发布时间: 2024-07-01 21:57:58
hyperium/hyper最新发布版本:v1.4.1(2024-07-09 21:41:48)
Bug Fixes
- http2: stop removing "Trailer" header in HTTP/2 responses as per RFC 9110 (#3648) (a3269f7a)
- server: start header read timeout immediately (#3185) (0eb1b6cf)
Features
- client:
- http1: add support for receiving trailer fields (#3637) (ac84af6b, closes #2703)
-
server: add
Builder::auto_date_header(bool)
to allow disabling Date headers (721785ef) - service: implement Service for reference types (#3607) (eade122d)
New Contributors
- @lqs made their first contribution in https://github.com/hyperium/hyper/pull/3648
- @edwardwc made their first contribution in https://github.com/hyperium/hyper/pull/3644
- @Tacklebox made their first contribution in https://github.com/hyperium/hyper/pull/3656
- @krakow10 made their first contribution in https://github.com/hyperium/hyper/pull/3658
- @howardjohn made their first contribution in https://github.com/hyperium/hyper/pull/3655
- @lperlaki made their first contribution in https://github.com/hyperium/hyper/pull/3607
- @Urgau made their first contribution in https://github.com/hyperium/hyper/pull/3678
- @renshuncui made their first contribution in https://github.com/hyperium/hyper/pull/3688
- @adamrk made their first contribution in https://github.com/hyperium/hyper/pull/3694
- @jgraef made their first contribution in https://github.com/hyperium/hyper/pull/3667
- @mstyura made their first contribution in https://github.com/hyperium/hyper/pull/3682
Full Changelog: https://github.com/hyperium/hyper/compare/v1.3.1...v1.4.0