Skip to content

4.12.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 13 Sep 02:29
· 12 commits to main since this release
9ab5271

Full Changelog, Documentation

New features

  • Add the ParseFileTransferable protocol for overriding the default transfer behavior for ParseFile's. Allows for direct uploads to other file storage providers (#410), thanks to @cbaker6.
  • Add the become method to ParseInstallation which allows any ParseInstallation to be copied to the current installation. This method can be used to migrate any ParseInstallation to the current installation in the Swift SDK (#407), thanks to @cbaker6.

Fixes

  • Properly get the session token from the Parse Objective-C Keychain when using ParseUser.loginUsingObjCKeychain (#407), thanks to @cbaker6.