Skip to content

Releases: ably/ably-java

1.2.27

27 Mar 15:56
deec71a
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • equals() for TokenDetails is broken #926
  • Long-lived connections are immediately transitioned to SUSPENDED after disconnection #925

Merged pull requests:

  • Suspend timer is set when transport is unavailable and last state was connected #928 (AndyTWF)
  • Fix equals() on token details #927 (ikbalkaya)

1.2.26

28 Feb 10:20
99a4ca6
Compare
Choose a tag to compare

What's Changed

  • Add reason to pending message instead of creating an ErrorInfo by @ikbalkaya in #922

Full Changelog: v1.2.25...v1.2.26

1.2.25

07 Feb 14:36
f4a3671
Compare
Choose a tag to compare

1.2.25

Full Changelog

Fixed bugs:

  • Released channel re-added to the channel map after DETACHED message #913

Merged pull requests:

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..).