Skip to content

Commit

Permalink
Bump version to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
paddybyers committed Dec 17, 2019
1 parent 596144f commit c90b41c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 11 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [v1.1.8](https://github.com/ably/ably-java/tree/v1.1.8)

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

**Fixed bugs:**

- Rework and reinstate invalid ConnectionManager tests [\#524](https://github.com/ably/ably-java/issues/524)
- 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)

**Merged pull requests:**

- Connectionmanager synchronisation refactor [\#539](https://github.com/ably/ably-java/pull/539) ([paddybyers](https://github.com/paddybyers))
- RealtimeChannelTest.transient\_publish\_connected: fix regression… [\#538](https://github.com/ably/ably-java/pull/538) ([paddybyers](https://github.com/paddybyers))
- Fix transient pub race [\#528](https://github.com/ably/ably-java/pull/528) ([paddybyers](https://github.com/paddybyers))
- \[WIP\] Fix some ConnectionManager tests [\#526](https://github.com/ably/ably-java/pull/526) ([amihaiemil](https://github.com/amihaiemil))

## [v1.1.7](https://github.com/ably/ably-java/tree/v1.1.7)

Note: this release reverts the changes in 1.1.6 due to regressions in that release, and is functionally identical to 1.1.5.

## [v1.1.6](https://github.com/ably/ably-java/tree/v1.1.6)

[Full Changelog](https://github.com/ably/ably-java/compare/v1.1.5...v1.1.6)
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ Reference the library by including a compile dependency reference in your gradle
For [Java](https://bintray.com/ably-io/ably/ably-java/_latestVersion):

```
compile 'io.ably:ably-java:1.1.6'
compile 'io.ably:ably-java:1.1.8'
```

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

```
compile 'io.ably:ably-android:1.1.6'
compile 'io.ably:ably-android:1.1.8'
```

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:
Expand Down Expand Up @@ -567,9 +567,9 @@ This library uses [semantic versioning](http://semver.org/). For each release, t

### Release notes

* Create a branch for the release, named like `release-1.1.6`
* Create a branch for the release, named like `release-1.1.8`
* 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
* 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`
* 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`
* Commit [CHANGELOG](./CHANGELOG.md)
* Add a tag and push to origin such as `git tag v1.1.0; git push origin v1.1.0`
* Make a PR against `develop`
Expand All @@ -583,12 +583,12 @@ This library uses [semantic versioning](http://semver.org/). For each release, t

### Publishing to JCenter (Maven)

* 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
* 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
* Run `./gradlew java:assembleRelease` locally to generate the files
* Open local relative folder such as `./java/build/release/1.1.6/io/ably/ably-java/1.1.6`
* 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
* 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.
* 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.
* Open local relative folder such as `./java/build/release/1.1.8/io/ably/ably-java/1.1.8`
* 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
* 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.
* 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.
* Update the README text in Bintray.

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

Similarly for the Android release at https://bintray.com/ably-io/ably/ably-android.
Run `gradle android:assembleRelease` locally to generate the files, and drag in the files in
`./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.
`./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.

## Support, feedback and troubleshooting

Expand Down
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repositories {
}

group = 'io.ably'
version = '1.1.6'
version = '1.1.8'
description = """Ably java client library"""

tasks.withType(Javadoc) {
Expand Down

0 comments on commit c90b41c

Please sign in to comment.