Skip to content

Releases: mysql-net/MySqlConnector

0.22.0

29 Jun 14:48

Choose a tag to compare

  • Add server certificate validation via MySqlConnectionStringBuilder.CACertificateFile: #280
  • Support sha256_password authentication: #281
  • Ignore IOException in TryPingAsync: #289
  • Fix "Aborted connection" server errors when MySqlConnection isn't disposed: #290
  • Run integration tests on MySQL Server 5.6, MySQL Server 5.7, MariaDB 10.3, Percona Server 5.7.

0.21.0

22 Jun 01:26

Choose a tag to compare

  • Add MySqlHelper.EscapeString: #277

0.20.2

21 Jun 23:09

Choose a tag to compare

  • Fix bugs where objects holding unmanaged resources weren't disposed: #275

0.20.1

02 Jun 05:03

Choose a tag to compare

  • Fix bug retrieving a connection from the pool when using Amazon IAM Authentication: #269

0.20.0

01 Jun 04:53

Choose a tag to compare

0.19.5

26 May 15:00

Choose a tag to compare

  • Fix duration of transaction isolation level: #263
  • Fix crash sending a GUID containing 0x27 or 0x5C when OldGuids=true: #265
  • Thanks to Adam Poit for contributions to this release.

0.19.4

13 May 17:27

Choose a tag to compare

  • Fix NotImplementedException in GetFieldType and GetDataTypeName: #261

0.19.3

11 May 06:06

Choose a tag to compare

  • Fix authentication against Azure Database for MySQL: #259
  • Support enum parameter values: #255
  • Fix CancellationToken being ignored by ChangeDatabaseAsync: #253
  • Fix NullReferenceException being thrown from MySqlConnection.CloseDatabase.
  • Thanks to Nicholas Schell for contributions to this release.

0.19.2

01 May 04:43

Choose a tag to compare

  • Fix connection pool exhaustion if connections aren't disposed: #251
  • Fix potential NullReferenceException in MySqlDataReader.Dispose.

0.19.1

01 May 04:37

Choose a tag to compare

  • Fix incorrect return value from ExecuteNonQuery: #250
  • Improve performance when retrieving large BLOBs: #249
  • Thanks to Adam Poit for contributions to this release.