Skip to content

MsQuic v2.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nibanks nibanks released this 18 Apr 19:48
· 42 commits to release/2.2 since this release

What's Changed

Currently marked as prerelease while we stabilize.

Signed Windows binaries and NuGet packages are available. Signed Linux package are also available. OpenSSL 3.1 support was added along side 1.1. MsQuic over XDP is in preview support.

Breaking Changes

  • None

Features

Bug Fixes

  • Always creating worker threads without affinitization on error (#3041)
  • Use correct length increment for msg_controllen (#3065)
  • Send frame streams blocked (#3118)
  • Silo Improvements on Client Side (#3248)
  • gamecore_console: avoid importing timeGetDevCaps (#3332)
  • fix MAC_CTX creation with OpenSSL 3 (#3436)
  • Fix Stream Blocked (#3432)
  • Fix Listner Use after Free in Cleanup Path (#3444)
  • Update the Binding Lookup Logic to Match Server and Client Sockets (#3439)
  • Block Wildcard Address Client Connections (#3483)
  • Handle sending path challenge on paths that have not resolved route yet (#3545)
  • Fix QUIC_TLS_SECRETS on Server and Client. (#3539)

New Contributors

Full Changelog: v2.1.0...v2.2.0