Skip to content

Releases: ably/ably-java

1.2.41

19 Jul 09:45
2ac824d
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • For REST clients, all requests should include an X-Ably-ClientId header when basic auth is to be used (RSA7e2) #1015

Merged pull requests:

  • chore(Auth): get rid of unnecessary padding removal for Auth tokens #1021 (ttypic)
  • feat: add Google SDK console verification #1020 (ttypic)
  • feat: include X-Ably-ClientId for each request (RSA7e2) #1019 (ttypic)

1.2.40

21 Jun 08:04
6b4996e
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Connection remains open when close is sent immediately #1012

1.2.39

03 Jun 16:28
93adeff
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • onMessage Exception #1009

1.2.38

14 May 08:23
d3bf7a4
Compare
Choose a tag to compare

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

1.2.37

10 Apr 09:14
b2e6b22
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Fix HttpRequest & HttpRetry timeouts #310

1.2.36

04 Apr 08:49
b36e865
Compare
Choose a tag to compare

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)

1.2.35

04 Mar 21:20
f706160
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Enable and fix tests in RealtimePresenceTest #869

Merged pull requests:

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

1.2.34

27 Feb 13:45
0af4d4e
Compare
Choose a tag to compare

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:

1.2.33

24 Nov 16:25
72992c9
Compare
Choose a tag to compare

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)

1.2.32

29 Sep 18:04
442e82e
Compare
Choose a tag to compare

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