documentation/docfx/releases/3.119.2.md
Security hardening release · Released February 7, 2026 · NuGet · GitHub Release
This release focuses on hardening the native libraries against common exploit techniques on Windows and Linux. Spectre mitigations, Control Flow Guard, and BufferSecurityCheck are now enabled across all Windows and Linux native builds. Three community contributors — ❤️ @MartinZikmund, ❤️ @Aguilex, and ❤️ @sshumakov — drove every user-facing change in this release.
None in this release.
SKSurface.Create overloads — Adds the missing overloads for tvOS, bringing parity with other Apple platforms. ❤️ @MartinZikmund (#3342)/Qspectre for libSkiaSharp.dll. ❤️ @sshumakov (#3497, originally #3496)libSkiaSharp.so. ❤️ @sshumakov (#3503, originally #3502)| Platform | What's New |
|---|---|
| 🍎 Apple | tvOS SKSurface.Create overloads |
| 🪟 Windows | Spectre mitigation, Control Flow Guard, BufferSecurityCheck |
| 🐧 Linux | Spectre mitigation |
| Contributor | What They Did |
|---|---|
| @MartinZikmund | Added missing tvOS SKSurface.Create overloads |
| @Aguilex | Enabled Control Flow Guard and BufferSecurityCheck on Windows |
| @sshumakov | Added Spectre mitigation for Windows and Linux native libraries |
Added Spectre mitigation for Windows native libraries.
Enabled Control Flow Guard and BufferSecurityCheck for all Windows native DLLs. Plus several CI and documentation improvements.
Added missing tvOS SKSurface.Create overloads, plus build system improvements.