Releases: ably/ably-java
1.2.24
1.2.23
1.2.22
Merged pull requests:
- Skip checking WS hostname when not using SSL #883 (cruickshankpg)
1.2.21
Fixed bugs:
- Presence.endSync throws NullPointerException when processing a message #853
Merged pull requests:
1.2.20
Sorry for the release noise, but the big fix we thought we had made in 1.2.19 turned out not to fix the problem...
Second Attempt at Bug Fix:
Automatic presence re-enter after network connection is back does not work #857 in Revert to protocol 1.0 #864 (QuintinWillison)
1.2.19
Implemented enhancements:
Fixed bugs:
- Automatic presence re-enter after network connection is back does not work #857 in Revert to protocol 1.1 #858 (KacperKluka)
1.2.18
This release improves our Javadoc API commentaries for this SDK. Other than that, there are no functional changes (features, bug fixes, etc..).
1.2.17
Fixed bugs:
- RSA4d is not implemented correctly #829
- JSONUtilsObject.add() silently discards data of unsupported type #501
Merged pull requests:
- Fail Ably connection if auth callback throws specific errors #834 (KacperKluka)
1.2.16
1.2.15
In this release we have added a new method that provides a completion handler for renewing an authentication token.
We also updated the documentation to clarify the thread policy for public method callbacks.
- A new
renewAuth
method was added toAuth
and therenew
method was deprecated
Implemented enhancements:
Fixed bugs:
- Early return from onAuthUpdated creates issues #814
Closed issues:
- Invalid method implementation in README #819
- Document which thread is whole SDK or callbacks using #800
Merged pull requests: