2.1.6
- Fix unintentional TLS downgrade: #1132.
- To ensure the desired TLS version is used, set
TlsVersion
in your connection string.
- To ensure the desired TLS version is used, set
- Fix deadlock when cancelling a command: #1131.
- Fix
ArgumentException
when callingGetSchema("Parameters")
against MySQL 8.0: #1128. - Set
MySqlParameter.Size
inDeriveParameters
: #1125. - Thanks to @ahydrax and @lostatredrock for contributions to this release.