Release v1.32.0
What's Changed
- build(deps): update zerocopy requirement from 0.6 to 0.7 by @dependabot in #1939
- refactor(s2n-quic-core): move PTO to core by @camshaft in #2026
- refactor(s2n-quic-core): move persistent congestion to core by @camshaft in #2027
- feat(s2n-quic-platform): export IO testing socket construction by @camshaft in #2025
- refactor(s2n-quic-core): move ECN controller to core by @camshaft in #2028
- refactor(s2n-quic-core): move MTU controller to core by @camshaft in #2029
- fix: address clippy warnings for 1.74 by @camshaft in #2035
- build(deps): update s2n-tls requirement from =0.0.39 to =0.0.41 by @dependabot in #2031
- build(deps): update h3 requirement from 0.0.2 to 0.0.3 by @dependabot in #2019
- docs(s2n-quic-core): add underutilization citation to BBR by @WesleyRosenblum in #2040
- feat(s2n-quic-core): allow rtt estimator to take default value by @camshaft in #2036
- fix libc recvmmsg paramter type error on musl by @yixinin in #2039
- build(deps): update turmoil requirement from 0.5.2 to 0.6.0 by @dependabot in #2042
- docs(s2n-quic-transport): update tracking issue for peer CID todo by @WesleyRosenblum in #2044
- feat(s2n-quic-crypto): replace ring with aws-lc on non-windows by @camshaft in #2037
- build(deps): update pretty-hex requirement from 0.3 to 0.4 by @dependabot in #2048
- refactor(s2n-quic-transport): move loss detection to core by @WesleyRosenblum in #2046
- build(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 by @dependabot in #2051
- feat(s2n-quic): allow configuring initial RTT by @WesleyRosenblum in #2047
- feat(s2n-quic-core): add skip functionality to ReceiveBuffer by @camshaft in #2050
- fix(s2n-quic-transport): set largest acked packet after ack is validated by @WesleyRosenblum in #2054
- feat(s2n-quic-core): add ReceiveBuffer::copy_into_buf by @camshaft in #2052
- test: trigger and detect an Optimistic Ack attack by @toidiu in #1999
- feat(s2n-quic): allow disabling handshake CID rotation by @WesleyRosenblum in #2057
- build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #2060
- feat(s2n-quic-core): add branch tracing support by @camshaft in #2061
- build(deps): update s2n-tls requirement from =0.0.41 to =0.1.0 by @dependabot in #2059
- feat(s2n-quic-platform): make GSO/GRO features readable at runtime by @camshaft in #2062
- ci: undo cargo package ci task by @WesleyRosenblum in #2065
- chore(s2n-quic): release 1.32.0 by @WesleyRosenblum in #2063
New Contributors
Full Changelog: v1.31.0...v1.32.0