From 14567111084a9d8bfd2142e240183ec45f13adf5 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Fri, 6 Dec 2013 11:24:41 +0900 Subject: [PATCH] Added CHANGES file to track changes going forward. --- CHANGES | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000..9ea3ba4c --- /dev/null +++ b/CHANGES @@ -0,0 +1,21 @@ +HikariCP Changes + +Changes between 1.1.9 and 1.2.1 + + *) Clear SQL warnings before returning a connection to the user. + + *) Added asynchronous connection backfill strategy that triggers + when the pool becomes empty as a result of dispatching a + connection. + + *) Changed default acquireIncrement to 1, set minimum timeout of + 100ms for acquiring a connection. + +Changes between 1.1.8 and 1.1.9 + + *) Added connectionInitSql property to allow setting connection + properties when a new connection is created. + + *) Added setDataSourceProperties() setter to HikariConfig to + allow easier configuration though Spring. +