From cd8e64d1bacfa4925427a6599369136dd9ac7f1b Mon Sep 17 00:00:00 2001 From: Nick Banks Date: Wed, 20 Oct 2021 19:19:31 -0400 Subject: [PATCH] v1.9 Release Notes (#2087) --- docs/Release.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/Release.md b/docs/Release.md index b0e9aa8ebb..016fa0b71d 100644 --- a/docs/Release.md +++ b/docs/Release.md @@ -48,6 +48,7 @@ This table describes all MsQuic releases, both officially supported (LTSC or SAC | PRE | [prerelease/1.6](https://github.com/microsoft/msquic/tree/prerelease/1.6) | N/A | Jul 28 2021 | N/A | N/A | | PRE | [prerelease/1.7](https://github.com/microsoft/msquic/tree/prerelease/1.7) | N/A | Aug 13 2021 | N/A | N/A | | PRE | [prerelease/1.8](https://github.com/microsoft/msquic/tree/prerelease/1.8) | N/A | Sep 13 2021 | N/A | N/A | +| PRE | [prerelease/1.9](https://github.com/microsoft/msquic/tree/prerelease/1.9) | N/A | Oct 20 2021 | N/A | N/A |
\* Future **Release Dates** are subject to change.
\** **End of Support** dates do not include possible [extended support](https://docs.microsoft.com/en-us/windows-server/get-started-19/servicing-channels-19#long-term-servicing-channel-ltsc) extensions. @@ -235,3 +236,22 @@ Official (v1) RFC and draft-29 are supported by this release. - Various test code fixes (#1970, #1974). Official (v1) RFC and draft-29 are supported by this release. + +## MsQuic v1.9 (Prerelease) + +**Not officially supported** + +[MsQuic v1.9](https://github.com/microsoft/msquic/releases/tag/v1.9.0) is a prerelease so there is no expected shipping vehicle. Signed Windows binaries are available. Some noted changes in this release include: + +- 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) + +Official (v1) RFC and draft-29 are supported by this release.