All Versions
21
Latest Version
Avg Release Cycle
90 days
Latest Release
2891 days ago
Changelog History
Page 1
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;
- Always use
-
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
andByteBuf
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;
- ๐ Fixes issue where PostgreSQL decoders fail to produce a NULL value if the null is wrapped by a
-
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;