Skip to content

Releases: dsrees/JavaPhoenixClient

0.1.5

10 Feb 21:18
Compare
Choose a tag to compare

Fixed

  • #33 - ReconnectTimer was not initialized, preventing reconnect logic to take place. Thanks @AdamGrzybkowski

0.1.4

03 Dec 19:19
Compare
Choose a tag to compare

Fixed

  • #21 - NoClassDefFound error on android api<24. Thanks @scottymack
  • #26 - Fatal Exception: java.util.ConcurrentModificationException. Thanks to @dustinconrad and everyone else who helped with this one.

Changed

0.1.3

25 Oct 18:47
Compare
Choose a tag to compare

Added

  • [#13] response? parameter to onError callbacks
  • [#15] @SerializedName to each property in PhxMessage

Changed

  • onError no longer passes an optional throwable?, instead it is a safe throwable
  • [#4] PhxSocket can now accept an optional OkHttpClient parameter, allowing configuration

Fixed

  • [#16] isConnected would return true after an error

0.1.2

02 Aug 16:42
Compare
Choose a tag to compare

Fixes an IndexOutOfBounds error when attempting reconnects. Thanks @dpreussler for the fix

v0.1.1

17 Jul 18:35
Compare
Choose a tag to compare
  • Fixed an issue where the .off() function would remove the wrong event handlers

v0.1.0

17 Jul 13:35
Compare
Choose a tag to compare

Initial Release

This is the initial release of this library. It is highly experimental at this release and should be used knowing there are likely issues in the library.