What's Changed
- Reliable resets (RESET_STREAM_AT) by @martinthomson in #3754
- fix: reject PATH_RESPONSE and HANDSHAKE_DONE in 0-RTT packets by @uwezkhan in #3775
- fix: reject qpack header acknowledgment for a fully-acked stream by @uwezkhan in #3778
- Cap qpack tracking by @martinthomson in #3780
- fix: discard retry with scid matching the initial dcid by @uwezkhan in #3785
- fix: bound the RETIRE_CONNECTION_ID queue by @larseggert in #3797
- fix: limit frame lengths before buffering by @larseggert in #3799
- Plumb role through to TP decode by @martinthomson in #3783
- fix: reject reserved frame types that start a request stream by @uwezkhan in #3796
- Refactor QPack settings to be like other settings by @martinthomson in #3781
- fix(common): support 32-bit targets (partial revert of #3738) by @mxinden in #3776
- usize conversions by @martinthomson in #3812
New Contributors
- @not-matthias made their first contribution in #3800
Full Changelog: v0.30.0...v0.30.1