Releases: ably/ably-java
Releases · ably/ably-java
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)
1.2.42
Full Changelog
Implemented enhancements:
- Implement the
attachOnSubscribe
channel option (TB4) #1027
Merged pull requests:
1.2.41
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.38
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
1.2.36
Full Changelog
Closed issues:
- Push Notification corner cases #993
- Protocol-v2: readd recoveryKey to make this a non-breaking change #868
Merged pull requests:
- [ECO-4706] fix: push notifications corner cases #994 (ttypic)
1.2.35
Full Changelog
Closed issues:
- Enable and fix tests in RealtimePresenceTest #869
Merged pull requests:
- Fix presence / ignored presence tests #989 (sacOO7)