Tags: mtrezza/Parse-SDK-Android
Tags
chore(release): 3.0.0 [skip ci] # [3.0.0](parse-community/Parse-SDK-Android@2.1.0...3.0.0) (2021-11-25) ### Features * update project dependencies and code refactoring ([parse-community#1147](parse-community#1147)) ([7d0faa3](parse-community@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](7d0faa3))
chore(release): 2.2.0 [skip ci] # [2.2.0](parse-community/Parse-SDK-Android@2.1.0...2.2.0) (2021-11-25) ### Features * update project dependencies and code refactoring ([parse-community#1141](parse-community#1141)) ([38d2ebb](parse-community@38d2ebb))
chore(release): 2.1.0 [skip ci] # [2.1.0](parse-community/Parse-SDK-Android@2.0.6...2.1.0) (2021-11-21) ### Features * add support for custom objectId ([parse-community#1088](parse-community#1088)) ([d420371](parse-community@d420371))
chore(release): 2.0.6 [skip ci] ## [2.0.6](parse-community/Parse-SDK-Android@2.0.5...2.0.6) (2021-11-16) ### Bug Fixes * missing pending intents mutability for Android 12+ ([parse-community#1139](parse-community#1139)) ([fbe8d87](parse-community@fbe8d87))
chore(release): 2.0.5 [skip ci] ## [2.0.5](parse-community/Parse-SDK-Android@2.0.4...2.0.5) (2021-11-10) ### Bug Fixes * failed signup attempt with anonymous ParseUser leaves it in inconsistent state ([parse-community#1136](parse-community#1136)) ([ac6d9e0](parse-community@ac6d9e0))
chore(release): 2.0.4 [skip ci] ## [2.0.4](parse-community/Parse-SDK-Android@2.0.3...2.0.4) (2021-11-03) ### Performance Improvements * remove unnecessary extra child traversal in collectDirtyChildren ([parse-community#1058](parse-community#1058)) ([1844b3e](parse-community@1844b3e))
chore(release): 2.0.3 [skip ci] ## [2.0.3](parse-community/Parse-SDK-Android@2.0.2...2.0.3) (2021-10-18) ### Bug Fixes * java package version always 1.0.0, current parse version not pushed to server ([parse-community#1130](parse-community#1130)) ([3c6496a](parse-community@3c6496a))
chore(release): 2.0.2 [skip ci] ## [2.0.2](parse-community/Parse-SDK-Android@2.0.1...2.0.2) (2021-10-17) ### Bug Fixes * race condition when keys are added or removed while the object is being traversed ([parse-community#1062](parse-community#1062)) ([d28e64d](parse-community@d28e64d))
chore(release): 2.0.1 [skip ci] ## [2.0.1](parse-community/Parse-SDK-Android@2.0.0...2.0.1) (2021-10-14) ### Bug Fixes * add maven publications to configure the Jitpack releases ([parse-community#1128](parse-community#1128)) ([67c4fb6](parse-community@67c4fb6)) * Parse Android SDK 2.0.0 not building on jitpack ([parse-community#1129](parse-community#1129)) ([5d40917](parse-community@5d40917))
PreviousNext