Releases: ably/ably-java
Releases · ably/ably-java
1.2.52
Full Changelog
Closed issues:
Java-WebSocket
holds lock while invoking listeners, it may cause deadlock #1079
1.2.51
Full Changelog
Implemented enhancements:
- Made query params URL-encoded in the request API by default #1075
- Implemented RTN11d spec point #1074
1.2.50
Full Changelog
Closed issues:
- Warning on Android Proguard #1067
Implemented enhancements:
- Added internal Kotlin Wrapper for the SDK
1.2.49
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
Full Changelog
Closed issues:
- Flaky realtime tests for RealtimeChannelTest #1055
- [RTL13] Handle server sent
DETACHED
event #1051
Merged pull requests:
1.2.46
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
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
Full Changelog
Fixed bugs:
- Race condition when calling
AblyRealtime#connect()
on terminated state #1041
1.2.43
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)