Table of Contents

Version 1.68.1.1

Windows Nano Server support and security fixes · Released December 19, 2019 · NuGet · GitHub Release

Highlights

This release brings first-class Windows Nano Server support for .NET Core containers, fixes critical memory buffer overflow bugs in image decoding, and includes community-driven improvements to memory management and matrix operations.

Breaking Changes

None in this release.

New Features

Platform Support

  • Windows Nano Server — Added the SkiaSharp.NativeAssets.NanoServer package, enabling SkiaSharp to run in standard Windows .NET Core Docker images. (#676)

Bug Fixes

  • Fixed memory buffer overflow bugs when decoding some image files
  • Fixed memory leak with allocations ❤️ @daltonks
  • Improvements to image decoding with SKImage
  • Fixed .NET Standard assemblies being referenced instead of platform-specific assemblies in SkiaSharp.Views.Forms
  • Fixed string marshaling issue in HarfBuzzSharp

Improvements

Community Contributors ❤️

Contributor What They Did
@daltonks Memory leak fix
@bender2k14 Matrix improvements

Preview Build 9 (December 10, 2019)

Initial preview of 1.68.1.1 with Nano Server support and memory-related fixes.

Full Changelog