From f5c03e0a4d5ab1140082fa128096ebf3bcd80594 Mon Sep 17 00:00:00 2001 From: "Kenneth J. Shackleton" Date: Wed, 7 Jul 2021 15:17:43 +0100 Subject: [PATCH] Version 0.13.4 and change log. Signed-off-by: Kenneth J. Shackleton --- CHANGELOG.md | 14 ++++++++++++++ gradle.properties | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c967dfa3..672fc980ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ Change Log ========== +## Version 0.13.4 + +### Fixes + +* Close the `SingleObjectPool` factory under the pool's lock to make clear locally that all races with creating the connection while closing the pool really are avoided. The pool being closed means the database has been closed too and the sole connection should be idle. Any waiters trying to acquire this connection post-close will raise an exception, meaning there's no contention for the pool lock and no added delay clearing the key. + +### Dependencies + +* Android Gradle Plugin 4.2.2. +* Android NDK 21.4.7075529. +* Gradle 7.1.1. +* Licensee 1.1.0. +* Nexus Sonatype Gradle Plugin 1.1.0. + ## Version 0.13.3 ### Fixes diff --git a/gradle.properties b/gradle.properties index 8e2d9154bc..2d5c114a7a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -selekt.versionName=0.13.3 +selekt.versionName=0.13.4 selekt.nextVersionName=0.14.0 openssl.version=1.1.1