Unclaimed project
Are you a maintainer of quinn? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
quinn
Async-friendly QUIC implementation in Rust
hacktoberfestprotocolquicrust
Last updated 1 day ago
Back to changelogNew
quinn-proto 0.11.13, quinn 0.11.9
What's Changed
- quinn: Remove explicit write future structs by @gretchenfrage in https://github.com/quinn-rs/quinn/pull/2226
- proto: Make BytesSource private by @gretchenfrage in https://github.com/quinn-rs/quinn/pull/2233
- feat: Make the future returned by
SendStream::stopped static by @Frando in https://github.com/quinn-rs/quinn/pull/2220
- refactor(quinn): Remove some usage of execute_poll by @gretchenfrage in https://github.com/quinn-rs/quinn/pull/2232
- Fix false positive GSO detection by @inetic in https://github.com/quinn-rs/quinn/pull/2248
- expose
Connection::side() in quinn by @abonander in https://github.com/quinn-rs/quinn/pull/2261
- refactor(quinn): Configure out
async_io::UdpSocket when unused by @matheus23 in https://github.com/quinn-rs/quinn/pull/2264
- proto: upgrade to rustls-platform-verifier 0.6 by @djc in https://github.com/quinn-rs/quinn/pull/2276
- Don't violate client CID limits when advertising a preferred address by @Ralith in https://github.com/quinn-rs/quinn/pull/2282
- Various enhancement to quinn perf by @stormshield-damiend in https://github.com/quinn-rs/quinn/pull/2279
Updated quinn::Connection::send_datagram() docs by @gry8t in https://github.com/quinn-rs/quinn/pull/2284Collect qlog recovery metrics by @stormshield-fabs in https://github.com/quinn-rs/quinn/pull/2278proto: Add option to pad all application data packets to MTU by @FlorianUekermann in https://github.com/quinn-rs/quinn/pull/2274Update to socket2 v0.6 by @Thomasdezeeuw in https://github.com/quinn-rs/quinn/pull/2291Upgrade to fastbloom 0.12 by @djc in https://github.com/quinn-rs/quinn/pull/2290Fix flaky key update test by @Ralith in https://github.com/quinn-rs/quinn/pull/2292chore(Cargo.toml): support both socket2 v0.5 and v0.6 by @mxinden in https://github.com/quinn-rs/quinn/pull/2294Tiny clean up of a comment that was in the wrong place by @flub in https://github.com/quinn-rs/quinn/pull/2306Do not track lost_packets twice by @flub in https://github.com/quinn-rs/quinn/pull/2308proto: fix NewConnectionId size bound by @djc in https://github.com/quinn-rs/quinn/pull/2311Configure qlog in TransportConfig by @Ralith in https://github.com/quinn-rs/quinn/pull/2305Wake endpoint driver on rebind by @Ralith in https://github.com/quinn-rs/quinn/pull/2325Check for in-flight data on-demand by @Ralith in https://github.com/quinn-rs/quinn/pull/2326Fix in-flight byte count underflow by @Ralith in https://github.com/quinn-rs/quinn/pull/2319build(deps): bump criterion from 0.6.0 to 0.7.0 by @dependabot[bot] in https://github.com/quinn-rs/quinn/pull/2330build(deps): bump windows-sys from 0.59.0 to 0.60.2 by @dependabot[bot] in https://github.com/quinn-rs/quinn/pull/2332docs(quinn): Revise SendStream::write docs by @gretchenfrage in https://github.com/quinn-rs/quinn/pull/2227Improve quinn::ConnectionStats docs by @gry8t in https://github.com/quinn-rs/quinn/pull/2340Various enhancement for perf binaries by @stormshield-damiend in https://github.com/quinn-rs/quinn/pull/2342Perf/Bench enhancement by @stormshield-damiend in https://github.com/quinn-rs/quinn/pull/2352feat: add Connection::set_send_window() by @abonander in https://github.com/quinn-rs/quinn/pull/2268perf: add max udp payload size option by @Dreamacro in https://github.com/quinn-rs/quinn/pull/2343perf: move client and server on one binary by @Dreamacro in https://github.com/quinn-rs/quinn/pull/2354perf: rename perf binary to quinn-perf to prevent name clash with linux perf by @stormshield-damiend in https://github.com/quinn-rs/quinn/pull/2360Ignore async-std advisory for now by @djc in https://github.com/quinn-rs/quinn/pull/2362Upgrade to fastbloom 0.14 by @djc in https://github.com/quinn-rs/quinn/pull/2363Catch EOPNOTSUPP for opportunistic socket flags by @gongy in https://github.com/quinn-rs/quinn/pull/2273