Skip to content

4.14.1

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 17 Sep 17:04
· 7 commits to main since this release
40a7b42

Full Changelog, Documentation

Fixes

  • For Swift 5.5.2+ all asynchronous methods that attempt to save, create, update, or replace use the async/await version of deep saving ParseObjects. This fixes any purple warnings caused by the SDK in Xcode. Older Swift versions use the synchronous version of deep saving (#418), thanks to @cbaker6.
  • Can catch when the Parse Server throws an improper ParseError that only contains "error" or "message", but does not contain a "code" (#418), thanks to @cbaker6.