Releases: parse-community/Parse-SDK-Android
Releases Β· parse-community/Parse-SDK-Android
4.3.0
4.2.1
4.2.0
4.1.0
4.0.0
4.0.0 (2022-06-10)
Features
BREAKING CHANGES
- The Facebook Login SDK is upgraded to 13.x; this is a transitive dependency, so if you are directly calling the Facebook Login SDK in your app then this may be a breaking change; this release of the Parse Android SDK adds a version range to the Facebook Login SDK dependency for correct gradle dependency resolving (779dc0b)
3.0.1
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)