Skip to content

4.9.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 25 Aug 17:32
· 30 commits to main since this release
e3e861d

Full Changelog, Documentation

New features

  • Add methods for migrating users and installations from the Parse Objective-C SDK to the Swift SDK (#391), thanks to @cbaker6.
  • Enable query caching by using GET instead of POST. GET is now used by default. To switch back to POST, set usingPostForQuery = true when initializing the SDK which will automatically disable all query caching (#386), thanks to @cbaker6.
  • Add setAccessGroup method which allows the Parse Keychain to be shared with app extensions and iCloud accounts (#378), thanks to @cbaker6.

Improvements

  • Add more details to error messages related when decoding errors occur (#388), thanks to @dblythy.
  • Added discardableResult to allow developers to choose whether or not certain functions should return a result (#385), thanks to @vdkdamian.

Fixes

  • Ensure properties that are already saved ParseObject's are converted to Parse pointers when using saveAll (#390), thanks to @cbaker6.