|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [v0.8.0](https://github.com/ably/ably-java/tree/v0.8.0) (2015-05-07) |
| 3 | +## [v0.8.1](https://github.com/ably/ably-java/tree/v0.8.1) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/ably/ably-java/compare/v0.8.0...v0.8.1) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Travis.CI support [\#4](https://github.com/ably/ably-java/issues/4) |
| 10 | + |
| 11 | +**Fixed bugs:** |
| 12 | + |
| 13 | +- Gradle build should be able to build library without Android SDK installed [\#46](https://github.com/ably/ably-java/issues/46) |
| 14 | + |
| 15 | +- Token authentication "Request mac doesn't match" [\#40](https://github.com/ably/ably-java/issues/40) |
| 16 | + |
| 17 | +- Re-enable temporarily disabled test [\#31](https://github.com/ably/ably-java/issues/31) |
| 18 | + |
| 19 | +- Travis.CI support [\#4](https://github.com/ably/ably-java/issues/4) |
| 20 | + |
| 21 | +**Closed issues:** |
4 | 22 |
|
5 | | -[Initial implementation of client library specification 0.8](http://docs.ably.io/client-lib-development-guide/features/) |
| 23 | +- Re-enable temporarily disabled test [\#32](https://github.com/ably/ably-java/issues/32) |
| 24 | + |
| 25 | +- Additional encoding / decoding tests [\#1](https://github.com/ably/ably-java/issues/1) |
| 26 | + |
| 27 | +**Merged pull requests:** |
| 28 | + |
| 29 | +- Async http [\#59](https://github.com/ably/ably-java/pull/59) ([paddybyers](https://github.com/paddybyers)) |
| 30 | + |
| 31 | +- changes to run provided RestInit test case [\#58](https://github.com/ably/ably-java/pull/58) ([gorodechnyj](https://github.com/gorodechnyj)) |
| 32 | + |
| 33 | +- Allow connection manager thread to exit when closed or failed, and re… [\#50](https://github.com/ably/ably-java/pull/50) ([paddybyers](https://github.com/paddybyers)) |
| 34 | + |
| 35 | +- Add script for running tests in CI [\#49](https://github.com/ably/ably-java/pull/49) ([lmars](https://github.com/lmars)) |
| 36 | + |
| 37 | +- Publish implicit attach [\#48](https://github.com/ably/ably-java/pull/48) ([paddybyers](https://github.com/paddybyers)) |
| 38 | + |
| 39 | +- Make inclusion of android-test project conditional on whether or not … [\#47](https://github.com/ably/ably-java/pull/47) ([paddybyers](https://github.com/paddybyers)) |
| 40 | + |
| 41 | +- RSC1 and RSC2 - initialisation and default logging behaviour [\#43](https://github.com/ably/ably-java/pull/43) ([iliyakostadinov](https://github.com/iliyakostadinov)) |
| 42 | + |
| 43 | +- Key length case and ably common [\#35](https://github.com/ably/ably-java/pull/35) ([mattheworiordan](https://github.com/mattheworiordan)) |
| 44 | + |
| 45 | +## [v0.8.0](https://github.com/ably/ably-java/tree/v0.8.0) (2015-05-07) |
6 | 46 |
|
7 | 47 | **Implemented enhancements:** |
8 | 48 |
|
|
0 commit comments