From 8f254ae32b6c2b48b3aff35f74c165e4e3dda094 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Thu, 15 Jul 2021 05:04:13 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 3ee4899fa..3a5d0c6dd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,10 @@ HikariCP Changes +Changes in 5.0.0 + + * rewrote connection elide/add code to fix an unconfirmed but occassionally reported + race condition that results in the pool draining to 0 and not refilling. + Changes in 4.0.3 * fixed #1735 added system property to permit override of lower limit of connectionTimeout