documentation/docfx/releases/3.119.3.md
Preview only · Superseded by 3.119.4 · Never released as stable — these changes rolled up into 3.119.4 · NuGet
Note: 3.119.3 shipped only as previews and was never released as a stable package. All of the work below rolled up into 3.119.4.
This preview cycle focused on native dependency updates and stability fixes. libwebp, brotli, libexpat, and libpng were all bumped to their latest versions, and Spectre mitigations landed for both the Windows and Linux native libraries. Two community contributors — ❤️ @sshumakov and ❤️ @Copilot — contributed the security hardening and an AoT crash fix.
None in this release.
/Qspectre for libSkiaSharp.dll. ❤️ @sshumakov (#3496)libSkiaSharp.so. ❤️ @sshumakov (#3502)IlcDisableReflection=true — Resolves a crash in Native AoT builds when reflection is fully disabled. ❤️ @Copilot (#3485)Plus several CI, tooling, and AI skill improvements.
| Platform | What's New |
|---|---|
| 🪟 Windows | Spectre mitigation |
| 🐧 Linux | Spectre mitigation, ARM64 fontconfig crash fix |
| 🎨 Core API | AoT IlcDisableReflection crash fix |
| 📦 General | libwebp 1.6.0, brotli 1.2.0, libexpat 2.7.3, libpng 1.6.54 |
| Contributor | What They Did |
|---|---|
| @sshumakov | Added Spectre mitigation for Windows and Linux native libraries |
| @Copilot | Fixed AoT crash when IlcDisableReflection=true |