Skip to content

Releases: dsrees/JavaPhoenixClient

0.1.5

Choose a tag to compare

@dsrees dsrees released this 10 Feb 21:18

Fixed

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

0.1.4

Choose a tag to compare

@dsrees dsrees released this 03 Dec 19:19

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

Choose a tag to compare

@dsrees dsrees released this 25 Oct 18:47

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

Choose a tag to compare

@dsrees dsrees released this 02 Aug 16:42

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

v0.1.1

Choose a tag to compare

@dsrees dsrees released this 17 Jul 18:35
  • Fixed an issue where the .off() function would remove the wrong event handlers

v0.1.0

Choose a tag to compare

@dsrees dsrees released this 17 Jul 13:35

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.