documentation/docfx/releases/3.119.2.md
Security hardening and platform fixes · Released February 6, 2026 · NuGet · GitHub Release
API changes · SkiaSharp API diff · HarfBuzzSharp API diff
SkiaSharp 3.119.2 adds Windows Spectre mitigations, security hardening flags, and missing tvOS API overloads.
None in this release.
Ships HarfBuzzSharp 8.3.1.3 with the Windows security hardening and tvOS packaging improvements from this release.
Thank you to everyone who contributed to this release!
| Contributor | Contributions |
|---|---|
| @Aguilex | Enabled Spectre mitigations and security hardening flags for Windows native binaries (#3397, #3404) |
| @MartinZikmund | Added missing tvOS SKSurface.Create overloads (#3342) |
Preview 3 added the Spectre mitigation flag for libSkiaSharp.dll on Windows.
Preview 2 enabled Control Flow Guard and BufferSecurityCheck on Windows native DLLs to satisfy BinSkim security requirements.
Preview 1 introduced the missing tvOS SKSurface.Create overloads and Android symbol packaging.