quinn-rs/quinn
 Watch   
 Star   
 Fork   
6 days ago
quinn

quinn-udp-0.6.0

What's Changed

  • 41bf1db6 fix: evaluate max_gso_segments for every socket on Windows
  • a0ec97a5 feat(quinn-udp): make Apple fast datapath opt-in
  • e5b30f51 quinn-udp: make ECN best-effort on Windows (Wine/Proton)
  • ab9da171 fix(windows): use effective_segment_size
  • 8bf6825d Fix quinn-udp on DragonFly BSD
  • c1c56861 fix(udp/unix): don't panic on unknown address family
  • 74680528 feat!(udp): mark RecvMeta as non_exhaustive
  • 3e302f72 Upgrade windows-sys to 0.61
  • c8970cf7 Add interface_index to RecvMeta
  • 377af288 refactor!: rename log feature to tracing-log

Full Changelog: https://github.com/quinn-rs/quinn/compare/quinn-udp-0.5.14...quinn-udp-0.6.0

8 days ago
quinn

quinn-proto 0.11.14

@jxs reported a denial of service issue in quinn-proto 5 days ago:

We coordinated with them to release this version to patch the issue. Unfortunately the maintainers missed these issues during code review and we did not have enough fuzzing coverage -- we regret the oversight and have added an additional fuzzing target.

Organizations that want to participate in coordinated disclosure can contact us privately to discuss terms.

What's Changed

2025-08-28 05:51:43
quinn

quinn-proto 0.11.13, quinn 0.11.9

What's Changed

2025-08-28 05:43:09
quinn

quinn-udp 0.5.14

What's Changed

2025-06-19 16:02:47
quinn

quinn-udp 0.5.13

What's Changed

2025-05-01 05:11:17
quinn

quinn-udp 0.5.12

What's Changed

2025-04-22 21:49:03
quinn

quinn-proto 0.11.11

What's Changed

2025-03-25 17:18:37
quinn

quinn-udp 0.5.11

What's Changed

2025-03-18 17:42:15
quinn

quinn-proto 0.11.12, quinn 0.11.8

Fixes #2221.

What's Changed

2025-03-18 17:42:03
quinn

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