Releases: ably/ably-java
Releases · ably/ably-java
1.1.7
1.1.6
This is a bugfix release.
Change Log
v1.1.6
Fixed bugs:
- Unexpected exception in WsClient causing connection errors #519
- bad rsv 4 error from WebsocketClient if transport is forced to close during handshake #503
- fromCipherKey does not match spec #492
Closed issues:
- HttpScheduler.AsyncRequest<T> Ignores withCredentials Parameter #517
- AblyRealtime should implement Autocloseable #514
Merged pull requests:
- Update websocket dependency #520 (paddybyers)
- Fixes in HttpScheduler.AsyncRequest #518 (amihaiemil)
- #514 AblyRealtime implements Autocloseable #515 (amihaiemil)
- ChannelOptions.withCipherKey + tests #513 (amihaiemil)
- Added test for #474 #511 (amihaiemil)
1.1.5
This is a bugfix release.
Change Log
v1.1.5
Fixed bugs:
- WebSocketTransport: don't null the wsConnection in onClose() #500 (paddybyers)
1.1.4
This is a bugfix release.
Change Log
v1.1.4
Merged pull requests:
- Connectionmanager deadlock fix #497 (paddybyers)
1.1.3
This is a bugfix release.
v1.1.3
Merged pull requests:
- Push: delete all locally persisted state when deregistering #494 (paddybyers)
- Async callback fix #493 (amsurana)
1.1.2
This is a bugfix release.
v1.1.2
Implemented enhancements:
- ConnectionManager: ensure that cached token details are cleared on any connection error #487 (paddybyers)
- Add interactive test notes to the README #486
Fixed bugs:
- Push problems with push-subscribe permission #484
- Push: LocaDevice.deviceSecret serialisation issue #480
- Push: LocalDevice.reset() doesn't clear persisted device state #478
- PUSH_ACTIVATE intent broadcast is not always sent when activating push #477
- Stop using deprecated FirebaseInstanceIdService #475
- Expired token never renewed #470
- Presence: fix a couple test regressions #490 (paddybyers)
Closed issues:
- Add RTN20 support - react to operating system network connectivity events #415
- Exceptions when attempting to send with null WsClient #447
Merged pull requests:
- README: add a note about the push example/test app #491 (paddybyers)
- Reenable REST publish tests that depend on idempotency #489 (paddybyers)
- Push fixes for 112 #485 (paddybyers)
- Local device reset fix #479 (amsurana)
1.0.14
This is a bugfix release.
v1.0.14
Merged pull requests:
- ConnectionManager: ensure that cached token details are cleared on any connection error #471 (paddybyers)
Fixed bugs:
- Expired token never renewed #470
1.1.1
Merged pull requests:
- NetworkConnectivity: ensure all accesses to listeners set are synchronised #469 (paddybyers)
- Truncated firebase ID (registration token) logging #466 (amsurana)
- Auth RSA4b1 spec update: conditional token validity check #463 (paddybyers)
- Add some notes about log options #461 (paddybyers)
- Feature matrix linked from README #458 (Srushtika)
Implemented enhancements:
- Improve handling of clock skew #462
Closed issues:
- ConcurrentModificationException in 1.1 when running multiple library instances #468
1.0.13
Merged pull requests:
- Auth RSA4b1 spec update: conditional token validity check #463 (paddybyers)
- Add some notes about log options #461 (paddybyers)
- Feature matrix linked from README #458 (Srushtika)
Implemented enhancements:
- Improve handling of clock skew #462
1.1.0
This is the first stable release supporting the Ably 1.1. library specification
v1.1.0
This 1.1 release brings many new features from 1.0:
- Transient publishing supported on channels
- Push notifications are now generally available
- Push target support is available for Android and iOS
- Experimental support for batch REST publishing
- Access to the Ably DSX
See the complete release notes at https://blog.ably.io/ablys-client-library-sdks-1-1-release-8165c73c76fd
Implemented enhancements:
- Android push implementation #308