Skip to content

Releases: hyperium/hyper

v1.5.2

16 Dec 16:19
Compare
Choose a tag to compare

Bug Fixes

Features

New Contributors

Thanks

Full Changelog: v1.5.1...v1.5.2

v0.14.32

16 Dec 16:01
Compare
Choose a tag to compare

Features

  • server: add Builder::max_pending_accept_reset_streams(num) option (a24f0c0)

Bug Fixes

  • http1: fix intermittent panic parsing partial headers (0f274ae)

New Contributors

Full Changelog: v0.14.31...v0.14.32

v1.5.1

19 Nov 16:44
Compare
Choose a tag to compare

Bug Fixes

  • http2:
    • pass proper value to h2 max_local_error_reset_streams (4a20147a)
    • improve graceful shutdown during handshake (#3729) (13b05943)

What's Changed

New Contributors

Thanks

Full Changelog: v1.5.0...v1.5.1

v1.5.0

15 Oct 16:12
Compare
Choose a tag to compare

Features

  • client: Add HTTP/2 builder options header_table_size() and max_concurrent_streams() (4c84e8c1)
  • rt: add ReadBufCursor methods remaining() and put_slice() (#3700) (5a13041e)

Bug Fixes

  • http1:
  • http2: strip content-length header in response to CONNECT requests (#3748) (67a4a498)

New Contributors

Thanks!

Full Changelog: v1.4.1...v1.5.0

v0.14.31

15 Oct 16:05
Compare
Choose a tag to compare

Bug Fixes

  • http1: improve performance of parsing sequentially partial messages (97b595e)

v1.4.1

09 Jul 13:41
Compare
Choose a tag to compare

Bug Fixes

  • http1: reject final chunked if missing 0 (8e5de1bb)

v0.14.30

09 Jul 13:41
Compare
Choose a tag to compare

Bug Fixes

  • http1: reject final chunked if missing 0 (4a51b2af)

v1.4.0

01 Jul 13:57
Compare
Choose a tag to compare

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:
    • add SendRequest::try_send_request() method (#3691) (4ffaad53)
    • remove Send +Sync bounds requirement of http2::Connection executor (#3682) (56c3cd56)
    • remove 'static lifetime bound on http1/2 client IO (#3667) (9580b357)
  • 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

Full Changelog: v1.3.1...v1.4.0

v0.14.29

03 Jun 17:35
Compare
Choose a tag to compare

Bug Fixes

  • http1: start header read timeout immediately (#3305) (b5c2592f)

Features

  • http2: add config for max_local_error_reset_streams in server (#3528) (dedcb674)

New Contributors

Full Changelog: v0.14.28...v0.14.29

v1.3.1

16 Apr 12:56
Compare
Choose a tag to compare

Bug Fixes

  • client: revert auto content-length header for some requests (#3633)