Skip to content

Commit

Permalink
Version 0.13.4 and change log.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Jul 7, 2021
1 parent 0c0ba6e commit f5c03e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
selekt.versionName=0.13.3
selekt.versionName=0.13.4
selekt.nextVersionName=0.14.0

openssl.version=1.1.1
Expand Down

0 comments on commit f5c03e0

Please sign in to comment.