Skip to content

Releases: ably/ably-java

1.2.24

02 Feb 11:56
c3c928f
Compare
Choose a tag to compare

1.2.24

Full Changelog

Fixed bugs:

  • Presence messages superseded whilst channel in attaching state #908
  • A failed resume incorrectly retries queued messages prior to reattachment #905
  • Pending messages are not failed when transitioning to suspended #904

1.2.23

25 Jan 18:48
e57183f
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Re-attach fails due to previous detach request #885
  • Lib is not re-sending pending messages on new transport after a resume #474

Merged pull requests:

1.2.22

05 Jan 10:36
9786de6
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

1.2.21

12 Dec 10:56
8c619a6
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Presence.endSync throws NullPointerException when processing a message #853

Merged pull requests:

  • added null check to prevent NullPointerExceptions #873 (davyskiba)

1.2.20

24 Nov 14:25
bbb2353
Compare
Choose a tag to compare

Full Changelog

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

23 Nov 16:48
2d0d542
Compare
Choose a tag to compare

Full Changelog

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

23 Sep 16:08
2775178
Compare
Choose a tag to compare

Full Changelog

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

20 Sep 14:46
27ca8fb
Compare
Choose a tag to compare

Full Changelog

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

19 Jul 13:43
ac5314e
Compare
Choose a tag to compare

In this release, we have fixed a bug that was introduced in 1.2.15 that caused the SDK to return early from the
Auth.renewAuth method.

  • call waiter.close() after breaking from while loop #825 (ikbalkaya)

1.2.15

11 Jul 17:22
361ee12
Compare
Choose a tag to compare

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 to Auth and the renew 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:

  • Update onChannelStateChanged readme with current implementation #820 (qsdigor)
  • Document thread policy for callbacks and add missing documentation for callbacks #818 (qsdigor)