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
- Update OkHttp version to allow for future Android API 30 compilation
6
+
- Compile with Android 29
7
+
- Update Facebook Login dependency to 6.1.0
8
+
- Add nullability annotations to `ParseCloud`
9
+
10
+
### 1.23.1
11
+
- Correction to OkHttp version thanks to @mtrezza
12
+
13
+
### 1.23.0
14
+
- Add Google login/signup support
15
+
- Move Facebook and Twitter libraries to be modules within this library
16
+
- Update Facebook login to use AndroidX
17
+
- Add ability to update the server without having to reinitialize the client thanks to @mtrezza
18
+
19
+
### 1.22.1
20
+
Re-releasing since Jitpack failed. Same as 1.22.0
21
+
22
+
### 1.22.0
23
+
- Expose client destroy
24
+
- Enhancement to ParseQuery kt operations
25
+
26
+
### 1.21.0
27
+
- Add coroutines support module
28
+
- Fix bug in save user in batch
29
+
30
+
### 1.20.0
31
+
- Fix fetchAllIfNeeded and fetchAllIfNeededInBackground limit #939
32
+
- Expose useful constants #930
33
+
- ParseQuery extensions #929
34
+
- 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.
35
+
36
+
### 1.19.0
37
+
- SDK now uses AndroidX and API 28
38
+
- Kotlin Delegates
39
+
- Fix StackOverflowError when merging ParseObject from JSON #896
40
+
41
+
### 1.18.5
42
+
- Fix for issue #886
43
+
44
+
### 1.18.4
45
+
- Fix issue with returning { "result": null } in cloud function (deserialized as JSONObject instead of null)
46
+
- Remove deprecated methods in ParseAnalytics and ParsePush
47
+
- Add findAll() method to ParseQuery which iterates and finds all ParseObjects for a query (no limit)
48
+
49
+
### 1.18.3
50
+
- Add ktx module and dependency, which adds some Kotlin extensions for easier Parse SDK usage.
51
+
52
+
### 1.18.2
53
+
- More things made public for LiveQuery support
54
+
55
+
### 1.18.1
56
+
- Make things public for LiveQuery support
57
+
58
+
### 1.18.0
59
+
- Annotate ParseObject with nullability thanks to @kurtisnelson and @Jawnnypoo
60
+
- Remove deprecated refresh() method from ParseObject
61
+
- Partial string match thanks to @rogerhu
62
+
- Fix delete, save eventually, and findAllPinned issues thanks to @dangtz
0 commit comments