Skip to content

4.9.1

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 29 Aug 00:54
· 29 commits to main since this release
15d1724

Full Changelog, Documentation

Fixes

  • Corrects a memory leak where multiple Parse URLSessions can get created. Use an actor for the url session delegates to ensure thread safety when making async calls in parallel (#394), thanks to @cbaker6.