Skip to content

Releases: hyperium/h2

v0.4.4

03 Apr 18:11
Compare
Choose a tag to compare

Fixes

  • Limit number of CONTINUATION frames for misbehaving connections.

See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info.

v0.3.26

03 Apr 18:06
Compare
Choose a tag to compare

What's Changed

  • Limit number of CONTINUATION frames for misbehaving connections.

See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info.

v0.4.3

15 Mar 15:24
Compare
Choose a tag to compare

What's Changed

  • Fix flow control limits to not apply until receiving SETTINGS ack.
  • Fix not returning an error if IO ended without close_notify.
  • Improve performance of decoding many headers.

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.3.25

15 Mar 15:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.24...v0.3.25

v0.4.2

17 Jan 20:00
5f53606
Compare
Choose a tag to compare

What's Changed

  • Limit error resets for misbehaving connections.
  • Fix selecting MAX_CONCURRENT_STREAMS value if no value is advertised initially.

New Contributors

v0.3.24

17 Jan 19:57
Compare
Choose a tag to compare

Fixed

  • Limit error resets for misbehaving connections.

v0.3.23

10 Jan 20:39
Compare
Choose a tag to compare

What's Changed

  • cherry-pick fix: streams awaiting capacity lockout in #734

v0.4.1

08 Jan 21:42
Compare
Choose a tag to compare

What's Changed

  • fix: streams awaiting capacity lockout by @dswij in #730

New Contributors

v0.4.0

08 Jan 21:41
Compare
Choose a tag to compare

What's Changed

v0.3.22

15 Nov 14:34
Compare
Choose a tag to compare

What's Changed

  • Add header_table_size(usize) option to client and server builders.
  • Improve throughput when vectored IO is not available.
  • Update indexmap to 2.

New Contributors