Releases: hyperium/h2
Releases · hyperium/h2
v0.4.12
What's Changed
- chore: update to webpki-roots 1 by @tottoto in #851
- docs: update readme about production readiness by @seanmonstar in #854
- refactor: reduce noise in fmt::Debug outputs by @seanmonstar in #855
- fix: adjust expiring reset stream limits by @seanmonstar in #858
Full Changelog: v0.4.11...v0.4.12
v0.4.11
v0.4.10
What's Changed
Full Changelog: v0.4.9...v0.4.10
v0.4.9
What's Changed
- Add
sever::Connection::has_streams()
method to check for active streams.
New Contributors
Full Changelog: v0.4.8...v0.4.9
v0.4.8
What's Changed
- Fix reclaiming reserved capacity (fixes #607) by @nox in #832
- Fix busy loop on shutdown by @seanmonstar in #834
- Fix window size decrement of send-closed streams by @nox in #830
- Fix handle implicit resets at the right time by @nox in #833
- Fix
poll_flush
afterpoll_shutdown
by @bdbai in #836
New Contributors
- @samueltardieu made their first contribution in #822
- @bdbai made their first contribution in #836
Thanks
v0.4.7
What's Changed
- Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed.
- Fix notifying the stream task when automatically reset on receipt of a stream error.
New Contributors
Thanks
Full Changelog: v0.4.6...v0.4.7
v0.4.6
What's Changed
- Add
current_max_send_streams()
andcurrent_max_recv_streams()
toclient::SendRequest
. - Fix sending a PROTOCOL_ERROR instead of REFUSED_STREAM when receiving oversized headers.
- Fix notifying a PushPromise task properly.
- Fix notifying a stream task when reset.
New Contributors
Thanks
Full Changelog: v0.4.5...v0.4.6
v0.4.5
v0.4.4
Fixes
- Limit number of CONTINUATION frames for misbehaving connections.
See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info.
v0.3.26
What's Changed
- Limit number of CONTINUATION frames for misbehaving connections.
See https://seanmonstar.com/blog/hyper-http2-continuation-flood/ for more info.