From 7858ce8b72c86f8299522ef2a2506ec418158646 Mon Sep 17 00:00:00 2001 From: "pawel.urban" Date: Fri, 17 Nov 2017 12:07:41 +0100 Subject: [PATCH] Updated Changelog and Readmes. Release 1.4.3. --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- gradle.properties | 2 +- mockrxandroidble/README.md | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ec49f07..6dbbca1fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Change Log ========== +Version 1.4.3 +* Log informing that the underlying semaphore in a QueueSemaphore has been interrupted will be printed only when the situation was unexpected.(https://github.com/Polidea/RxAndroidBle/issues/317) +* Fixed possible race condition when calling `.doOnSubscribe()` and `.doOnUnsubscribe()` which lead to calling `ConnectionOperationQueueImpl.onConnectionUnsubscribed()` before the `.onConnectionSubscribed()` has returned. (https://github.com/Polidea/RxAndroidBle/issues/308) +* Updated RxJava dependency (https://github.com/Polidea/RxAndroidBle/issues/312) +* Updated to Gradle 3.0.0/Android Studio 3.0 (https://github.com/Polidea/RxAndroidBle/issues/302) +* Nicer exception messages (https://github.com/Polidea/RxAndroidBle/issues/303) Version 1.4.2 * Fixed MTU value not being updated when changed by the peripheral (https://github.com/Polidea/RxAndroidBle/issues/293) diff --git a/README.md b/README.md index 7440382fa..582fd8db2 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Complete usage examples are located in `/sample` [GitHub repo](https://github.co ### Gradle ```groovy -compile "com.polidea.rxandroidble:rxandroidble:1.4.2" +compile "com.polidea.rxandroidble:rxandroidble:1.4.3" ``` ### Maven @@ -330,7 +330,7 @@ compile "com.polidea.rxandroidble:rxandroidble:1.4.2" com.polidea.rxandroidble rxandroidble - 1.4.2 + 1.4.3 aar ``` diff --git a/gradle.properties b/gradle.properties index d8e8b0e2f..cfc3bf108 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.polidea.rxandroidble -VERSION_NAME=1.4.3-SNAPSHOT +VERSION_NAME=1.4.3 POM_DESCRIPTION=RxJava backed support for Bluetooth Low Energy in Android diff --git a/mockrxandroidble/README.md b/mockrxandroidble/README.md index c45bcee02..45575e967 100644 --- a/mockrxandroidble/README.md +++ b/mockrxandroidble/README.md @@ -40,7 +40,7 @@ Get MockRxAndroidBle via Maven: com.polidea.rxandroidble mockclient - 1.4.2 + 1.4.3 aar ``` @@ -48,7 +48,7 @@ Get MockRxAndroidBle via Maven: or via Gradle ```groovy -compile "com.polidea.rxandroidble:mockclient:1.4.2" +compile "com.polidea.rxandroidble:mockclient:1.4.3" ``` ### License