Skip to content

Commit c90b41c

Browse files
committed
Bump version to 1.1.8
1 parent 596144f commit c90b41c

3 files changed

Lines changed: 31 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## [v1.1.8](https://github.com/ably/ably-java/tree/v1.1.8)
4+
5+
[Full Changelog](https://github.com/ably/ably-java/compare/v1.1.6...v1.1.8)
6+
7+
**Fixed bugs:**
8+
9+
- 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)
11+
12+
**Merged pull requests:**
13+
14+
- Connectionmanager synchronisation refactor [\#539](https://github.com/ably/ably-java/pull/539) ([paddybyers](https://github.com/paddybyers))
15+
- RealtimeChannelTest.transient\_publish\_connected: fix regression… [\#538](https://github.com/ably/ably-java/pull/538) ([paddybyers](https://github.com/paddybyers))
16+
- Fix transient pub race [\#528](https://github.com/ably/ably-java/pull/528) ([paddybyers](https://github.com/paddybyers))
17+
- \[WIP\] Fix some ConnectionManager tests [\#526](https://github.com/ably/ably-java/pull/526) ([amihaiemil](https://github.com/amihaiemil))
18+
19+
## [v1.1.7](https://github.com/ably/ably-java/tree/v1.1.7)
20+
21+
Note: this release reverts the changes in 1.1.6 due to regressions in that release, and is functionally identical to 1.1.5.
22+
323
## [v1.1.6](https://github.com/ably/ably-java/tree/v1.1.6)
424

525
[Full Changelog](https://github.com/ably/ably-java/compare/v1.1.5...v1.1.6)

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Reference the library by including a compile dependency reference in your gradle
3030
For [Java](https://bintray.com/ably-io/ably/ably-java/_latestVersion):
3131

3232
```
33-
compile 'io.ably:ably-java:1.1.6'
33+
compile 'io.ably:ably-java:1.1.8'
3434
```
3535

3636
For [Android](https://bintray.com/ably-io/ably/ably-android/_latestVersion):
3737

3838
```
39-
compile 'io.ably:ably-android:1.1.6'
39+
compile 'io.ably:ably-android:1.1.8'
4040
```
4141

4242
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
567567

568568
### Release notes
569569

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`
571571
* 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`
573573
* Commit [CHANGELOG](./CHANGELOG.md)
574574
* Add a tag and push to origin such as `git tag v1.1.0; git push origin v1.1.0`
575575
* Make a PR against `develop`
@@ -583,12 +583,12 @@ This library uses [semantic versioning](http://semver.org/). For each release, t
583583

584584
### Publishing to JCenter (Maven)
585585

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
587587
* 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.
592592
* Update the README text in Bintray.
593593

594594
### Create release on Github
@@ -597,7 +597,7 @@ This library uses [semantic versioning](http://semver.org/). For each release, t
597597

598598
Similarly for the Android release at https://bintray.com/ably-io/ably/ably-android.
599599
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.
601601

602602
## Support, feedback and troubleshooting
603603

common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repositories {
44
}
55

66
group = 'io.ably'
7-
version = '1.1.6'
7+
version = '1.1.8'
88
description = """Ably java client library"""
99

1010
tasks.withType(Javadoc) {

0 commit comments

Comments
 (0)