Skip to content

0.55.0

Compare
Choose a tag to compare
@bgrainger bgrainger released this 24 May 04:09
· 1528 commits to master since this release
0.55.0
158ff83

Download on NuGet

  • Breaking MySqlBulkLoader (for local files) and LOAD DATA LOCAL INFILE are disabled by default.
    • Set AllowLoadLocalInfile=true in the connection string to enable loading local data.
    • This is a security measure; see https://fl.vu/mysql-load-data for details.
  • Add AllowLoadLocalInfile connection string option: #643.
  • Add SslCert and SslKey connection string options to specify a client certificate using PEM files: #641.
  • Add SslCa alias for the CACertificateFile connection string option: #640.