Releases: vapor/mysql-nio
Releases · vapor/mysql-nio
Implement length encoding
This patch was authored and released by @tanner0101.
Add support for encoding dynamically sized values longer than 251 bytes (fixes #23).
Support MYSQL_TYPE_NEWDECIMAL
This patch was authored by @thecheatah and released by @tanner0101.
Adds support for MYSQL_TYPE_NEWDECIMAL
conversion on MySQLData
(#19, fixes #18).
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.