Skip to content

Releases: ably/ably-java

1.1.9

03 Mar 13:58
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

  • ConnectionManager.checkConnectivity() fails every time for Android 9 #541
  • ably-java sometimes failing to decrypt Messages #531
  • Channels visibility improvements #558 (QuintinWillison)
  • ConnectionManager: use HTTPS for the internet-up check #542 (paddybyers)

Closed issues:

  • Remove develop branch #547

Merged pull requests:

  • Get AndroidPushTest to pass again #553 (tcard)
  • Fix reference to param that wasn't updated when param name changed. #552 (tcard)

1.1.8

03 Mar 14:01
Compare
Choose a tag to compare

Full Changelog

Fixed bugs:

  • Rework and reinstate invalid ConnectionManager tests #524
  • After loss of connectivity, and transport closure due to timeout, the ConnectionManager still thinks the transport is active #495

Merged pull requests:

1.1.8 RC 1

17 Dec 12:22
Compare
Choose a tag to compare
1.1.8 RC 1 Pre-release
Pre-release

This is a release candidate for the 1.1.8 release.

Change Log

v1.1.8

Full Changelog

Fixed bugs:

  • Rework and reinstate invalid ConnectionManager tests #524
  • After loss of connectivity, and transport closure due to timeout, the ConnectionManager still thinks the transport is active #495

Merged pull requests:

1.1.7

04 Dec 11:31
Compare
Choose a tag to compare

v1.1.7

Note: this release reverts the changes in 1.1.6 due to regressions in that release, and is functionally identical to 1.1.5.

1.1.6

15 Nov 23:34
Compare
Choose a tag to compare

This is a bugfix release.

Change Log

v1.1.6

Full Changelog

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:

1.1.5

17 Oct 12:39
Compare
Choose a tag to compare

This is a bugfix release.

Change Log

v1.1.5

Full Changelog

Fixed bugs:

  • WebSocketTransport: don't null the wsConnection in onClose() #500 (paddybyers)

1.1.4

12 Oct 23:20
Compare
Choose a tag to compare

This is a bugfix release.

Change Log

v1.1.4

Full Changelog

Merged pull requests:

1.1.3

20 Jul 23:21
Compare
Choose a tag to compare

This is a bugfix release.

v1.1.3

Full Changelog

Merged pull requests:

1.1.2

11 Jul 17:07
Compare
Choose a tag to compare

This is a bugfix release.

v1.1.2

Full Changelog

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:

1.0.14

24 Apr 09:49
Compare
Choose a tag to compare

This is a bugfix release.

v1.0.14

Full Changelog

Merged pull requests:

  • ConnectionManager: ensure that cached token details are cleared on any connection error #471 (paddybyers)

Fixed bugs:

  • Expired token never renewed #470