Releases: parse-community/Parse-SDK-Android
Releases · parse-community/Parse-SDK-Android
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
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
to4.2
- Update Gradle version from
5.6.4
to6.8.3
- Update Robolectric from
3.8
to4.6
and adjust all tests - Update Play services
- Google Play services auth from
18.0.0
to19.2.0
- Google Cloud Messaging from
12.0.1
to17.0.0
- Firebase Messaging from
20.1.5
to22.0.0
- Google Play services auth from
- Update jacoco and fixed reporting of test coverage
- Migrate deprecated dependency repository from
jcenter()
tomavenCentral()
CI
- Migrate from Travis CI to GitHub Actions (Asen Lekov) #1095
2.0.0-alpha.1
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
to4.2
- Update Gradle version from
5.6.4
to6.8.3
- Update Robolectric from
3.8
to4.6
and adjust all tests - Update Play services
- Google Play services auth from
18.0.0
to19.2.0
- Google Cloud Messaging from
12.0.1
to17.0.0
- Firebase Messaging from
20.1.5
to22.0.0
- Google Play services auth from
- Update jacoco and fixed reporting of test coverage
- Migrate deprecated dependency repository from
jcenter()
tomavenCentral()
CI
- Migrate from Travis CI to GitHub Actions (Asen Lekov) #1095
1.26.0
1.25.0
BREAKING CHANGES
- FIX: Corrected the
Installation
propertyappVersion
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
Task
s into RxJava types.