Skip to content

3.0.0

Compare
Choose a tag to compare
@parseplatformorg parseplatformorg released this 25 Nov 13:26
· 27 commits to master since this release

3.0.0 (2021-11-25)

⚠️ Warning

This version contains a bug that ignores SDK-internal data that is already stored locally on the client side. This includes for example the Parse SDK session token, so an already logged-in user will be required to log in again. If you are not starting with a new app but are considering upgrading an existing app you may want to skip this version and wait for a fix in a future version. (#1158)

Features

  • update project dependencies and code refactoring (#1147) (7d0faa3)

BREAKING CHANGES

  • The required minimum API level changes from 16 to 21. The following deprecated methods are removed: Parse.getParseDir() (use getParseCacheDir(String) or getParseFilesDir(String) instead), ParseTwitterUtils.link(ParseUser, Context) (use linkInBackground(Context, ParseUser) instead), ParseTwitterUtils.link(ParseUser, String, String, String, String) (use linkInBackground(ParseUser, String, String, String, String) instead). (7d0faa3)