Skip to content

1.3.0

Choose a tag to compare

@cbaker6 cbaker6 released this 03 Apr 20:54
· 224 commits to main since this release
be5de49

Full Changelog

Improvements

  • (Breaking Change) No longer require dispatch to main queue when using ParseInstallation. The side effect of this is bade is no longer retrieved by the SDK. The developer should retrieve the badge count on their own and save it to ParseInstallation if they require badge (#114), thanks to Corey Baker.

Fixes

  • (Breaking Change) Correctly saves objectId of ParseInstallation to Keychain when saving to server. Also fixes issue when using deleteAll with current ParseUser and ParseInstallation. Old installations will automatically be migrated to the new one. If you end up having issues you can delete all of the installations in your ParseDashboard that were created with Parse-Swift < 1.30. If you are not able to do this, you can all log out of devices using Parse-Swift < 1.30 and then log back in (#116), thanks to Corey Baker.