From e24338ca51eb9fb68af197c5f758981d6e09abf7 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Fri, 7 Feb 2014 15:23:50 +0900 Subject: [PATCH] Updated changes log. --- CHANGES | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGES b/CHANGES index 956c9994..e7e3e07f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,24 @@ HikariCP Changes +Changes between 1.2.8 and 1.2.9 + + *) Added a fail-fast option for pool initialization. If enabled, a + RuntimeException will be thrown if there are errors during pool + initialization. + + *) Made the registration of the HikariCP MBeans optional. They now + default to not being registered. Registering them causes a minor + performance hit due to additional pool data collection in + HikariDataSource.getConnection(). + + *) Added the SQLException message to the log entry when an exception + occurs during physical connection acquisition. + + *) Implemented an orderly shutdown of the pool via the shutdown() method + on HikariDataSource. + + *) Listened to "Adele - Live At The Royal Albert Hall" on endless loop. + Changes between 1.2.7 and 1.2.8 *) Fixed a critical bug introduced in 1.2.7 occurring when the number of