Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Feb 13, 2021
1 parent edc2738 commit 9b3a934
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGES
@@ -1,6 +1,11 @@
HikariCP Changes

Changes in 4.0.2

* fixed regression caused by #1605 affecting block-until-filled semantic

Changes in 4.0.1

* fixed #1725 pom file change to be more gradle-friendly

* fixed #1726 regression in micrometrics caused by lack of a strong reference to an
Expand Down Expand Up @@ -45,6 +50,7 @@ Changes in 3.4.3
* add ThreadLocal removal attempt when bag item is removed.

Changes in 3.4.2

* fixed 1528 regression caused by pull request 1159 whereby fail-fast logic would exit upon all
errors even if it was configured to continue trying.

Expand Down Expand Up @@ -111,7 +117,6 @@ Changes in 3.3.0

* fixes #1287 when system property blockUntilFilled is set, use multiple threads to fill the pool.


Changes in 3.2.0

* check connection closed condition before attempting to set network timeout to avoid spurios exceptions
Expand Down

0 comments on commit 9b3a934

Please sign in to comment.