From b68a382e6c9ad35463c1713aca311f93face2690 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge <brett.wooldridge@gmail.com> Date: Tue, 24 Jan 2017 13:56:13 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 6da7220d..4e70680e 100644 --- a/CHANGES +++ b/CHANGES @@ -7,7 +7,7 @@ Changes in 2.6.0 unfortunate that the deprecated method has the more accurate name, but its signature cannot be changed without breaking binary compatibility. - * issue 770 adding a new property initializationFailTimeout and deprecate configuration + * issue 770 add a new property initializationFailTimeout, and deprecate configuration property initializationFailFast. * issue 774 significantly improve spike load handling. @@ -40,6 +40,17 @@ Changes in 2.5.0 * HikariCP 2.5.0 and HikariCP-java7 2.4.8 have identical functionality. +Changes in 2.4.10 + + * issue 770 add a new property initializationFailTimeout, and deprecate configuration + property initializationFailFast. + + * issue 774 significantly improve spike load handling. + + * issue 741 cancel HouseKeeper task on pool shutdown. If the ScheduledExecutor being used + did not belong to HikariCP, this task would remain scheduled after shutdown, causing a + memory leak. + Changes in 2.4.9 * issue 719 only reset lastConnectionFailure after a successful dataSource.getConnection()