Skip to content

Releases: vapor/mysql-nio

Release Candidate 1

28 Feb 18:39
01df65b
Compare
Choose a tag to compare
Release Candidate 1 Pre-release
Pre-release

Updates to Swift 5.2 and macOS 10.15. Replaces OpenSSL usage with SwiftCrypto.

Release candidates represent the final shift toward focusing on bug fixes and documentation. Breaking changes will only be accepted for critical issues. We expect a final release of this package shortly after Swift 5.2's release date.

Logging improvements + ok packet fix

21 Feb 22:41
fec7ceb
Compare
Choose a tag to compare
Pre-release

Fixes an issue where MySQLQueryMetadata would not be correctly returned in certain situations. Improves logging.

MySQL 1.0.0 Beta 2.3

13 Dec 22:01
45321a5
Compare
Choose a tag to compare
MySQL 1.0.0 Beta 2.3 Pre-release
Pre-release

Publicize useful MySQLRow properties (#14)

MySQLNIO 1.0.0 Beta 2.2

11 Dec 04:43
fca88a3
Compare
Choose a tag to compare
Pre-release
  • Fixed an issue where connect could hang indefinitely when tlsConfiguration is nil (#13)

MySQLNIO 1.0.0 Beta 2.1

11 Dec 00:50
bb9c164
Compare
Choose a tag to compare
Pre-release
  • Added support for Foundation.Decimal (#12)

MySQLNIO 1.0.0 Beta 2

09 Dec 20:08
eebaa40
Compare
Choose a tag to compare
MySQLNIO 1.0.0 Beta 2 Pre-release
Pre-release
  • Added support for passing custom Logger (#10)

  • Enabled test discovery on Linux (#11)

MySQLNIO 1.0.0 Alpha 1.1

08 Aug 19:54
0352841
Compare
Choose a tag to compare
Pre-release
  • MySQLData.double and .float can now handle both double / float types (#7)
  • MySQLClient.query now supports throwing closures

MySQLNIO 1.0.0 Alpha 1

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

Pure Swift MySQL client library built on SwiftNIO 2.