Releases: vapor/mysql-nio
Releases · vapor/mysql-nio
Release Candidate 1
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
Fixes an issue where MySQLQueryMetadata
would not be correctly returned in certain situations. Improves logging.
MySQL 1.0.0 Beta 2.3
Publicize useful MySQLRow
properties (#14)
MySQLNIO 1.0.0 Beta 2.2
- Fixed an issue where connect could hang indefinitely when
tlsConfiguration
isnil
(#13)
MySQLNIO 1.0.0 Beta 2.1
- Added support for
Foundation.Decimal
(#12)
MySQLNIO 1.0.0 Beta 2
MySQLNIO 1.0.0 Alpha 1.1
MySQLData.double
and.float
can now handle both double / float types (#7)MySQLClient.query
now supports throwing closures
MySQLNIO 1.0.0 Alpha 1
Pure Swift MySQL client library built on SwiftNIO 2.