From 66dd771fc2fd46444831a54bcdb8a5deb5b8bb7c Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Fri, 5 Dec 2014 17:02:16 +0900 Subject: [PATCH] Update changes log. --- CHANGES | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES b/CHANGES index c60de828..dbfc0c8b 100644 --- a/CHANGES +++ b/CHANGES @@ -18,6 +18,16 @@ Changes in 2.3.0 with differing JDBC support levels, would fail unless both pools were using connectionTestQuery. + * Improved timeliness of maxLifetime evictions, while increasing performance of + getConnection() slightly as a side-effect. + + * Fixed bug in HikariDataSource unwrap() semantics. + + * Allow a lower leakDetectionThreshold of 2 seconds. + + * Fixed bug when using the HikariJNDIFactory that required the presence of + Codahale metrics. + Changes in 2.2.5 * Fixes for Java 6 compatibility.