Back to Skiasharp

Version 1.59.2

documentation/docfx/releases/1.59.2.md

4.150.01.4 KB
Original Source
<!-- RAW PR DATA — Do not remove this comment block. AI uses this data to generate the polished release notes below. Re-run the script to refresh this data from git history. Generated: 2026-06-17T23:54:53Z by generate-release-notes.py version: 1.59.2 status: stable branch: release/1.59.2 diff: release/1.59.1..release/1.59.2 prs: 1 api: self=1.59.2/index.md - SKManagedStream Memory Fixes by @mattleibow in https://github.com/mono/SkiaSharp/pull/386 --> <!-- Generated: 2026-06-18T00:00:00Z by claude-sonnet-4.5 -->

Version 1.59.2

Managed stream reliability release · Released October 26, 2017 · NuGet · GitHub Release

API changes · SkiaSharp API diff

Highlights

This release focuses on improving SKManagedStream memory handling, reducing the risk of leaks and lifetime issues when managed streams are passed into native Skia code.

Breaking Changes

None in this release.

Bug Fixes

Core API

  • SKManagedStream memory fixes — Tightens managed stream lifetime handling to make stream-backed interop more reliable. (#386)