Skip to content

Releases: ably/ably-java

1.0.11

17 Jan 11:34

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

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

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

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

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

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)

v1.0.6

25 Jul 12:11

Choose a tag to compare

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

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

Fixed bugs:

  • ably-java gets into a channel attach retry loop #410

Merged pull requests:

  • RTL13b: ensure that detached+error responses form the server do not result in a busy loop of attach requests #411 (paddybyers)

1.0.5

17 Jul 22:45

Choose a tag to compare

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

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

Fixed bugs:

  • Async HTTP thread pool issues #405

Merged pull requests:

v1.0.4

22 Jun 16:25

Choose a tag to compare

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

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

Implemented enhancements:

  • Add support for JWT #384
  • Allow to specify a message id when publishing a message with REST #396 (paddybyers)

Closed issues:

  • Maven devpendency failed #383

v1.0.3

18 May 16:25

Choose a tag to compare

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

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

Implemented enhancements:

  • Document supported platforms #363

Fixed bugs:

  • Received messages have no event names #366
  • Tests failing because of "no output in the last 10m" #330

Merged pull requests: