Skip to content

Releases: hyperium/hyper

v0.12.27

04 Sep 18:43

Choose a tag to compare

Bug Fixes

  • http2: fix import of h2::Reason to work on 1.26 (5680d944)

v0.12.26

04 Sep 18:43

Choose a tag to compare

Bug Fixes

  • http2: send a GOAWAY when the user's Service::poll_ready errors (42c5efc0)
  • server: prohibit the length headers on successful CONNECT (d1501a0f, closes #1783)

Features

  • http2: check Error::source() for an HTTP2 error code to send in reset (fc18b680)

v0.12.25

01 Mar 23:09

Choose a tag to compare

Bug Fixes

  • client: coerce HTTP_2 requests to HTTP_11 (3a6080b1, closes #1770)
  • http2: send INTERNAL_ERROR when user's Service errors (8f926a0d)

Features

  • error: implement Error::source when available (4cf22dfa, closes #1768)
  • http2: Add window size config options for Client and Server (7dcd4618, closes #1771)
  • server: add http2_max_concurrent_streams builder option (cbae4294, closes #1772)
  • service:

v0.12.24

11 Feb 20:16

Choose a tag to compare

Bug Fixes

  • client: fix panic when CONNECT request doesn't have a port (d16b2c30)

Features

v0.12.23

11 Feb 20:16

Choose a tag to compare

Bug Fixes

  • http2: revert http2 refactor causing a client hang (9aa7e990)

Features

  • client: add conn::Builder::max_buf_size() (078ed82d, closes #1748)

v0.12.22

11 Feb 20:16

Choose a tag to compare

Bug Fixes

  • client: parse IPv6 hosts correctly in HttpConnector (c328c62e)

v0.12.21

11 Feb 20:15

Choose a tag to compare

Features

  • client:
    • add Destination::try_from_uri constructor (c809542c)
    • Add useful trait impls to Name (be5ec455)
    • add FromStr impl for Name (607c4da0)

v0.12.20

11 Feb 20:15

Choose a tag to compare

Bug Fixes

  • dependencies: disable unneeded optional tokio features (e5135dd6, closes #1739)
  • http2: don't consider an h2 send request error as canceled (cf034e99)

v0.12.19

11 Feb 20:13

Choose a tag to compare

Bug Fixes

  • rt: prevent fallback reactor thread from being created accidentally (1d253b4d)

v0.12.18

11 Feb 20:13

Choose a tag to compare

Features

  • server: add server::conn::AddrIncoming::bind constructor (2d5eabde)