What's Changed
- feat(transport): close connection after N consecutive PTOs by @mxinden in #3662
- fix: reject qpack dynamic reference at or above required insert count by @uwezkhan in #3807
- fix: discard server Initial packets that carry a token by @uwezkhan in #3814
- reject connection-specific header fields in HTTP/3 messages by @uwezkhan in #3806
- Reliable reset handling for HTTP/3 by @martinthomson in #3777
- WebTransport getStats() support by @jesup in #3835
- fix: reject 0-RTT downgrade of h3 datagram and webtransport settings by @uwezkhan in #3852
- fix: @martinthomson's suggestion from #3871 by @larseggert in #3875
- fix:
server_rejects_server_only_tparamsneeds to init NSS by @larseggert in #3873 - fix(transport): respond to each key update only once by @mxinden in #3893
- Checks for WebTransport being enabled by @martinthomson in #3756
- fix: limit discontiguous STREAM reassembly ranges (alternative) by @larseggert in #3896
- fix(bin): Keep server serving on spurious
ConnectionResetby @mxinden in #3895 - fix(http3): remove server push by @mxinden in #3816
Full Changelog: v0.30.1...v0.31.0