Skip to content

Releases: mysql-net/MySqlConnector

0.20.1

02 Jun 05:03
Compare
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
Compare
Choose a tag to compare

0.19.5

26 May 15:00
Compare
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
Compare
Choose a tag to compare
  • Fix NotImplementedException in GetFieldType and GetDataTypeName: #261

0.19.3

11 May 06:06
Compare
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
Compare
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
Compare
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.

0.19.0

23 Apr 14:59
Compare
Choose a tag to compare
  • Improve performance of common scenarios: #245

0.18.3

23 Apr 14:59
Compare
Choose a tag to compare
  • Fix query interrupted exception after canceling a completed query: #248
  • Thanks to Adam Poit for contributions to this release.

0.18.2

21 Apr 02:52
Compare
Choose a tag to compare
  • Fix excessive memory usage with BufferResultSets=true: #244