v1.73.0
Release Summary
- dcQUIC endpoints won't send MtuProbingComplete frame if their peers don't support that frame. #2958
- Bump MSRV to 1.88.0. #2935
- fix(s2n-quic-dc): Retry binding to same port on UDP + TCP for longer. #2948
What's Changed
Other Changes 🔧
- docs: Adds some caveats to the datagram documentation by @maddeleine in #2933
- chore(s2n-quic): bump MSRV to 1.88.0 by @boquan-fang in #2935
- ci: address flaky fuzz test by @jouho in #2934
- ci(QNS): Revert "temporarily disable neqo (#2724)" by @boquan-fang in #2936
- fix(s2n-quic-core): one more effort to acquire credits in worker by @boquan-fang in #2939
- chore(s2n-quic-tests): use ConnectionInfo from s2n_quic by @boquan-fang in #2942
- feat(s2n-quic-dc): Support path secret eviction upon UnknownPathSecret packet by @mhelkey in #2943
- CI: update typos.toml for msg_controllen and cpy by @boquan-fang in #2953
- fix(s2n-quic-dc): Retry binding to same port on UDP + TCP for longer by @Mark-Simulacrum in #2948
- fix: MtuProbingComplete shouldn't be sent if peer doesn't support it by @boquan-fang in #2958
- chore(s2n-quic): v1.73.0 release by @boquan-fang in #2959
New Contributors
Full Changelog: v1.72.0...v1.73.0