Skip to content

0.24.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 27 Jul 20:03
· 2207 commits to master since this release
  • Breaking Add AllowPublicKeyRetrieval connection string setting, defaulted to false: #286
    • Add ServerRSAPublicKeyFile connection string setting.
  • Fix hang in MySqlDataReader.Dispose if function threw an exception: #299
  • Fix InvalidOperationException if MySqlBulkLoader is used inside a transaction: #300