Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lfbayer committed Sep 15, 2023
1 parent 2021f90 commit 8c1a7c2
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
HikariCP Changes

Changes in 6.0.0

* fixed #1907 re-added automatic.module.name that was lost along the way

* fixed #1986 evict connection exceptions with (SQLState HY000) error code 1105.

* merged #2059 add support for char[] in DataSource properties

* merged #1979 and #1993 mask any property that looks like a password in URLs

* add pool stats to connection acquisition timeout exception

* merged #2076 don't case metric registry before it is checked for null

* merged #1820 allow minimum login timeout to be set as system property

* merged #1952 add more isolation levels

* merged #1660 remove redundant error log for poll initialization exception

Changes in 5.0.1

* Update log4j version to 2.17.1 to address Log4Shell vulnerability (although this is only used in tests, so it doesn't really impact users)

Changes in 5.0.0

* rewrote connection elide/add code to fix an unconfirmed but occassionally reported
* rewrote connection elide/add code to fix an unconfirmed but occasionally reported
race condition that results in the pool draining to 0 and not refilling.

Changes in 4.0.3
Expand Down

0 comments on commit 8c1a7c2

Please sign in to comment.