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