Skip to content

Releases: parse-community/Parse-SDK-Android

4.3.0

18 Feb 12:33
Compare
Choose a tag to compare

4.3.0 (2024-02-18)

Features

  • Add support for uploading a ParseFile from a URI (#1207) (83aec68)

4.2.1

25 Aug 10:18
Compare
Choose a tag to compare

4.2.1 (2023-08-25)

Bug Fixes

  • Missing Proguard rules for R8 in full mode (#1196) (7db0965)

4.2.0

22 Feb 18:23
Compare
Choose a tag to compare

4.2.0 (2023-02-22)

Features

4.1.0

26 Aug 10:29
Compare
Choose a tag to compare

4.1.0 (2022-08-26)

Bug Fixes

  • exception on concurrent download of ParseFile from multiple threads (#1180) (44b1914)

Features

4.0.0

10 Jun 11:09
Compare
Choose a tag to compare

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

26 May 21:31
Compare
Choose a tag to compare

3.0.1 (2022-05-26)

Bug Fixes

  • users logged out after SDK upgrade due to different cache path; this fixes the bug that was introduced with release 3.0.0 which ignores SDK-internal data that is stored locally on the client side (#1168) (ec7bd03)

3.0.0

25 Nov 13:26
Compare
Choose a tag to compare

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)

2.1.0

21 Nov 16:17
Compare
Choose a tag to compare

2.1.0 (2021-11-21)

Features

2.0.6

16 Nov 12:55
Compare
Choose a tag to compare

2.0.6 (2021-11-16)

Bug Fixes

  • missing pending intents mutability for Android 12+ (#1139) (fbe8d87)

2.0.5

10 Nov 14:58
Compare
Choose a tag to compare

2.0.5 (2021-11-10)

Bug Fixes

  • failed signup attempt with anonymous ParseUser leaves it in inconsistent state (#1136) (ac6d9e0)