0.37.0
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.