Home
Shop
Services
Blog
About
Contact
Yank Change Log
Change log for Yank Java library
Home
Open Source
Yank
Yank Change Log
3.5.0
Released on April 19th, 2024
NOTE
Dependency Updates.
IMPROVED
Updated to Hikari-CP 5.1.0.
IMPROVED
Updated to commons-dbutils 1.8.1.
3.4.0
Released on September 3rd, 2021
NOTE
Dependency Updates.
IMPROVED
Updated to Hikari-CP 4.0.3.
3.3.3
Released on June 15th, 2018
IMPROVED
Column and Scalar return types.
NOTE
Dependency Updates.
IMPROVED
Updated to Hikari-CP 3.2.0.
3.3.2
Released on April 6th, 2018
NOTE
Dependency Updates.
IMPROVED
Updated to Hikari-CP 3.0.0.
3.3.1
Released on July 27th, 2017
NOTE
Dependency Updates.
IMPROVED
Updated to Hikari-CP 2.6.3.
IMPROVED
Updated to DBUtils 1.7.
3.3.0
Released on October 13th, 2016
NEW
Allow Exceptions to be thrown outside of Yank.
IMPROVED
Dependency Updates.
3.2.0
Released on May 13th, 2016
NEW
Configuration of multiple connection pools.
IMPROVED
Dependency Updates.
IMPROVED
Updated to Hikari-CP 2.4.6.
3.1.0
Released on November 28th, 2015
NOTE
Changed namespace from com.xeiam to org.knowm.
IMPROVED
Dependency Updates.
IMPROVED
Updated to Hikari-CP 2.4.1.
NOTE
Yank now requires at least Java 7.
3.0.2
Released on September 5th, 2015
FIXED
Updated to Hikari-CP 2.3.9 for bug fix.
3.0.1
Released on April 28th, 2015
FIXED
Bug fix for issue #25: queryColumnSQLKey.
FIXED
Bug fix for issue #25: queryScalar.
IMPROVED
Updated to Hikari-CP 2.3.6.
3.0.0
Released on March 12th, 2015
NEW
Insert method which returns the assigned auto-increment ID.
NEW
Renamed/simplified method names.
NEW
Column name in snake case mapped to camel case Bean fields.
NEW
@Column annotation for mapping columns to Bean fields.
NEW
Renamed DBProxy class to Yank.
REMOVED
Got rid of multiple pools.
IMPROVED
Swapped custom connection pool for Hikari.
FIXED
Java lint errors when building with Java 8.
IMPROVED
Updated to DBUtils 1.6.
NOTE
Extensive API changes. Will break existing client code.
2.3.0
Released on July 3rd, 2014
FIXED
Bug in connection pool.
IMPROVED
Added unit tests.
IMPROVED
Updated some dependencies.
IMPROVED
Misc. code cleanup.
IMPROVED
Call rollback on freed connections.
2.2.0
Released on January 23rd, 2014
NEW
Added a method in DBProxy to query a scalar value.
2.1.0
Released on July 10th, 2013
NEW
Added a method in DBProxy to query a list of any column type matching a column name String.
NEW
Continuous Integration via Travis CI.
IMPROVED
Updated dependencies.
IMPROVED
Error messages.
IMPROVED
Added trim() for reading properties files.
2.0.0
Released on January 19th, 2013
NEW
Deployed jar to Maven Central.
NEW
Unit tests with in-memory HSQL DB.
NEW
Custom Yank Exceptions.
IMPROVED
Generics usage. No need to cast anymore.
IMPROVED
Extensive JavaDocs.
IMPROVED
Updated JUnit dependency from version 4.10 to 4.11.
NOTE
Extensive API changes. Will break existing client code.
1.1.1
Released on September 19th, 2012
NEW
Throws IllegalArgumentException if connection pool isn’t properly configured.
IMPROVED
Improved logging messages.
IMPROVED
Updated DBUtils dependency from version 1.3 to 1.5.
1.1.0
Released on September 7th, 2012
IMPROVED
Updated logging framework from log4j to logback.
IMPROVED
Yank project mavenized.
1.0.2
Released on April 13th, 2012
REMOVED
Removed unnecessary Bean class.
1.0.1
Released on October 16th, 2011
IMPROVED
Added a convenience method in DBConnectionManager.
1.0.0
Released on July 25th, 2011
NEW
Initial Release!