4.14.1
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.