Skip to content

2.1.6

Compare
Choose a tag to compare
@bgrainger bgrainger released this 10 Feb 16:58
· 662 commits to master since this release
2.1.6
78051fb
  • Fix unintentional TLS downgrade: #1132.
    • To ensure the desired TLS version is used, set TlsVersion in your connection string.
  • Fix deadlock when cancelling a command: #1131.
  • Fix ArgumentException when calling GetSchema("Parameters") against MySQL 8.0: #1128.
  • Set MySqlParameter.Size in DeriveParameters: #1125.
  • Thanks to @ahydrax and @lostatredrock for contributions to this release.