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