Skip to content

MsQuic v1.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nibanks nibanks released this 20 Oct 23:23
· 1 commit to prerelease/1.9 since this release
cd8e64d

Supports version 1 and draft-29 QUIC specification versions. Full details here.

  • Signed Windows and Xbox GameCore binaries available (officially supported).
  • Unsigned Linux binaries available (officially supported).
  • Unsigned macOS binaries available (alpha).

New Since v1.8

  • Add Xbox GameCore Support (#1973, #2005, #2084)
  • Adds performance counters around path changes (#1990)
  • Bug Fix: Fix shutdown bug by cleaning up all sends (#1850)
  • Additional connetion event documentation (#1996)
  • Add UWP nuget package support (#2002)
  • Improve client certificate validation (#1966)
  • Support non-RSA keys in OpenSSL-CAPI abstraction (#2000)
  • Bug Fix: Fix stream abort bug (#2049)
  • Bug Fix: Fix connection FC handling on stream abort (#2070)
  • Bug Fix: Fix rare endless loop in send path (#2082)