Skip to content

Releases: ably/ably-java

1.2.52

01 Apr 12:07
aedfd9b
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Java-WebSocket holds lock while invoking listeners, it may cause deadlock #1079

1.2.51

18 Mar 11:09
64575b8
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Made query params URL-encoded in the request API by default #1075
  • Implemented RTN11d spec point #1074

1.2.50

25 Feb 12:08
971ce85
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Warning on Android Proguard #1067

Implemented enhancements:

  • Added internal Kotlin Wrapper for the SDK

1.2.49

10 Feb 13:22
fd12be9
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Support message edits and deletes #1058

Merged pull requests:

  • chore: upgrade github actions versions #1061 (ttypic)
  • [ECO-5193] Support message edits and deletes #1059 (sacOO7)

1.2.48

13 Jan 17:41
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Flaky realtime tests for RealtimeChannelTest #1055
  • [RTL13] Handle server sent DETACHED event #1051

Merged pull requests:

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)