Released on September 3rd, 2021

  • NOTE
    Dependency Updates.
  • IMPROVED
    Updated to Hikari-CP 4.0.3.

Released on June 15th, 2018

  • IMPROVED
    Column and Scalar return types.
  • NOTE
    Dependency Updates.
  • IMPROVED
    Updated to Hikari-CP 3.2.0.

Released on April 6th, 2018

  • NOTE
    Dependency Updates.
  • IMPROVED
    Updated to Hikari-CP 3.0.0.

Released on July 27th, 2017

  • NOTE
    Dependency Updates.
  • IMPROVED
    Updated to Hikari-CP 2.6.3.
  • IMPROVED
    Updated to DBUtils 1.7.

Released on October 13th, 2016

  • NEW
    Allow Exceptions to be thrown outside of Yank.
  • IMPROVED
    Dependency Updates.

Released on May 13th, 2016

  • NEW
    Configuration of multiple connection pools.
  • IMPROVED
    Dependency Updates.
  • IMPROVED
    Updated to Hikari-CP 2.4.6.

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.

Released on September 5th, 2015

  • FIXED
    Updated to Hikari-CP 2.3.9 for bug fix.

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.

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.

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.

Released on January 23rd, 2014

  • NEW
    Added a method in DBProxy to query a scalar value.

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.

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.

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.

Released on September 7th, 2012

  • IMPROVED
    Updated logging framework from log4j to logback.
  • IMPROVED
    Yank project mavenized.

Released on April 13th, 2012

  • REMOVED
    Removed unnecessary Bean class.

Released on October 16th, 2011

  • IMPROVED
    Added a convenience method in DBConnectionManager.

Released on July 25th, 2011

  • NEW
    Initial Release!