Skip to content

Commit d2d3926

Browse files
authored
docs: update changelog for 2.0.0 release
1 parent 749c15e commit d2d3926

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,36 @@
22

33
# master
44

5+
# 2.0.0
6+
57
### BREAKING CHANGES
8+
- Required minimum SDK version is 16 ([#1095](https://github.com/parse-community/Parse-SDK-Android/pull/1095))
9+
- Support for Google Cloud Messaging (GCM) is removed, use Firebase Cloud Messaging instead; see the [Google developer documentation](https://developers.google.com/cloud-messaging/faq) for more details and migration assistance ([#1105](https://github.com/parse-community/Parse-SDK-Android/pull/1105))
10+
11+
### Feature
12+
- Update all dependencies and modernize the source base (Asen Lekov) [#1095](https://github.com/parse-community/Parse-SDK-Android/pull/1095)
13+
- Upgrade Facebook Login SDK to 8.2.0 (Somye Mahajan) [#1105](https://github.com/parse-community/Parse-SDK-Android/pull/1105)
14+
15+
### Fix
616
- Remove `gcm` module since GCM is no longer supported by Google (John Carlson) [#1091](https://github.com/parse-community/Parse-SDK-Android/pull/1091)
717

18+
### Internal Changes
19+
- SDK targets the latest Android version API 30
20+
- Update the codebase to advantage of Java 8 syntax
21+
- Update Kotlin and Coroutines version to `1.5.31`
22+
- Update project from Android Studio `3.6` to `4.2`
23+
- Update Gradle version from `5.6.4` to `6.8.3`
24+
- Update Robolectric from `3.8` to `4.6` and adjust all tests
25+
- Update Play services
26+
- Google Play services auth from `18.0.0` to `19.2.0`
27+
- Google Cloud Messaging from `12.0.1` to `17.0.0`
28+
- Firebase Messaging from `20.1.5` to `22.0.0`
29+
- Update jacoco and fixed reporting of test coverage
30+
- Migrate deprecated dependency repository from `jcenter()` to `mavenCentral()`
31+
32+
### CI
33+
- Migrate from Travis CI to GitHub Actions (Asen Lekov) [#1095](https://github.com/parse-community/Parse-SDK-Android/pull/1095)
34+
835
# 2.0.0-alpha.1
936

1037
### BREAKING CHANGES

0 commit comments

Comments
 (0)