|
1 |
| -## Changelog |
2 |
| - |
3 |
| -### master |
4 |
| -> __BREAKING CHANGES__ |
5 |
| -> |
6 |
| -> - Removed the `gcm` module since GCM is no longer supported by Google (#1091) |
7 |
| -
|
8 |
| -### 1.26.0 |
9 |
| -- fix TypeCastException when unlinking google account (#1076) |
10 |
| -- feature: KTX property delegation custom labels (#1066) |
11 |
| -- feature: Coroutine Task Wrapper (#1064) |
12 |
| -- Rename functions that cause shadow members (#1054) |
13 |
| - |
14 |
| -### 1.25.0 |
| 1 | +# Changelog |
| 2 | + |
| 3 | +# master |
| 4 | + |
| 5 | +### BREAKING CHANGES |
| 6 | +- Remove `gcm` module since GCM is no longer supported by Google (John Carlson) [#1091](https://github.com/parse-community/Parse-SDK-Android/pull/1091) |
| 7 | + |
| 8 | +# 2.0.0-alpha.1 |
| 9 | + |
| 10 | +### BREAKING CHANGES |
| 11 | +- Required minimum SDK version is 16 |
| 12 | + |
| 13 | +### Feature |
| 14 | +- Update all dependencies and modernize the source base (Asen Lekov) [#1095](https://github.com/parse-community/Parse-SDK-Android/pull/1095) |
| 15 | +- Upgrade Facebook Login SDK to 8.2.0 (Somye Mahajan) [#1105](https://github.com/parse-community/Parse-SDK-Android/pull/1105) |
| 16 | + |
| 17 | +### Internal Changes |
| 18 | + - SDK targets the latest Android version API 30 |
| 19 | + - Update the codebase to advantage of Java 8 syntax |
| 20 | + - Update Kotlin and Coroutines version to `1.5.31` |
| 21 | + - Update project from Android Studio `3.6` to `4.2` |
| 22 | + - Update Gradle version from `5.6.4` to `6.8.3` |
| 23 | + - Update Robolectric from `3.8` to `4.6` and adjust all tests |
| 24 | + - Update Play services |
| 25 | + - Google Play services auth from `18.0.0` to `19.2.0` |
| 26 | + - Google Cloud Messaging from `12.0.1` to `17.0.0` |
| 27 | + - Firebase Messaging from `20.1.5` to `22.0.0` |
| 28 | + - Update jacoco and fixed reporting of test coverage |
| 29 | + - Migrate deprecated dependency repository from `jcenter()` to `mavenCentral()` |
| 30 | + |
| 31 | +### CI |
| 32 | +- Migrate from Travis CI to GitHub Actions (Asen Lekov) [#1095](https://github.com/parse-community/Parse-SDK-Android/pull/1095) |
| 33 | + |
| 34 | +# 1.26.0 |
| 35 | +- fix TypeCastException when unlinking google account [#1076](https://github.com/parse-community/Parse-SDK-Android/pull/1076) |
| 36 | +- feature: KTX property delegation custom labels [#1066](https://github.com/parse-community/Parse-SDK-Android/pull/1066) |
| 37 | +- feature: Coroutine Task Wrapper [#1064](https://github.com/parse-community/Parse-SDK-Android/pull/1064) |
| 38 | +- Rename functions that cause shadow members [#1054](https://github.com/parse-community/Parse-SDK-Android/pull/1054) |
| 39 | + |
| 40 | +# 1.25.0 |
15 | 41 | > __BREAKING CHANGES__
|
16 | 42 | >
|
17 | 43 | > - 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](https://github.com/parse-community/Parse-SDK-Android/issues/902) for details. Thanks to [Manuel Trezza](https://github.com/mtrezza).
|
18 | 44 | - Added RxJava module to transform `Task`s into RxJava types.
|
19 | 45 |
|
20 |
| -### 1.24.2 |
| 46 | +# 1.24.2 |
21 | 47 | - FIX: Fixed naming collission bug due to integration of bolts-tasks module. See [#1028](https://github.com/parse-community/Parse-SDK-Android/issues/1028) for details. Thanks to [Manuel Trezza](https://github.com/mtrezza)
|
22 | 48 |
|
23 |
| -### 1.24.1 |
| 49 | +# 1.24.1 |
24 | 50 | > __WARNING__
|
25 | 51 | >
|
26 | 52 | > Avoid using this release as it contains a [naming collission bug](https://github.com/parse-community/Parse-SDK-Android/issues/1028) that has been introduced in release `1.24.0` and fixed in release `1.24.2`. The bug causes the project compliation to fail due to duplicate class names for the `bolts-tasks` module when using the Facebook Android SDK or the Parse Android SDK Facebook module.
|
27 | 53 |
|
28 | 54 | - Resolves issue around missing bolts-tasks dependency thanks to @rogerhu (#1025)
|
29 | 55 |
|
30 |
| -### 1.24.0 |
| 56 | +# 1.24.0 |
31 | 57 | > __WARNING__
|
32 | 58 | >
|
33 | 59 | > Avoid using this release as it contains a [naming collission bug](https://github.com/parse-community/Parse-SDK-Android/issues/1028) that has been introduced in release `1.24.0` and fixed in release `1.24.2`. The bug causes the project compliation to fail due to duplicate class names for the `bolts-tasks` module when using the Facebook Android SDK or the Parse Android SDK Facebook module.
|
|
37 | 63 | - Set to unknown name if version name is null (#1014) thanks to @Jawnnypoo
|
38 | 64 | - Fix signup method name (#1017) thanks to @Jawnnypoo
|
39 | 65 |
|
40 |
| -### 1.23.1 |
| 66 | +# 1.23.1 |
41 | 67 | - Correction to OkHttp version thanks to @mtrezza
|
42 | 68 |
|
43 |
| -### 1.23.0 |
| 69 | +# 1.23.0 |
44 | 70 | - Add Google login/signup support
|
45 | 71 | - Move Facebook and Twitter libraries to be modules within this library
|
46 | 72 | - Update Facebook login to use AndroidX
|
47 | 73 | - Add ability to update the server without having to reinitialize the client thanks to @mtrezza
|
48 | 74 |
|
49 |
| -### 1.22.1 |
| 75 | +# 1.22.1 |
50 | 76 | Re-releasing since Jitpack failed. Same as 1.22.0
|
51 | 77 |
|
52 |
| -### 1.22.0 |
| 78 | +# 1.22.0 |
53 | 79 | - Expose client destroy
|
54 | 80 | - Enhancement to ParseQuery kt operations
|
55 | 81 |
|
56 |
| -### 1.21.0 |
| 82 | +# 1.21.0 |
57 | 83 | - Add coroutines support module
|
58 | 84 | - Fix bug in save user in batch
|
59 | 85 |
|
60 |
| -### 1.20.0 |
| 86 | +# 1.20.0 |
61 | 87 | - Fix fetchAllIfNeeded and fetchAllIfNeededInBackground limit #939
|
62 | 88 | - Expose useful constants #930
|
63 | 89 | - ParseQuery extensions #929
|
64 | 90 | - Change to non-deprecated methods for FCM #927. If you are using FCM and updating to 1.20.0, be sure to take a look at the FCM README for the updated steps on usage.
|
65 | 91 |
|
66 |
| -### 1.19.0 |
| 92 | +# 1.19.0 |
67 | 93 | - SDK now uses AndroidX and API 28
|
68 | 94 | - Kotlin Delegates
|
69 | 95 | - Fix StackOverflowError when merging ParseObject from JSON #896
|
70 | 96 |
|
71 |
| -### 1.18.5 |
| 97 | +# 1.18.5 |
72 | 98 | - Fix for issue #886
|
73 | 99 |
|
74 |
| -### 1.18.4 |
| 100 | +# 1.18.4 |
75 | 101 | - Fix issue with returning { "result": null } in cloud function (deserialized as JSONObject instead of null)
|
76 | 102 | - Remove deprecated methods in ParseAnalytics and ParsePush
|
77 | 103 | - Add findAll() method to ParseQuery which iterates and finds all ParseObjects for a query (no limit)
|
78 | 104 |
|
79 |
| -### 1.18.3 |
| 105 | +# 1.18.3 |
80 | 106 | - Add ktx module and dependency, which adds some Kotlin extensions for easier Parse SDK usage.
|
81 | 107 |
|
82 |
| -### 1.18.2 |
| 108 | +# 1.18.2 |
83 | 109 | - More things made public for LiveQuery support
|
84 | 110 |
|
85 |
| -### 1.18.1 |
| 111 | +# 1.18.1 |
86 | 112 | - Make things public for LiveQuery support
|
87 | 113 |
|
88 |
| -### 1.18.0 |
| 114 | +# 1.18.0 |
89 | 115 | - Annotate ParseObject with nullability thanks to @kurtisnelson and @Jawnnypoo
|
90 | 116 | - Remove deprecated refresh() method from ParseObject
|
91 | 117 | - Partial string match thanks to @rogerhu
|
|
0 commit comments