Skip to content

Releases: parse-community/ParseLiveQuery-Android

1.2.2

23 Jul 18:06
6eaaad6
Compare
Choose a tag to compare

1.2.1

07 Jul 16:17
095dae0
Compare
Choose a tag to compare

Parse SDK update

17 May 15:07
b7e9261
Compare
Choose a tag to compare
  • Upgrade to avoid depending on outdated Bolts (#107)

1.1.0

23 Jul 15:28
508b9a0
Compare
Choose a tag to compare
  • Repackage from com.parse to com.parse.livequery
  • Bumps to use the latest dependency on JitPack for compatibility

1.0.6

16 Apr 16:00
Compare
Choose a tag to compare
  • 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

28 Mar 15:26
564466c
Compare
Choose a tag to compare
  • 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

01 Jun 08:06
Compare
Choose a tag to compare

See 1.0.3...1.0.4 for full changelog

1.0.3

04 May 22:08
Compare
Choose a tag to compare
  • Fix race condition by ensuring that op=connected has been received before sending a new subscribe event thanks to @jhansche (#48)

1.0.2

29 Mar 20:49
Compare
Choose a tag to compare
  • Dispatch better disconnect events thanks to @jhansche (#39)

1.0.1

27 Mar 21:10
Compare
Choose a tag to compare
  • 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)