Skip to content

5.5.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 09 May 17:59
· 70 commits to main since this release
7a0540c

Full Changelog, Documentation

New features

  • Adds a setting to enable automatic user login by calling User.current(). The setting can be enabled/disabled when initializing the SDK by setting "usingAutomaticLogin" or at anytime after initialization using User.enableAutomaticLogin() (#98), thanks to @cbaker6.
  • Add ParseServer.information() to retrieve version and info from a Parse Server. Depracates ParseHealth and check() in favor of ParseServer and health() respectively (#97), thanks to @cbaker6.