3.0.0
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
BREAKING CHANGES
- The required minimum API level changes from 16 to 21. The following deprecated methods are removed:
Parse.getParseDir()
(usegetParseCacheDir(String)
orgetParseFilesDir(String)
instead),ParseTwitterUtils.link(ParseUser, Context)
(uselinkInBackground(Context, ParseUser)
instead),ParseTwitterUtils.link(ParseUser, String, String, String, String)
(uselinkInBackground(ParseUser, String, String, String, String)
instead). (7d0faa3)