Releases: ably/ably-java
Releases · ably/ably-java
1.5.0
28 Nov 11:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.2.54
18 Jul 15:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Full Changelog
Closed issues:
Java-WebSocket holds lock while invoking listeners, it may cause deadlock #1079
1.2.51
18 Mar 11:09
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Full Changelog
Closed issues:
Warning on Android Proguard #1067
Implemented enhancements:
Added internal Kotlin Wrapper for the SDK