Releases: quinn-rs/quinn
Releases · quinn-rs/quinn
quinn-udp 0.5.14
What's Changed
- chore(Cargo.toml): support both socket2 v0.5 and v0.6 by @mxinden in #2294
- Update to socket2 v0.6 by @Thomasdezeeuw in #2291
- Catch EOPNOTSUPP for opportunistic socket flags by @gongy in #2273
- build(deps): bump windows-sys from 0.59.0 to 0.60.2 by @dependabot in #2332
quinn-proto 0.11.13, quinn 0.11.9
What's Changed
- quinn: Remove explicit write future structs by @gretchenfrage in #2226
- proto: Make BytesSource private by @gretchenfrage in #2233
- feat: Make the future returned by
SendStream::stoppedstatic by @Frando in #2220 - refactor(quinn): Remove some usage of execute_poll by @gretchenfrage in #2232
- Fix false positive GSO detection by @inetic in #2248
- expose
Connection::side()inquinnby @abonander in #2261 - refactor(quinn): Configure out
async_io::UdpSocketwhen unused by @matheus23 in #2264 - proto: upgrade to rustls-platform-verifier 0.6 by @djc in #2276
- Don't violate client CID limits when advertising a preferred address by @Ralith in #2282
- Various enhancement to quinn perf by @stormshield-damiend in #2279
- Updated quinn::Connection::send_datagram() docs by @gry8t in #2284
- Collect qlog recovery metrics by @stormshield-fabs in #2278
- proto: Add option to pad all application data packets to MTU by @FlorianUekermann in #2274
- Update to socket2 v0.6 by @Thomasdezeeuw in #2291
- Upgrade to fastbloom 0.12 by @djc in #2290
- Fix flaky key update test by @Ralith in #2292
- chore(Cargo.toml): support both socket2 v0.5 and v0.6 by @mxinden in #2294
- Tiny clean up of a comment that was in the wrong place by @flub in #2306
- Do not track lost_packets twice by @flub in #2308
- proto: fix NewConnectionId size bound by @djc in #2311
- Configure qlog in TransportConfig by @Ralith in #2305
- Wake endpoint driver on rebind by @Ralith in #2325
- Check for in-flight data on-demand by @Ralith in #2326
- Fix in-flight byte count underflow by @Ralith in #2319
- build(deps): bump criterion from 0.6.0 to 0.7.0 by @dependabot[bot] in #2330
- build(deps): bump windows-sys from 0.59.0 to 0.60.2 by @dependabot[bot] in #2332
- docs(quinn): Revise SendStream::write docs by @gretchenfrage in #2227
- Improve quinn::ConnectionStats docs by @gry8t in #2340
- Various enhancement for perf binaries by @stormshield-damiend in #2342
- Perf/Bench enhancement by @stormshield-damiend in #2352
- feat: add
Connection::set_send_window()by @abonander in #2268 - perf: add max udp payload size option by @Dreamacro in #2343
- perf: move client and server on one binary by @Dreamacro in #2354
- perf: rename perf binary to quinn-perf to prevent name clash with linux perf by @stormshield-damiend in #2360
- Ignore async-std advisory for now by @djc in #2362
- Upgrade to fastbloom 0.14 by @djc in #2363
- Catch EOPNOTSUPP for opportunistic socket flags by @gongy in #2273
quinn-udp 0.5.13
quinn-udp 0.5.12
What's Changed
- quinn-udp: handle EMSGSIZE in a common place by @thomaseizinger in #2199
- quinn-udp: refactor control-flow in
sendandrecvimpls by @thomaseizinger in #2200 - fix(quinn-udp): move cmsg-len check to Iterator by @thomaseizinger in #2208
- fix(udp): zero control message array on fast-apple-datapath by @mxinden in #2216
- fix(quinn-udp): sanitise
segment_sizeby @thomaseizinger in #2217
quinn-proto 0.11.11
What's Changed
- Prefer sending extra ping again by @flub in #2172
- fix: Do not produce tail-loss probes larger than segment size by @flub in #2167
- Avoid inference hazard for integer comparisons by @djc in #2188
- fix: respecting max_datagrams in poll_transmit by @filipe-cantarelli in #2185
- Bump the quinn-proto version to 0.11.11 for release by @faern in #2209
quinn-udp 0.5.11
What's Changed
- feat: Allow changing the UDP send/receive buffer sizes by @larseggert in #2179
quinn-proto 0.11.10, quinn 0.11.7
Fixes potential issues building rustls-platform-verifier 0.4.x with rustls 0.23.24 and newer by upgrading to rustls-platform-verifier 0.5.x. Also contains a large number of small bug fixes and improvements and (hopefully) fixes the broken docs on docs.rs.
We added @gretchenfrage as a maintainer, thanks for all your contributions so far and hope for many more!
What's Changed
- Avoid FIPS in docs.rs builds by @djc in #2040
- chore(ci): Remove workaround for broken
ccversion by @matheus23 in #2044 - Account for probe size limits before coalescing by @Ralith in #2046
- chore: Fix
cargo clippyissues by @larseggert in #2051 - Allow Unicode 3.0 license by @djc in #2059
- Improve time accounting for Incoming by @Ralith in #2055
- docs: Correct MSRV in README by @gretchenfrage in #2060
- #2057: Use randomly generated GREASE transport parameter. by @mstyura in #2058
- Bump MSRV to 1.71 by @djc in #2068
- proto: split config module by @djc in #2067
- #2057: Shuffle outgoing transport parameters. by @mstyura in #2066
- Use
Async::new_nonblockingto avoid redundant socket configuration by @BigWingBeat in #2077 - feat(quinn-proto): unhide
quinn_proto::codingby @dignifiedquire in #2078 - tests(quinn): Ignore stress tests by default by @gretchenfrage in #2075
- Minor style changes by @gretchenfrage in #2081
- Fix CI by @gretchenfrage in #2082
- quinn: Remove obsolete must_use for futures by @gretchenfrage in #2087
- docs(quinn): Tweak Connecting docs by @gretchenfrage in #2088
- Adjust terminology regarding tokens by @gretchenfrage in #2086
- Gate PLPMTUD should_panic test on debug_assertions by @gretchenfrage in #2091
- proto: Refactor TokenDecodeError by @gretchenfrage in #2085
- proto: Connection side enum by @gretchenfrage in #2084
- Make SystemTime mockable via object by @gretchenfrage in #2089
- Factor out
IncomingTokenby @gretchenfrage in #2094 - proto: replace hidden field with From impl by @djc in #2099
- Implement Default for ClosedStream by @gretchenfrage in #2103
- Un-hide get_max_udp_payload_size by @gretchenfrage in #2102
- quinn: Make SendStream::poll_stopped private by @gretchenfrage in #2100
- Token tweaks by @djc in #2098
- Un-hide force_key_update / initiate_key_update by @gretchenfrage in #2101
- Unhide ecn variants by @gretchenfrage in #2105
- proto: Remove superfluous
#[doc(hidden)]fuzzing by @gretchenfrage in #2104 - proto: Pass
SocketAddrby value by @gretchenfrage in #2107 - proto: Refactor Endpoint::handle by @gretchenfrage in #2106
- Remove
use self::occurrences by @gretchenfrage in #2108 - Remove various obselete
allowdirectives by @gretchenfrage in #2113 - build(deps): update rustls-platform-verifier requirement from 0.4 to 0.5 by @dependabot in #2115
- proto: Minor refactors to
Endpoint.handleby @gretchenfrage in #2112 - proto: Pass
ConnectionIdby value internally by @gretchenfrage in #2109 - proto: Token encode refactors by @gretchenfrage in #2110
- proto: Reduce size of
Endpoint.handleby @gretchenfrage in #2116 - Add gretchenfrage as a maintainer by @djc in #2117
- proto: remove redundant cursors by @Ralith in #2119
- proto: Replace calls to Duration::new by @gretchenfrage in #2120
- tests: avoid ICE in beta by @djc in #2131
- fix(.github/codecov): Ignore aws-lc-rs-fips for codecov by @dongcarl in #2023
- feat(quinn,quinn-udp): Avoid
socket2andstd::net::UdpSocketdependencies inwasm32-unknown-unknowntarget by @matheus23 in #2037 - Simplify weirdly broken test code by @djc in #2134
- Utilize NEW_TOKEN frames by @gretchenfrage in #1912
- test(proto): Fix wasm CI by @gretchenfrage in #2139
- fix(quinn):
impl tokio::io::AsyncWrite for SendStreamby @matheus23 in #2141 - Allow the NCSA license by @djc in #2148
- Upgrade to rand 0.9 by @djc in #2144
- add test for retry token expired by @yohachiSuga in #2149
- Remove use of Instant::now() in BBR bandwidth estimation code by @recatek in #2157
- Clippy 1.85, 2024 style by @djc in #2159
- Makes poll_read_buf public by @Kannen in #2161
- Fix minor inter-version build issues by @Ralith in #2162
- refactor: move sending path_challenge to its own function by @divagant-martian in #2165
- Minor TLP composition improvements by @Ralith in #2169
quinn-proto 0.11.12, quinn 0.11.8
Fixes #2221.
What's Changed
- Add
TokenMemoryCacheby @gretchenfrage in #2137 - Add
BloomTokenLogby @gretchenfrage in #2136 - Makes poll_read_buf public by @Kannen in #2161
- Fix minor inter-version build issues by @Ralith in #2162
- refactor: move sending path_challenge to its own function by @divagant-martian in #2165
quinn-udp-0.5.10
What's Changed
- docs: Unhide ecn variants by @gretchenfrage in #2105
- fix(udp/windows): set socket option IPV6_RECVECN by @mxinden in #2125
- fix(udp/windows): set socket option IP_RECVECN by @mxinden in #2126
- feat(quinn,quinn-udp): Avoid
socket2andstd::net::UdpSocketdependencies inwasm32-unknown-unknowntarget by @matheus23 in #2037 - fix(udp/fast-apple): ignore empty cmsghdr by @mxinden in #2154