Skip to content

Releases: vapor/mysql-kit

MySQLKit 4.0.0 Alpha 1.1

08 Aug 19:56
Compare
Choose a tag to compare
Pre-release

Fixed:

  • MySQLDataDecoder now wraps values before decoding them to ensure the top-level type is decoded

MySQLKit 4.0.0 Alpha 1

02 Aug 18:46
Compare
Choose a tag to compare
Pre-release

Now built on top of MySQLNIO and SwiftNIO 2.

MySQL 3.2.5

01 May 21:15
03f9797
Compare
Choose a tag to compare

Fixed:

  • Use String binary type to encode JSON cell content (#236)

MySQL 3.2.4

02 Apr 13:53
d1561ae
Compare
Choose a tag to compare

Fixed:

  • Reduce unnecessary ByteBuffer copying. (#232)

MySQL 3.2.3

26 Mar 21:23
Compare
Choose a tag to compare

Fixed:

  • Silenced a warning in Swift 5.

MySQL 3.2.2

12 Mar 16:16
8e13fed
Compare
Choose a tag to compare

Fixed:

  • Calls to simpleQuery are now logged. (#229, #228)

MySQL 3.2.1

05 Mar 20:12
Compare
Choose a tag to compare

Fixed:

  • Fixed a retain cycle in MySQLConnection. (#227)

MySQL 3.2.0

28 Feb 18:06
Compare
Choose a tag to compare

New:

  • Adds new deleteColumns member to MySQLAlterTable. (#217)

MySQL 3.1.3

07 Feb 23:00
70f65ef
Compare
Choose a tag to compare

Fixed:

  • Fixed an "unexpected packet" error that could happen if decoding a row failed. (#226, #223)

MySQL 3.1.2

11 Dec 22:26
ac94ebc
Compare
Choose a tag to compare

Fixed:

  • MySQLTime now has CustomStringConvertible conformance. (#218, #222)