Skip to content

Releases: ably/ably-java

1.5.0

28 Nov 11:13
c8c1f1e

Choose a tag to compare

What's Changed

  • Message Updates and Deletes API have been added in #1179
  • The default http client has been changed to OkHttp in #1180

1.4.2

30 Oct 14:43
4f354a8

Choose a tag to compare

  • Fixed an issue where async requests were not working after the realtime client reconnected following a manual close in #1176

1.4.1

22 Oct 13:02
6d66f58

Choose a tag to compare

What's Changed

  • Fixed an error in the log when data field in Message is null in #1168
  • Fixed an issue where presence would not send enter messages when the channel re-attaches after a disconnection in #1171
  • AddedtoString method in ChannelStateChange class for improved debugging in #1169
  • Fixed orphan Timer instances on release in #1173

1.4.0

27 Sep 10:53
13b8e2e

Choose a tag to compare

What's Changed

  • Protocol v4 support for enhanced message annotations and versioning #1163
  • Support for clipped client ID lists and enhanced aggregation handling #1164
  • Improved WebSocket transport lifecycle and activity management #1165

1.3.0

28 Aug 12:18
f94b846

Choose a tag to compare

Full Changelog

What's Changed

  • Introduces support for our new LiveObjects Plugin. LiveObjects provides a simple way to build collaborative applications with synchronized state across multiple clients in real-time.

Learn about Ably LiveObjects.
Getting started with LiveObjects in Java.

1.2.54

18 Jul 15:13
e6af916

Choose a tag to compare

Full Changelog

This release includes minor improvements and bug fixes.

Implemented enhancements:

  • Prevents NPE in the connectivity check #1111
  • Fixes async connection state transition side effects #1119

1.2.53

17 Jun 13:37
64a4d84

Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Adds ANNOTATION_PUBLISH and ANNOTATION_SUBSCRIBE channel modes
  • Adds support for message annotations via channel.annotations
  • The message action meta.occupancy is now renamed to meta. Similarly, MessageActions.META_OCCUPANCY is now MessageActions.META

1.2.52

01 Apr 12:07
aedfd9b

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

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

Choose a tag to compare

Full Changelog

Closed issues:

  • Warning on Android Proguard #1067

Implemented enhancements:

  • Added internal Kotlin Wrapper for the SDK