Releases: parse-community/ParseLiveQuery-Android
Releases · parse-community/ParseLiveQuery-Android
1.2.2
1.2.1
Parse SDK update
- Upgrade to avoid depending on outdated Bolts (#107)
1.1.0
1.0.6
- Safely call close on the websocket client with synchronized calls
thanks to @mmimeault (#83)
See 1.0.5...1.0.6 for full changelog
1.0.5
- Back the subscriptions by a thread safe collection map thanks to @mmimeault (#80)
See 1.0.4...1.0.5 for full changelog
1.0.4
- Change package name thanks to @hermanliang (#64)
See 1.0.3...1.0.4 for full changelog
1.0.3
1.0.2
1.0.1
- getClient() method can get URL inferred from Parse.initialize() call thanks to @hermanliang (#30)
- Bump to support Android API 25 (#32)
- Bump to Parse Android 1.14.1 dependency (#32).
- Switch from TubeSock library to OkHttp3 web scokets (#28)
- Fix Locale lint errors thanks to @jhansche (#23)
- Connect/disconnect on background executor thanks to @jhansche
(#22) - Refactor ParseLiveQueryClient not to be typed thanks to @jhansche (#27)