You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Rework and reinstate invalid ConnectionManager tests [\#524](https://github.com/ably/ably-java/issues/524)
10
+
- After loss of connectivity, and transport closure due to timeout, the ConnectionManager still thinks the transport is active [\#495](https://github.com/ably/ably-java/issues/495)
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,13 @@ Reference the library by including a compile dependency reference in your gradle
30
30
For [Java](https://bintray.com/ably-io/ably/ably-java/_latestVersion):
31
31
32
32
```
33
-
compile 'io.ably:ably-java:1.1.6'
33
+
compile 'io.ably:ably-java:1.1.8'
34
34
```
35
35
36
36
For [Android](https://bintray.com/ably-io/ably/ably-android/_latestVersion):
37
37
38
38
```
39
-
compile 'io.ably:ably-android:1.1.6'
39
+
compile 'io.ably:ably-android:1.1.8'
40
40
```
41
41
42
42
The library is hosted on the [Jcenter repository](https://bintray.com/ably-io/ably), so you need to ensure that the repo is referenced also; IDEs will typically include this by default:
@@ -567,9 +567,9 @@ This library uses [semantic versioning](http://semver.org/). For each release, t
567
567
568
568
### Release notes
569
569
570
-
* Create a branch for the release, named like `release-1.1.6`
570
+
* Create a branch for the release, named like `release-1.1.8`
571
571
* Replace all references of the current version number with the new version number (check this file [README.md](./README.md) and [common.gradle](./common.gradle)) and commit the changes
572
-
* Run [`github_changelog_generator`](https://github.com/skywinder/Github-Changelog-Generator) to update the [CHANGELOG](./CHANGELOG.md): `github_changelog_generator -u ably -p ably-java --header-label="# Changelog" --release-branch=release-1.1.6 --future-release=v1.0.8`
572
+
* Run [`github_changelog_generator`](https://github.com/skywinder/Github-Changelog-Generator) to update the [CHANGELOG](./CHANGELOG.md): `github_changelog_generator -u ably -p ably-java --header-label="# Changelog" --release-branch=release-1.1.8 --future-release=v1.0.8`
573
573
* Commit [CHANGELOG](./CHANGELOG.md)
574
574
* Add a tag and push to origin such as `git tag v1.1.0; git push origin v1.1.0`
575
575
* Make a PR against `develop`
@@ -583,12 +583,12 @@ This library uses [semantic versioning](http://semver.org/). For each release, t
583
583
584
584
### Publishing to JCenter (Maven)
585
585
586
-
* Go to the home page for the package; eg https://bintray.com/ably-io/ably/ably-java. Select [New version](https://bintray.com/ably-io/ably/ably-java/new/version), enter the new version such as "1.1.6" in name and save
586
+
* Go to the home page for the package; eg https://bintray.com/ably-io/ably/ably-java. Select [New version](https://bintray.com/ably-io/ably/ably-java/new/version), enter the new version such as "1.1.8" in name and save
587
587
* Run `./gradlew java:assembleRelease` locally to generate the files
588
-
* Open local relative folder such as `./java/build/release/1.1.6/io/ably/ably-java/1.1.6`
589
-
* Then go to the new version in JFrog Bintray; eg https://bintray.com/ably-io/ably/ably-java/1.1.6, then click on the link to upload via the UI in the "Upload files" section
590
-
* Type in `io/ably/ably-java/1.1.6` into "Target Repository Path" ensuring the correct version is included. The drag in the files in `java/build/release/1.1.6/`. Upload all the `.jar` files and the `.pom` file.
591
-
* You will see a notice "You have 4 unpublished item(s) for this version", make sure you click "Publish". Wait a few minutes and check that your version has all the necessary files at https://bintray.com/ably-io/ably/ably-java/1.1.6?sort=&order=#files/io/ably/ably-java/1.1.6 for example.
588
+
* Open local relative folder such as `./java/build/release/1.1.8/io/ably/ably-java/1.1.8`
589
+
* Then go to the new version in JFrog Bintray; eg https://bintray.com/ably-io/ably/ably-java/1.1.8, then click on the link to upload via the UI in the "Upload files" section
590
+
* Type in `io/ably/ably-java/1.1.8` into "Target Repository Path" ensuring the correct version is included. The drag in the files in `java/build/release/1.1.8/`. Upload all the `.jar` files and the `.pom` file.
591
+
* You will see a notice "You have 4 unpublished item(s) for this version", make sure you click "Publish". Wait a few minutes and check that your version has all the necessary files at https://bintray.com/ably-io/ably/ably-java/1.1.8?sort=&order=#files/io/ably/ably-java/1.1.8 for example.
592
592
* Update the README text in Bintray.
593
593
594
594
### Create release on Github
@@ -597,7 +597,7 @@ This library uses [semantic versioning](http://semver.org/). For each release, t
597
597
598
598
Similarly for the Android release at https://bintray.com/ably-io/ably/ably-android.
599
599
Run `gradle android:assembleRelease` locally to generate the files, and drag in the files in
600
-
`./android/build/release/1.1.6/io/ably/ably-android/1.1.6`. In this case upload the `.jar` files, the `.pom` file and the `.aar` file.
600
+
`./android/build/release/1.1.8/io/ably/ably-android/1.1.8`. In this case upload the `.jar` files, the `.pom` file and the `.aar` file.
0 commit comments