From a926451ec36f4461809b5a52cdb98e7d3e1dc10c Mon Sep 17 00:00:00 2001 From: Hidde Wieringa Date: Sun, 24 Nov 2024 17:22:23 +0100 Subject: [PATCH] Add changelog item --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 12c897db..e5c13958 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ HikariCP Changes Changes in 6.2.2 * increase keepaliveTime variance from 10% to 20% + * support duration values for configuration from properties, such as 10ms, 20s, 30m, 40h or 50d Changes in 6.2.1 @@ -17,7 +18,7 @@ Changes in 6.2.0 * 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 + * enhanced debug logging in circumstances where the pool falls to zero size and new connections to the database continue to fail. * update test dependencies that were flagged as having vulnerabilities