Releases: dsrees/JavaPhoenixClient
Releases · dsrees/JavaPhoenixClient
0.1.5
Fixed
- #33 - ReconnectTimer was not initialized, preventing reconnect logic to take place. Thanks @AdamGrzybkowski
0.1.4
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
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
Fixes an IndexOutOfBounds
error when attempting reconnects. Thanks @dpreussler for the fix
v0.1.1
- Fixed an issue where the
.off()
function would remove the wrong event handlers
v0.1.0
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.