Releases: quinn-rs/quinn
Releases · quinn-rs/quinn
quinn-udp-0.5.9
quinn-udp-0.5.8
What's Changed
- quinn-udp: fix unable to build for netbsd (the name "recv" is defined multiple times) by @delta4chat in #2036
- Add Solaris CI plus disable some failing Solaris tests for now (#1877) by @psumbera in #2039
- Fix inconsistent GSO logic on Unix platforms by @Ralith in #2047
- test(quinn-udp): use
UdpSocketState::try_send
in tests by @thomaseizinger in #2049 - chore(quinn-udp): tweak log levels by @thomaseizinger in #2048
- fix(quinn-udp): only set GSO segment size if != content length by @thomaseizinger in #2050
- Add CODEOWNERS by @djc in #2069
- feat(quinn-udp): support illumos by @AsakuraMizu in #2056
- fix(udp): use IPV6_PMTUDISC_PROBE instead of IP_PMTUDISC_PROBE on v6 by @mxinden in #2072
- fix(udp): propagate error on apple_fast by @mxinden in #2073
- fix(udp): retry on ErrorKind::Interrupted by @mxinden in #2074
- fix(udp): do not enable URO on Windows on ARM by @mxinden in #2071
quinn-proto 0.11.9, quinn 0.11.6
Add support for aws-lc-rs as an alternative rustls CryptoProvider
, allow building quinn-proto for wasm32-unknown-unknown and several other fixes and features.
What's Changed
- Apply suggestions from clippy 1.81 by @djc in #1982
- quinn: export endpoint::EndpointStats by @wemeetagain in #1991
- ci: Check coverage on multiple platforms by @larseggert in #1994
- Expose original dest cid by @thynson in #1995
- Enable use of aws-lc-rs instead of ring by @djc in #1962
- Export SendDatagram struct to the public API by @flub in #1997
- remove panic-on-drop in
quinn_proto::Chunks
by @abonander in #1983 - proto: update DatagramState::outgoing_total on drop_oversized() by @djc in #1987
- Add visionOS support by @rofferom in #2000
- chore: Replace IP strings with address types by @larseggert in #2007
- #2008: Make max_idle_timeout negotiation commutative by @mstyura in #2009
- Add alternative - unfair but lower latency - send stream scheduling strategy by @alessandrod in #2002
- feat(quinn, quinn-proto): add aws-lc-rs-fips feature flag by @M0dEx in #2003
- Reduce memory allocations on servers that process a large number of streams by @alessandrod in #1999
- fix
rustls-aws-lc-rs
feature by @stormshield-gt in #2015 - chore:
cargo +nightly clippy --fix
by @larseggert in #2006 - build(deps): update rustls-platform-verifier requirement from 0.3 to 0.4 by @dependabot in #2028
- Fix header space check by @Ralith in #2027
- feat(quinn-proto): Allow notifying of network path changes by @flub in #2025
- feat(quinn-proto): Make compilable in wasm32-unknown-unknown and run wasm tests in CI by @matheus23 in #1996
- Feature flag for rustls logging by @crazyscot in #2030
- build(deps): update thiserror requirement from 1.0.21 to 2.0.3 by @dependabot in #2035
- Fix missing re-exports by @gretchenfrage in #2031
quinn-udp-0.5.7
quinn-udp 0.5.6
What's Changed
- bench(udp): run GSO, GRO and recvmmsg permutations by @mxinden in #2010
- feat: Faster UDP/IO on Apple platforms by @larseggert in #1993
- feat: introduce
UdpSocketState::try_send
APIs by @thomaseizinger in #2017 - feat(quinn-udp): support both windows-sys v0.52 and v0.59 by @mxinden in #2021
- chore(quinn-udp): increase crate patch version to v0.5.6 by @mxinden in #2022
- Add visionOS support by @rofferom in #2000
quinn-udp 0.5.5
What's Changed
- chore(quinn): feature flag socket2 imports by @mxinden in #1933
- refactor: move rust-version to workspace Cargo.toml by @mxinden in #1940
- chore: move common package data to workspace Cargo.toml by @mxinden in #1943
- refactor(udp): introduce log facade by @mxinden in #1935
- build(deps): update windows-sys requirement from 0.52 to 0.59 by @dependabot in #1960
- ci: add Android job by @mxinden in #1950
- Allows build on Solaris (#1877) by @psumbera in #1916
- ci(rust.yml): add job testing feature permutations by @mxinden in #1934
- fix(udp): typo in sendmsg error log by @mxinden in #1972
- fix(.github/android): pass matrix.target and increase api to v26 by @mxinden in #1973
- Revert "Implement fallback for
sendmmsg
andrecvmmsg
" by @mxinden in #1966
quinn-proto-0.11.8, quinn 0.11.5
quinn-proto-0.11.7, quinn 0.11.4
This releases fixes a server-side denial of service attack first introduced in 0.11.0, tracked as GHSA-vr26-jcq5-fjj8.
What's Changed
- Revert "Expose the Handshake Confirmed state" by @Ralith in #1957
- build(deps): update windows-sys requirement from 0.52 to 0.59 by @dependabot in #1960
- Fix min_ack_delay transport parameter ID by @Ralith in #1961
- Update Connection::close docs for new API by @flub in #1924
- exposes current path MTU discovered in connection stats by @behzadnouri in #1967
- ci: add Android job by @mxinden in #1950
- build(deps): bump android-actions/setup-android from 2 to 3 by @dependabot in #1968
- build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #1969
- Require slab
0.4.6
or higher by @finnbear in #1970 - Allows build on Solaris (#1877) by @psumbera in #1916
- ci(rust.yml): add job testing feature permutations by @mxinden in #1934
- fix(udp): typo in sendmsg error log by @mxinden in #1972
- fix(.github/android): pass matrix.target and increase api to v26 by @mxinden in #1973
- Fix and test validation of IDCID length by @Ralith in #1976
- Bump versions by @Ralith in #1963