Skip to content

Releases: ably/ably-java

1.2.44

18 Oct 14:01
dc4d464
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Race condition when callingAblyRealtime#connect() on terminated state #1041

1.2.43

08 Oct 09:08
5155516
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Expand proxy support: Authenticated Proxy and Websockets (HTTP CONNECT tunnel) #120

Merged pull requests:

  • feat: introduced retry rules for flaky android push tests #1036 (ttypic)
  • feat: OkHttp implementation for making HTTP calls and WebSocket connections #1035 (ttypic)
  • chore: update gradle wrapper #1034 (ttypic)

1.2.42

18 Sep 17:53
ea94d2a
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Implement the attachOnSubscribe channel option (TB4) #1027

Merged pull requests:

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)