Skip to content

Commit 240d903

Browse files
authored
Merge branch 'master' into 1006-fix-collect-dirty-children
2 parents 742d8ca + f4fa070 commit 240d903

File tree

1 file changed

+19
-40
lines changed

1 file changed

+19
-40
lines changed

CHANGELOG.md

Lines changed: 19 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,7 @@
2020
* add maven publications to configure the Jitpack releases ([#1128](https://github.com/parse-community/Parse-SDK-Android/issues/1128)) ([67c4fb6](https://github.com/parse-community/Parse-SDK-Android/commit/67c4fb6209e1a3b3db9663156b356b8888ef0d87))
2121
* Parse Android SDK 2.0.0 not building on jitpack ([#1129](https://github.com/parse-community/Parse-SDK-Android/issues/1129)) ([5d40917](https://github.com/parse-community/Parse-SDK-Android/commit/5d409174358ec4f2f04b9e0ea3000743c4a066ff))
2222

23-
# [2.0.0](https://github.com/mtrezza/Parse-SDK-Android/compare/1.22.0...2.0.0) (2021-10-10)
24-
25-
26-
### Bug Fixes
27-
28-
* remove GCM module ([#1091](https://github.com/mtrezza/Parse-SDK-Android/issues/1091)) ([aa16bcf](https://github.com/mtrezza/Parse-SDK-Android/commit/aa16bcfd9ef87319f032086f286e5768807f24a7))
29-
* upgrade Facebook SDK ([#1105](https://github.com/mtrezza/Parse-SDK-Android/issues/1105)) ([6f4bdb0](https://github.com/mtrezza/Parse-SDK-Android/commit/6f4bdb0495e31dfb7c568a0269dc3dd8dd6b30c3))
30-
31-
### Features
32-
33-
* update all dependencies and modernize the source base ([#1095](https://github.com/mtrezza/Parse-SDK-Android/issues/1095)) ([a977d11](https://github.com/mtrezza/Parse-SDK-Android/commit/a977d117b02de826981ce6c50e85a2204d989b66))
34-
35-
36-
### BREAKING CHANGES
37-
38-
* CHANGE
39-
40-
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. ([aa16bcf](aa16bcf))
41-
42-
# Changelog
43-
44-
# 2.0.0
23+
# [2.0.0](https://github.com/parse-community/Parse-SDK-Android/compare/1.26.0...2.0.0) (2021-10-10)
4524

4625
### BREAKING CHANGES
4726
- Required minimum SDK version is 16 ([#1095](https://github.com/parse-community/Parse-SDK-Android/pull/1095))
@@ -71,7 +50,7 @@ Support for Google Cloud Messaging (GCM) is removed, use Firebase Cloud Messagin
7150
### CI
7251
- Migrate from Travis CI to GitHub Actions (Asen Lekov) [#1095](https://github.com/parse-community/Parse-SDK-Android/pull/1095)
7352

74-
# 2.0.0-alpha.1
53+
## 2.0.0-alpha.1
7554

7655
### BREAKING CHANGES
7756
- Required minimum SDK version is 16
@@ -97,29 +76,29 @@ Support for Google Cloud Messaging (GCM) is removed, use Firebase Cloud Messagin
9776
### CI
9877
- Migrate from Travis CI to GitHub Actions (Asen Lekov) [#1095](https://github.com/parse-community/Parse-SDK-Android/pull/1095)
9978

100-
# 1.26.0
79+
## 1.26.0
10180
- fix TypeCastException when unlinking google account [#1076](https://github.com/parse-community/Parse-SDK-Android/pull/1076)
10281
- feature: KTX property delegation custom labels [#1066](https://github.com/parse-community/Parse-SDK-Android/pull/1066)
10382
- feature: Coroutine Task Wrapper [#1064](https://github.com/parse-community/Parse-SDK-Android/pull/1064)
10483
- Rename functions that cause shadow members [#1054](https://github.com/parse-community/Parse-SDK-Android/pull/1054)
10584

106-
# 1.25.0
85+
## 1.25.0
10786
> __BREAKING CHANGES__
10887
>
10988
> - 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).
11089
- Added RxJava module to transform `Task`s into RxJava types.
11190

112-
# 1.24.2
91+
## 1.24.2
11392
- 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)
11493

115-
# 1.24.1
94+
## 1.24.1
11695
> __WARNING__
11796
>
11897
> 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.
11998
12099
- Resolves issue around missing bolts-tasks dependency thanks to @rogerhu (#1025)
121100

122-
# 1.24.0
101+
## 1.24.0
123102
> __WARNING__
124103
>
125104
> 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.
@@ -129,52 +108,52 @@ Support for Google Cloud Messaging (GCM) is removed, use Firebase Cloud Messagin
129108
- Set to unknown name if version name is null (#1014) thanks to @Jawnnypoo
130109
- Fix signup method name (#1017) thanks to @Jawnnypoo
131110

132-
# 1.23.1
111+
## 1.23.1
133112
- Correction to OkHttp version thanks to @mtrezza
134113

135-
# 1.23.0
114+
## 1.23.0
136115
- Add Google login/signup support
137116
- Move Facebook and Twitter libraries to be modules within this library
138117
- Update Facebook login to use AndroidX
139118
- Add ability to update the server without having to reinitialize the client thanks to @mtrezza
140119

141-
# 1.22.1
120+
## 1.22.1
142121
Re-releasing since Jitpack failed. Same as 1.22.0
143122

144-
# 1.22.0
123+
## 1.22.0
145124
- Expose client destroy
146125
- Enhancement to ParseQuery kt operations
147126

148-
# 1.21.0
127+
## 1.21.0
149128
- Add coroutines support module
150129
- Fix bug in save user in batch
151130

152-
# 1.20.0
131+
## 1.20.0
153132
- Fix fetchAllIfNeeded and fetchAllIfNeededInBackground limit #939
154133
- Expose useful constants #930
155134
- ParseQuery extensions #929
156135
- 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.
157136

158-
# 1.19.0
137+
## 1.19.0
159138
- SDK now uses AndroidX and API 28
160139
- Kotlin Delegates
161140
- Fix StackOverflowError when merging ParseObject from JSON #896
162141

163-
# 1.18.5
142+
## 1.18.5
164143
- Fix for issue #886
165144

166-
# 1.18.4
145+
## 1.18.4
167146
- Fix issue with returning { "result": null } in cloud function (deserialized as JSONObject instead of null)
168147
- Remove deprecated methods in ParseAnalytics and ParsePush
169148
- Add findAll() method to ParseQuery which iterates and finds all ParseObjects for a query (no limit)
170149

171-
# 1.18.3
150+
## 1.18.3
172151
- Add ktx module and dependency, which adds some Kotlin extensions for easier Parse SDK usage.
173152

174-
# 1.18.2
153+
## 1.18.2
175154
- More things made public for LiveQuery support
176155

177-
# 1.18.1
156+
## 1.18.1
178157
- Make things public for LiveQuery support
179158

180159
# 1.18.0

0 commit comments

Comments
 (0)