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
> This release requires Parse Android SDK >=`1.24.2` as dependency because of the transient depencency on the internalized bolts module.
9
+
- CHANGE: Changed bolts references to use internalized bolts depedency. See [#1036](https://github.com/parse-community/Parse-SDK-Android/issues/1036) for details. Thanks to [Manuel Trezza](https://github.com/mtrezza)
10
+
11
+
### 1.2.0
12
+
- Upgrade to avoid depending on outdated Bolts (#107)
13
+
14
+
### 1.1.0
15
+
- Repackage from com.parse to com.parse.livequery
16
+
- Bumps to use the latest dependency on JitPack for compatibility
17
+
18
+
### 1.0.6
19
+
- Safely call close on the websocket client with synchronized calls
20
+
thanks to @mmimeault (#83)
21
+
22
+
### 1.0.5
23
+
- Back the subscriptions by a thread safe collection map thanks to @mmimeault (#80)
24
+
25
+
### 1.0.4
26
+
- Change package name thanks to @hermanliang (#64)
27
+
28
+
### 1.0.3
29
+
- Fix race condition by ensuring that op=connected has been received before sending a new subscribe event thanks to @jhansche (#48)
30
+
31
+
### 1.0.2
32
+
- Dispatch better disconnect events thanks to @jhansche (#39)
33
+
34
+
### 1.0.1
35
+
- getClient() method can get URL inferred from Parse.initialize() call thanks to @hermanliang (#30)
36
+
- Bump to support Android API 25 (#32)
37
+
- Bump to Parse Android 1.14.1 dependency (#32).
38
+
- Switch from TubeSock library to OkHttp3 web scokets (#28)
39
+
- Fix Locale lint errors thanks to @jhansche (#23)
40
+
- Connect/disconnect on background executor thanks to @jhansche (#22)
41
+
- Refactor ParseLiveQueryClient not to be typed thanks to @jhansche (#27)
0 commit comments