Skip to content

Releases: ably/ably-java

1.2.47

11 Dec 11:52
0a1c8bf
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Java SDK - Duplicate messages on rewind after 1.2.34 #1050

1.2.46

29 Nov 09:23
aad1c87
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • New experimental Message fields (action, serial, createdAt) have been added.
    Note: These fields are not stable and are introduced to support the Chat SDK.
    Use with caution, as they may change in future releases.

1.2.45

21 Nov 12:43
1ba7723
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • [RTL5] Incomplete spec implementation for channel DETACH/ATTACH #1045
  • [RTL7h] Throw exception for optional callback #1040

Merged pull requests:

  • [ECO-5117] Fix channel ATTACH/DETACH state checks #1046 (sacOO7)

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