Skip to content

Releases: ably/ably-java

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

1.1.1

10 Apr 21:54
Compare
Choose a tag to compare
1.1.1 Pre-release
Pre-release

Full Changelog

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

10 Apr 21:18
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

Implemented enhancements:

  • Improve handling of clock skew #462

1.1.0

13 Feb 16:59
Compare
Choose a tag to compare

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:

See the complete release notes at https://blog.ably.io/ablys-client-library-sdks-1-1-release-8165c73c76fd

Full Changelog

Implemented enhancements:

  • Android push implementation #308