updated changes log

pull/30/head
Brett Wooldridge 11 years ago
parent 128b169f99
commit 073630973a

@ -1,5 +1,22 @@
HikariCP Changes
Changes between 1.2.6 and 1.2.7
*) Finally achieved performance parity between the generated delegates
and the former method of instrumenting driver classes directly.
*) Improved generated delegate code. Removed unnecessary casts, moved
to a static proxy factory rather than a singleton (performance win).
*) Improved performance of FastStatementList (primary source of speed-up
to reach parity with former instrumentation code).
*) Removed aliveness check on connection creation.
*) Track connection isolation level and only reset if the state has
become "dirty". Avoids unnecessary round trip to the DB during the
aliveness check.
Changes between 1.2.5 and 1.2.6
*) Fixed regression that caused IndexOutOfBounds when multiple unclosed

Loading…
Cancel
Save