Update CHANGES

pull/2266/head
Brett Wooldridge 3 months ago committed by GitHub
parent 5df12d6812
commit d32e26eb87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save