Update CHANGES

pull/677/head
Brett Wooldridge 9 years ago committed by GitHub
parent fb95531f07
commit 551b1039e9

@ -1,5 +1,22 @@
HikariCP Changes
Changes in 2.4.7
* Miscellaneous stability improvements.
* Removed Oracle SQL state 61000, added specific error code (2399) to evict connections
when it is encountered.
* issue 641, 643: Reflection used method String.toUpperCase() without a Locale, which causes
problems in some locales such as Turkish.
* pull 632: Added support for Prometheus metrics tracker.
* issue 650: detect Amazon Redshift connection refused error codes.
* Added Oracle SQL error code 61000 (exceeded maximum connect time) to evict connections
when it is encountered.
Changes in 2.4.6
* Added Oracle SQL error code 61000 (exceeded maximum connect time) to evict connections

Loading…
Cancel
Save