Skip to content

Releases: ably/ably-java

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

1.0.12

13 Feb 16:21
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

1.0.11

17 Jan 11:34
Compare
Choose a tag to compare

This is a bugfix release.

v1.0.11

Full Changelog

Fixed bugs:

  • InternalError when attempting to create a reattach timer #452
  • Realtime Channel: exceptions thrown when attempting attach do not result in the client listener being called #448

Closed issues:

  • ConcurrentModificationException in 1.0 #321

Merged pull requests:

  • Make the Channels collection a ConcurrentHashMap to permit mutation o… #454 (paddybyers)
  • Wrap construction of Timer instances to handle exceptions … #453 (paddybyers)
  • Attach exception handling #449 (paddybyers)

1.1.0-RC1

13 Dec 09:56
Compare
Choose a tag to compare
1.1.0-RC1 Pre-release
Pre-release

Beta notice

This is a beta release of the Ably 1.1 library specification. A stable 1.1.0 release will be made in due course.

v1.1.0-RC1

Full Changelog

Implemented enhancements:

  • Android push implementation #308

1.0.10

13 Dec 06:47
Compare
Choose a tag to compare

v1.0.10

Full Changelog

Implemented enhancements:

  • Add support for remembered REST fallback host #431
  • Update idempotent REST according to spec #413

Closed issues:

  • EventEmitter: mutations of listeners within a listener callback shouldn't crash #424

Merged pull requests:

1.0.9

11 Dec 18:52
Compare
Choose a tag to compare

Closed issues:

  • Idempotent publishing is not enabled in the upcoming 1.1 release #438

Merged pull requests:

1.0.8

03 Nov 00:45
Compare
Choose a tag to compare

Changelog:
https://github.com/ably/ably-java/blob/master/CHANGELOG.md#v1.0.8

Release:
Java: https://bintray.com/ably-io/ably/ably-java/1.0.8
Android: https://bintray.com/ably-io/ably/ably-android/1.0.8

Implemented enhancements:

  • Ensure request method accepts UPDATE, PATCH & DELETE verbs #416

Fixed bugs:

  • Error in release mode due to missing proguard exclusion #427
  • Exception when failing to decode a message with unexpected payload type #425

v1.0.7

17 Aug 06:05
Compare
Choose a tag to compare

Changelog:
https://github.com/ably/ably-java/blob/master/CHANGELOG.md#v1.0.7

Release:
Java: https://bintray.com/ably-io/ably/ably-java/1.0.7
Android: https://bintray.com/ably-io/ably/ably-android/1.0.7

Closed issues:

  • IllegalStateException scheduling transport activity timer #418

Merged pull requests:

  • Handle exceptions in activity timer task, and when attempting to reschedule the timer #419 (paddybyers)