Skip to content

Releases: quinn-rs/quinn

quinn-udp 0.5.12

30 Apr 21:12
@djc djc
quinn-udp-0.5.12
Compare
Choose a tag to compare

What's Changed

quinn-proto 0.11.11

22 Apr 13:50
@djc djc
quinn-proto-0.11.11
Compare
Choose a tag to compare

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

25 Mar 09:21
@djc djc
quinn-udp-0.5.11
Compare
Choose a tag to compare

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

18 Mar 09:47
@djc djc
quinn-proto-0.11.10
Compare
Choose a tag to compare

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

quinn-proto 0.11.12, quinn 0.11.8

09 May 07:51
@djc djc
quinn-0.11.7
Compare
Choose a tag to compare

Fixes #2221.

What's Changed

quinn-udp-0.5.10

14 Feb 12:13
quinn-udp-0.5.10
Compare
Choose a tag to compare

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 socket2 and std::net::UdpSocket dependencies in wasm32-unknown-unknown target by @matheus23 in #2037
  • fix(udp/fast-apple): ignore empty cmsghdr by @mxinden in #2154

quinn-udp-0.5.9

18 Dec 09:00
@djc djc
quinn-udp-0.5.9
Compare
Choose a tag to compare

What's Changed

  • refactor(udp): remove unnecessary return by @mxinden in #2080
  • fix(udp): retry send on first EINVAL by @mxinden in #2079
  • fix(udp): make GRO (i.e. URO) optional on Windows, off by default by @mxinden in #2092

quinn-udp-0.5.8

09 Dec 08:37
@djc djc
quinn-udp-0.5.8
Compare
Choose a tag to compare

What's Changed

quinn-proto 0.11.9, quinn 0.11.6

13 Nov 10:04
@djc djc
quinn-proto-0.11.9
Compare
Choose a tag to compare

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

quinn-udp-0.5.7

05 Nov 12:01
@djc djc
quinn-udp-0.5.7
Compare
Choose a tag to compare

What's Changed