You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-40Lines changed: 19 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -20,28 +20,7 @@
20
20
* 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))
21
21
* 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))
* 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))
- Rename functions that cause shadow members [#1054](https://github.com/parse-community/Parse-SDK-Android/pull/1054)
105
84
106
-
# 1.25.0
85
+
##1.25.0
107
86
> __BREAKING CHANGES__
108
87
>
109
88
> - 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).
110
89
- Added RxJava module to transform `Task`s into RxJava types.
111
90
112
-
# 1.24.2
91
+
##1.24.2
113
92
- 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)
114
93
115
-
# 1.24.1
94
+
##1.24.1
116
95
> __WARNING__
117
96
>
118
97
> 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.
119
98
120
99
- Resolves issue around missing bolts-tasks dependency thanks to @rogerhu (#1025)
121
100
122
-
# 1.24.0
101
+
##1.24.0
123
102
> __WARNING__
124
103
>
125
104
> 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
129
108
- Set to unknown name if version name is null (#1014) thanks to @Jawnnypoo
130
109
- Fix signup method name (#1017) thanks to @Jawnnypoo
131
110
132
-
# 1.23.1
111
+
##1.23.1
133
112
- Correction to OkHttp version thanks to @mtrezza
134
113
135
-
# 1.23.0
114
+
##1.23.0
136
115
- Add Google login/signup support
137
116
- Move Facebook and Twitter libraries to be modules within this library
138
117
- Update Facebook login to use AndroidX
139
118
- Add ability to update the server without having to reinitialize the client thanks to @mtrezza
140
119
141
-
# 1.22.1
120
+
##1.22.1
142
121
Re-releasing since Jitpack failed. Same as 1.22.0
143
122
144
-
# 1.22.0
123
+
##1.22.0
145
124
- Expose client destroy
146
125
- Enhancement to ParseQuery kt operations
147
126
148
-
# 1.21.0
127
+
##1.21.0
149
128
- Add coroutines support module
150
129
- Fix bug in save user in batch
151
130
152
-
# 1.20.0
131
+
##1.20.0
153
132
- Fix fetchAllIfNeeded and fetchAllIfNeededInBackground limit #939
154
133
- Expose useful constants #930
155
134
- ParseQuery extensions #929
156
135
- 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.
157
136
158
-
# 1.19.0
137
+
##1.19.0
159
138
- SDK now uses AndroidX and API 28
160
139
- Kotlin Delegates
161
140
- Fix StackOverflowError when merging ParseObject from JSON #896
162
141
163
-
# 1.18.5
142
+
##1.18.5
164
143
- Fix for issue #886
165
144
166
-
# 1.18.4
145
+
##1.18.4
167
146
- Fix issue with returning { "result": null } in cloud function (deserialized as JSONObject instead of null)
168
147
- Remove deprecated methods in ParseAnalytics and ParsePush
169
148
- Add findAll() method to ParseQuery which iterates and finds all ParseObjects for a query (no limit)
170
149
171
-
# 1.18.3
150
+
##1.18.3
172
151
- Add ktx module and dependency, which adds some Kotlin extensions for easier Parse SDK usage.
0 commit comments