Releases: ably/ably-java
1.0.11
This is a bugfix release.
v1.0.11
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
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
Implemented enhancements:
- Android push implementation #308
1.0.10
v1.0.10
Implemented enhancements:
Closed issues:
- EventEmitter: mutations of
listenerswithin a listener callback shouldn't crash #424
Merged pull requests:
- Implemented RTE6a specification #444 (amsurana)
- Add .editorconfig #443 (paddybyers)
- Add support for bulk rest publish API #439 (paddybyers)
1.0.9
Closed issues:
- Idempotent publishing is not enabled in the upcoming 1.1 release #438
Merged pull requests:
- Expose msgpack serialisers/deserialisers for Message, PresenceMessage #440 (paddybyers)
- RTL6c: implement transient realtime publishing #436 (paddybyers)
- Implement idempotent REST publishing #435 (paddybyers)
- Add support for ErrorInfo.href (TI4/TI5) #434 (paddybyers)
- RSC15f: implement fallback affinity #433 (paddybyers)
- Pass the environment option into echoserver JWT requests #432 (paddybyers)
1.0.8
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:
v1.0.7
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
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
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:
- Fix problem with the asyncHttp threadpool #408 (paddybyers)
- Exit with a non zero code if any of the two suites (realtime or rest) fails #407 (funkyboy)
- Fix some flaky tests #406 (funkyboy)
- Fix cm thread exit #404 (paddybyers)
- Trigger Travis when a branch name ends with -ci #402 (funkyboy)
- Add fast forward description in release process #401 (funkyboy)
- Improve release description #400 (funkyboy)
v1.0.4
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
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:
- Prevent Travis timeout on Android tests #391 (funkyboy)
- Add connection freshness check #390 (funkyboy)
- Add connectionStateTtl #389 (funkyboy)
- Fix invalid data test #385 (funkyboy)
- Update README with supported platforms #380 (funkyboy)
- Fix creation of ErrorInfo when authCallback is invalid #378 (funkyboy)
- Use exception instead of deprecation notice #376 (funkyboy)
- Add/fix Travis tests #372 (funkyboy)
- Fix android:assembleRelease #370 (paddybyers)