From b6f648e7576eaac20f85acf501ef79ea306ab612 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Sat, 30 May 2015 23:45:13 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES b/CHANGES index 1e144012..bbe4f7c3 100644 --- a/CHANGES +++ b/CHANGES @@ -9,10 +9,22 @@ Changes in 2.4.0 * Significantly reduced overhead, and increased reliabilty, of ConcurrentBag. + * Reduced garbage generation by 2-3x. + + * Add connection soft-eviction and replacement if backward system clock motion or + significant forward jumps (greater than 1 minute) are detected. + * Pool configuration properties and DataSource methods previously marked as @Deprecated have been removed. * Deprecated HikariDataSource.shutdown() in favor of close(). + + * Improve shutdown performance. + + * Allow user specified ScheduledThreadPoolExecutor for housekeeping timer. Useful + in applications with dozens or hundreds of pools in the same JVM. + + * Reduce overhead and accuracy of Dropwizard gauges. Changes in 2.3.7