Skip to content

2.3.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 30 Nov 05:54
· 110 commits to main since this release
4734212

Full Changelog

New features

  • Add a retry mechanism to the SDK that randomly (up to 3 seconds each) tries to reconnect up to 5 times. The developer can increase or reduce the amount of retries when configuring the SDK (#291), thanks to @cbaker6.
  • Add toCLLocation and toCLLocationCoordinate2D methods for easy conversion from a ParseGeoPoint object. (#287), thanks to @jaysonng.

Fixes

  • Fixed an issue where an anonymous couldn't be turned into a regular user using signup (#291), thanks to @cbaker6.
  • The default ACL is now deleted from the keychain when a user is logged out. This previously caused an issue when logging out a user and logging in as a different user caused all objects to only have ACL permissions for the logged in user (#291), thanks to @cbaker6.