Skip to content

Releases: vapor/mysql-kit

MySQL 3.0.0 RC 3.0.1

16 Jun 01:18
accb820
Compare
Choose a tag to compare
MySQL 3.0.0 RC 3.0.1 Pre-release
Pre-release

Fixed:

  • Fixed support for MySQL 5.5 and 5.6

MySQL 3.0.0 RC 3

15 Jun 03:30
Compare
Choose a tag to compare
MySQL 3.0.0 RC 3 Pre-release
Pre-release

New:

  • Connection metadata such as last insert ID and affected rows is now available on conn.lastMetadata (#176).
  • MySQL driver now supports MySQL >= 8.0.4 over TLS (#176).
  • MySQL driver now supports MariaDB (CI includes tests for 10.3) (#176).
  • Encoders / decoders have been improved to better support nested data structures (#176).
  • New MySQLQuery type allows for type-safe construction and serialization of MySQL-specific SQL queries (more information on this soon) (#176).

Fixed:

  • Lots of bugs.

MySQL 3.0.0 RC 2.2

25 Apr 23:03
cda4732
Compare
Choose a tag to compare
MySQL 3.0.0 RC 2.2 Pre-release
Pre-release

New:

  • Moved to DatabaseKit and SQL 1.0.0
  • Support MySQL 5.5..<8.0.3 (earlier versions may be supported).

Milestone:
3.0.0-rc.2.2

MySQL 3.0.0 RC 2.1.2

28 Mar 02:49
Compare
Choose a tag to compare
MySQL 3.0.0 RC 2.1.2 Pre-release
Pre-release

Fixed:

  • Fixed an issue where calls to query(_:) that bound 0 parameters and retrieved 0 columns would not complete.

MySQL 3.0.0 RC 2.1.1

28 Mar 02:49
Compare
Choose a tag to compare
MySQL 3.0.0 RC 2.1.1 Pre-release
Pre-release
3.0.0-rc.2.1.1

update to latest crypto rc

MySQL 3.0.0 RC 2.1

22 Mar 19:47
29977c5
Compare
Choose a tag to compare
MySQL 3.0.0 RC 2.1 Pre-release
Pre-release

Fixed:

  • Fixed an issue pipelining more than 2 queries at once.

Milestone

MySQL 3.0.0 RC 2.0.1

22 Mar 19:47
Compare
Choose a tag to compare
MySQL 3.0.0 RC 2.0.1 Pre-release
Pre-release
3.0.0-rc.2.0.1

fix core import

MySQL 3.0.0 RC 2

21 Mar 21:58
Compare
Choose a tag to compare
MySQL 3.0.0 RC 2 Pre-release
Pre-release

New:

  • Vapor is now running on Swift NIO!
  • This package has been rewritten on top of Swift NIO and has feature parity with the PostgreSQL package.

Milestone

MySQL 3.0.0 RC 1.1

28 Feb 05:02
ec23247
Compare
Choose a tag to compare

Fixed:

  • Add support for .bit & .timestamp types
  • Add support for decoding String from CHAR columns
  • Adds implementation for encoding/decoding Bools using codable
  • Expands supported integer types for bool conversion to all FixedWidthIntegers
  • Adds a test to ensure bool encoding/decoding works correctly.
  • Adds support for NULL values when fetching data

Milestone

MySQL 3.0.0 RC 1

26 Feb 10:20
Compare
Choose a tag to compare
MySQL 3.0.0 RC 1 Pre-release
Pre-release
  • Updates the MySQL dependencies to their RC versions