All Versions
21
Latest Version
Avg Release Cycle
90 days
Latest Release
2662 days ago

Changelog History
Page 1

  • v0.2.21

    January 09, 2017
  • v0.2.20 Changes

    September 17, 2017
    • ๐Ÿ— Building for Scala 2.12;
    • ๐Ÿ›  Fix SFL4J deprecation warning - #201 - @golem131;
  • v0.2.19 Changes

    March 17, 2016
    • Always use NUMERIC when handling numbers in prepared statements in PostgreSQL;
    • ๐Ÿ‘ SSL support for PostgreSQL - @alexdupre - #85;
  • v0.2.18 Changes

    August 08, 2015
    • Timeouts implemented queries for MySQL and PostgreSQL - @lifey - #147
  • v0.2.17 Changes

    July 13, 2015
    • ๐Ÿ›  Fixed pool leak issue - @haski
    • ๐Ÿ›  Fixed date time formatting issue - #142
  • v0.2.16 Changes

    January 04, 2015
    • โž• Add support to byte arrays for PostgreSQL 8 and older - @SattaiLanfear - #21;
    • ๐Ÿ‘‰ Make sure connections are returned to the pool before the result is returned to the user - @haski - #119;
    • Support to SEND_LONG_DATA to MySQL - @mst-appear - #115;
    • ๐Ÿ‘Œ Support for ByteBuffer and ByteBuf for binary data - @mst-appear - #113 #112;
    • ๐Ÿ›  Fixed encoding backslashes in PostgreSQL arrays - @dylex - #110;
    • Included escape encoding method for bytes in PostgreSQL - @SattaiLanfear - #107;
  • v0.2.15 Changes

    September 12, 2014
    • ๐Ÿ›  Fixes issue where PostgreSQL decoders fail to produce a NULL value if the null is wrapped by a Some instance - #99;
    • ๐Ÿ›  Fixes issue where the 253 case of length encoded fields on MySQL produce a wrong value;
  • v0.2.14 Changes

    August 30, 2014
    • โœ‚ Remove failed prepared statement from cache - @dboissin - #95
    • โž• Added support to zeroed dates on MySQL - #93
    • Cross compilation to Scala 2.11 is functional - @lpiepiora
    • Connect to older MySQL versions where auth protocol isn't provided - #37
    • ๐Ÿ‘ Eclipse project support - @fwbrasil - #89
    • ๐Ÿ”ง Make timeouts configurable - @fwbrasil - #90
  • v0.2.13 Changes

    April 07, 2014
    • Accepts MySQL old and unsafe auth methods - #37
    • Do not name every single logger as they all leak - @njeuk #86
  • v0.2.12 Changes

    January 11, 2014
    • Do not check for handshake requests after a real handshake has happened already - MySQL - #80;