Skip to content

0.37.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 20 Mar 06:52
· 1943 commits to master since this release

Download on NuGet

  • Support TLS 1.2 on Windows clients: #458.
    • Use the best TLS version supported by the OS, as per best practices.
  • Add ConnectionIdlePingTime connection string setting (Experimental): #461.
  • Fix failure to log in for accounts with empty passwords that use caching_sha2_password.
  • Throw MySqlException for invalid port number in connection string.