From 64f96f350c54e39b087d535f248ac2aaaa486f3e Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Sat, 2 Nov 2024 11:07:30 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3517f44e..dffb74d6 100644 --- a/CHANGES +++ b/CHANGES @@ -4,7 +4,13 @@ Changes in 6.0.1 * change default maxLifetime variance from 2.5% to 25% to further avoid mass connection die-off dips - * Dropwizard 5 metrics are now supported via the setMetricRegistry() method in HikariConfig and in HikariDataSource + * merged #1962 Dropwizard 5 metrics are now supported via the setMetricRegistry() method in HikariConfig and in HikariDataSource + + * merged #2244 Improve JavassistProxyFactory + + * merged #2243 Fix inconsistency between isWrapperFor and unwrap + + * fixed #1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction Changes in 6.0.0