You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Release.md
+59-3Lines changed: 59 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,9 @@ This table describes all officially supported MsQuic releases.
39
39
40
40
|[Type](Release.md#release-support-policies)| Branch | Consumer | Fork Date | Release Date | End of Support | Supported Platforms |
41
41
| -- | -- | -- | -- | -- | -- | -- |
42
-
| LTSC |[release/1.0](https://github.com/microsoft/msquic/tree/release/1.0)| None | Nov 13 2020 | Jan 5 2021 | Jan 4 2026 | Windows |
43
-
| SAC |[release/2.0](https://github.com/microsoft/msquic/tree/release/2.0)| None | Mar 1 2022 | May 1 2022 | Nov 1 2023 | Windows, Linux |
44
42
| SAC |[release/2.1](https://github.com/microsoft/msquic/tree/release/2.1)|[Server 2022](https://docs.microsoft.com/en-us/windows/release-health/status-windows-server-2022)<br>Windows 11<br>.NET 7 | Aug 5 2022 | Oct 5 2022 | Apr 5 2024 | Windows, Linux |
45
-
| SAC |[release/2.2](https://github.com/microsoft/msquic/tree/release/2.2)| TBD | Apr 18 2023 | June 1 2023 | Dec 1 2024 | Windows, Linux |
43
+
| SAC |[release/2.2](https://github.com/microsoft/msquic/tree/release/2.2)| Windows 11 | Apr 18 2023 | June 1 2023 | Dec 1 2024 | Windows, Linux |
44
+
| SAC |[release/2.3](https://github.com/microsoft/msquic/tree/release/2.3)| TBD | Jan 26 2024 | TBD | TBD | Windows, Linux |
46
45
47
46
<br>\* Future **Release Dates** are subject to change.
48
47
<br>\****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.
@@ -420,3 +419,60 @@ Official (v1) RFC, v2 (WG-LC) and draft-29 are supported by this release.
- Handle sending path challenge on paths that have not resolved route yet (#3545)
422
421
- Fix QUIC_TLS_SECRETS on Server and Client. (#3539)
422
+
423
+
## MsQuic v2.3 (SAC)
424
+
425
+
[MsQuic v2.3](https://github.com/microsoft/msquic/releases/tag/v2.3.0) is an official release. Signed Windows binaries and [NuGet packages](https://www.nuget.org/profiles/msquic) are available. Signed Linux package are also available.
426
+
427
+
Official (v1) RFC, v2 (WG-LC) and draft-29 are supported by this release.
428
+
429
+
### Breaking Changes
430
+
431
+
- None
432
+
433
+
### Official Features
434
+
435
+
- CPU and Partitioning Improvements (#3641, #3658, #3702, #4009)
436
+
- LB support for SecNetPerf (#3701)
437
+
- Support retrieving the initial destination CID from GetParam (#3755)
438
+
- Datapath Refactoring (#3826, #3827)
439
+
- Migrate Send Logic to 64-bit Time (#3848)
440
+
- Linux TCP support in secnetperf (#3895)
441
+
- Streams Hold References on Connections (#3931)
442
+
- Receive Path Fuzzing (#3896, #3942)
443
+
- Support setting flow control limits for individual stream types (#3948)
444
+
- NMR Support for Kernel Mode (#3961, #4035, #4045)
445
+
- Support Using Streams after Connection Closure (#3938)
0 commit comments