MsQuic v2.1.1
What's Changed Since v2.1.0
- Fix: ParameterValidation.ValidateGlobalParam Backport to v2.1 by @liveans in #2966
- Backport changes to v2.1.0 to unblock linux release by @csujedihy in #2990
- 162cb2e retry pthread create if it failes with ENOKEY (#2989)
28acf65 Build and sign arm/arm64 Onebranch pipeline for linux (#2987)
f9bba6c Fix QUIC Statistics Size Helpers (#2985)
24c1e63 Use isolated ACR for windows (#2978)
ba6aee4 Crude support for cross-arm build (#2963)
15ee06b use isolated ACR (#2974)
7c52ca5 Build Docker pipeline (#2970)
249510d fix passing ARCH to make-packages (#2952)
- 162cb2e retry pthread create if it failes with ENOKEY (#2989)
- Always creating worker threads without affinitization on error. (#3041) by @rzikm in #3042
- Update Patch Version Number by @nibanks in #3043
Full Changelog: v2.1.0...v2.1.1
Full Notes from v2.1.0
Signed Windows binaries and NuGet packages are available. Signed Linux package are also available.
Official (v1) RFC, v2 (WG-LC) and draft-29 are supported by this release.
What's Changed
With 300+ commits since v2.0, it's hard to list out everything that's changed, but below you will find some of the important changes in this release.
- Various bug fixes (#2451, #2608, #2612, #2695, #2694, #2696, #2738, #2746, #2870, #2685, #2929)
- Various minor features and API improvements (#2702, #2724, #2729, #2730, #2740, #2852, #2872, #2883, #2907, #2785, #2932, #2876, #2936)
- Block well-known reflection ports (#2613, #2675)
- Update CUBIC to rfc8312bis (#2877)
- Add Stream statistics (#2873)
- Various infra and automation improvements (many)
- Various documentation improvements (many)
- Various test improvements (many)
- CIBIR extension preview support (#2445)
- Windows XDP preview support (many)
New Contributors
- @panpur made their first contribution in #2472
- @huitema made their first contribution in #2675
- @CarnaViire made their first contribution in #2728
- @wangkun611 made their first contribution in #2837
- @zdimension made their first contribution in #2864
- @ManickaP made their first contribution in #2872
- @rzikm made their first contribution in #2884
- @msvoelker made their first contribution in #2911
- @liveans made their first contribution in #2876
Full Changelog: v2.0.3...v2.1.1