Skip to content

Releases: ably/ably-java

1.2.31

06 Jul 15:14
28ffd6b

Choose a tag to compare

Full Changelog

Fixed bugs:

  • Update error code for channel attachment timed out #959
  • Update error code for message decoding failure #958
  • Fix incremental backoff while reconnecting #954
  • Add suspendedRetryTimeout and httpMaxRetryDuration client options #956

Merged pull requests:

  • fix: use appropriate error code for channel attachment timeout #961 (AndyTWF)
  • fix: use error code 40013 for message decoding failures #960 (AndyTWF)
  • Fix incremental backoff jitter #955 (sacOO7)
  • Add missing clientOptions #957 (sacOO7)

1.2.30

07 Jun 13:43
c3f438a

Choose a tag to compare

Full Changelog

Fixed bugs:

  • Connection manager switches to fallback hosts on close #950

Merged pull requests:

  • fix: fallback hosts always being used on transport error #951 (AndyTWF)

1.2.29

17 May 11:35
52318c1

Choose a tag to compare

Full Changelog

Fixed bugs:

  • RTN23a: Transport not disconnecting after TTL passed #932

Merged pull requests:

  • fix: transport not disconnecting after ttl passed #939 (AndyTWF)
  • fix(ConnectionManager): don't check state before sending close message #938 (owenpearson)

1.2.28

05 May 10:48
170e21f

Choose a tag to compare

Full Changelog

Fixed bugs:

  • Realtime with authUrl with token in query string fails to connect #935

1.2.27

27 Mar 15:56
deec71a

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

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

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

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

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

Choose a tag to compare

Full Changelog

Merged pull requests: