From 9fef2256149bc111396e7b23e3c54b1de0cd66fd Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Wed, 11 Apr 2018 13:54:54 +0900 Subject: [PATCH] Update CHANGES --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 69be0500..246d777f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ HikariCP Changes +Changes in 3.1.0 + + * Add get/setCatalog() to HikariConfigMXBean, allowing the catalog to be changed at runtime. + The catalog should only be changed while the pool is suspended, and after evicting existing + connections via HikariPoolMXBean.softEvictConnections(). + Changes in 3.0.0 * Removed previously deprecated methods;