Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge authored Nov 16, 2024
1 parent 5df12d6 commit d32e26e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d32e26e

Please sign in to comment.