Ably Java Versions Save

Java, Android, Clojure and Scala client library SDK for Ably realtime messaging service

v1.2.38

2 weeks ago

Full Changelog

Fixed bugs:

  • v1.2.34-v1.2.37 are incompatible with Android API versions < 24 #1004
  • REST client not attempting fallback hosts upon httpOpenTimeout expiry #997

Closed issues:

  • Gracefully shutdown Ably resources #917
  • Read timed out #850

v1.2.37

1 month ago

Full Changelog

Fixed bugs:

  • Fix HttpRequest & HttpRetry timeouts #310

v1.2.36

1 month ago

Full Changelog

Closed issues:

  • Push Notification corner cases #993
  • Protocol-v2: readd recoveryKey to make this a non-breaking change #868

Merged pull requests:

  • [ECO-4706] fix: push notifications corner cases #994 (ttypic)

v1.2.35

2 months ago

Full Changelog

Closed issues:

  • Enable and fix tests in RealtimePresenceTest #869

Merged pull requests:

  • Fix presence / ignored presence tests #989 (sacOO7)

v1.2.34

3 months ago

Full Changelog

Fixed bugs:

  • Should send DETACH after receiving ATTACHED while in the DETACHING or DETACHED state (RTL5k) #846

Closed issues:

  • LocalDevice reset will cause ClassCastException #985
  • Implement no-connection-serial #981
  • DeviceSecret key is required by protocol v2.0 #845

Merged pull requests:

v1.2.33

6 months ago

Full Changelog

Closed issues:

  • Throw exception on released Ably Channel methods #971

Merged pull requests:

  • fix: prevent reattaching of detached channels #977 (ttypic)
  • feat: throw exception when trying to attach on released channel #973 (ttypic)
  • fix: deviceId and deviceToken consistence #972 (ttypic)

v1.2.32

8 months ago

Full Changelog

Fixed bugs:

  • Create Cipher instance in place, do not store it in ChannelOptions #969
  • Late Disconnection #937

Closed issues:

  • Stack traces not being sent to error logs #963

v1.2.31

10 months ago

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)

v1.2.30

11 months ago

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)

v1.2.29

1 year ago

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)