Skip to content

2.4.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 08 Dec 22:40
· 104 commits to main since this release
369cf2a

Full Changelog

New features

  • Added additional methods to ParseRelation to make it easier to create and query relations (#294), thanks to @cbaker6.
  • Enable async/await for iOS13, tvOS13, watchOS6, and macOS10_15. All async/await methods are MainActor's. Requires Xcode 13.2 or above to use async/await. Not compatible with Xcode 13.0/1, will need to upgrade to 13.2+. Still works with Xcode 11/12 (#278), thanks to @cbaker6 .

Fixes

  • When transactions are enabled errors are now thrown from the client if the amount of objects in a transaction exceeds the batch size. An error will also be thrown if a developer attempts to save objects in a transation that has unsaved children (#295), thanks to @cbaker6.