What's Changed
- fix(transport/ecn): start after handshake and path validation by @mxinden in #2560
- Flip equality for const_min/const_max by @martinthomson in #2816
- fix: Define all DSCP values by @larseggert in #2819
- refactor(http3): improve
FrameReader
Debug
implementation by @mxinden in #2815 - fix(transport/frame): prevent potential overflow in padding decode by @mxinden in #2839
- refactor(crypto): improve
ResumptionToken
Debug
impl by @mxinden in #2847 - feat: Optimize
neqo-qpack
by @larseggert in #2831 - Make initial RTT configurable by @aochagavia in #2825
- fix(bin): replace buggy
to_headers
withFromStr
impl
by @mxinden in #2833 - refactor(webtransport): rename WebTransportEvent::Session to NewSession by @mxinden in #2853
- Improve resending of Initial on undecryptable by @martinthomson in #2866
- Improve the ALPN handling by @martinthomson in #2871
- PTO across packet number spaces better by @martinthomson in #2878
- Fix compatible upgrade by @martinthomson in #2877
- Test and fix HRR bug by @martinthomson in #2884
New Contributors
- @aochagavia made their first contribution in #2825
Full Changelog: v0.14.1...v0.15.0