From d32e26eb8703eefcd047f759100c7c9ad17e24af Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Sun, 17 Nov 2024 04:13:29 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index d19ba79e..102fc23a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,17 @@ HikariCP Changes +Changes in 6.2.0 + + * merged #2238 handle SQLTimeoutException without eviction. Users looking to preserve previous behavior + should provide an implementation of com.zaxxer.hikari.SQLExceptionOverride to the pool configuration. + + * added new enum value, Override.MUST_EVICT, available to implementations of com.zaxxer.hikari.SQLExceptionOverride + + * enhanced debug logging in circumstances where the pool falls to zero size and new coonections to the database + continue to fail. + + * update test dependencies that were flagged as having vulnerabilities + Changes in 6.1.0 * fixed #1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction