Skip to content

Releases: parse-community/Parse-SDK-Android

2.0.4

03 Nov 14:08
Compare
Choose a tag to compare

2.0.4 (2021-11-03)

Performance Improvements

  • remove unnecessary extra child traversal in collectDirtyChildren (#1058) (1844b3e)

2.0.3

18 Oct 11:58
Compare
Choose a tag to compare

2.0.3 (2021-10-18)

Bug Fixes

  • java package version always 1.0.0, current parse version not pushed to server (#1130) (3c6496a)

2.0.2

17 Oct 14:38
Compare
Choose a tag to compare

2.0.2 (2021-10-17)

Bug Fixes

  • race condition when keys are added or removed while the object is being traversed (#1062) (d28e64d)

2.0.1

14 Oct 20:02
Compare
Choose a tag to compare

2.0.1 (2021-10-14)

Bug Fixes

  • add maven publications to configure the Jitpack releases (#1128) (67c4fb6)
  • Parse Android SDK 2.0.0 not building on jitpack (#1129) (5d40917)

2.0.0

10 Oct 19:17
d2d3926
Compare
Choose a tag to compare

2.0.0 (2021-10-10)

BREAKING CHANGES

  • Required minimum SDK version is 16 (#1095)
  • Support for Google Cloud Messaging (GCM) is removed, use Firebase Cloud Messaging instead; see the Google developer documentation for more details and migration assistance (#1105)

Feature

  • Update all dependencies and modernize the source base (Asen Lekov) #1095
  • Upgrade Facebook Login SDK to 8.2.0 (Somye Mahajan) #1105

Fix

  • Remove gcm module since GCM is no longer supported by Google (John Carlson) #1091

Internal Changes

  • SDK targets the latest Android version API 30
  • Update the codebase to advantage of Java 8 syntax
  • Update Kotlin and Coroutines version to 1.5.31
  • Update project from Android Studio 3.6 to 4.2
  • Update Gradle version from 5.6.4 to 6.8.3
  • Update Robolectric from 3.8 to 4.6 and adjust all tests
  • Update Play services
    • Google Play services auth from 18.0.0 to 19.2.0
    • Google Cloud Messaging from 12.0.1 to 17.0.0
    • Firebase Messaging from 20.1.5 to 22.0.0
  • Update jacoco and fixed reporting of test coverage
  • Migrate deprecated dependency repository from jcenter() to mavenCentral()

CI

  • Migrate from Travis CI to GitHub Actions (Asen Lekov) #1095

2.0.0-alpha.1

09 Oct 23:22
cf121bf
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release

BREAKING CHANGES

  • Required minimum SDK version is 16

Feature

  • Update all dependencies and modernize the source base (Asen Lekov) #1095
  • Upgrade Facebook Login SDK to 8.2.0 (Somye Mahajan) #1105

Internal Changes

  • SDK targets the latest Android version API 30
  • Update the codebase to advantage of Java 8 syntax
  • Update Kotlin and Coroutines version to 1.5.31
  • Update project from Android Studio 3.6 to 4.2
  • Update Gradle version from 5.6.4 to 6.8.3
  • Update Robolectric from 3.8 to 4.6 and adjust all tests
  • Update Play services
    • Google Play services auth from 18.0.0 to 19.2.0
    • Google Cloud Messaging from 12.0.1 to 17.0.0
    • Firebase Messaging from 20.1.5 to 22.0.0
  • Update jacoco and fixed reporting of test coverage
  • Migrate deprecated dependency repository from jcenter() to mavenCentral()

CI

  • Migrate from Travis CI to GitHub Actions (Asen Lekov) #1095

1.26.0

22 Feb 18:03
3a6fde5
Compare
Choose a tag to compare
  • fix TypeCastException when unlinking google account #1076
  • feature: KTX property delegation custom labels #1066
  • feature: Coroutine Task Wrapper #1064
  • Rename functions that cause shadow members #1054

1.25.0

22 Jul 16:16
8771da9
Compare
Choose a tag to compare

BREAKING CHANGES

  • FIX: Corrected the Installation property appVersion to be the build version instead of the version name. This aligns the property with its equivalent in the Parse iOS SDK. See #902 for details. Thanks to Manuel Trezza.
  • Added RxJava module to transform Tasks into RxJava types.

1.24.2

17 Jun 17:50
2af4d98
Compare
Choose a tag to compare
  • FIX: Fixed naming collission bug due to integration of bolts-tasks module. See #1028 for details. Thanks to Manuel Trezza

1.24.1

23 Apr 02:48
59d1e3b
Compare
Choose a tag to compare