Releases: mysql-net/MySqlConnector
Releases · mysql-net/MySqlConnector
0.22.0
29 Jun 14:48
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Add MySqlHelper.EscapeString: #277
0.20.2
21 Jun 23:09
Compare
Sorry, something went wrong.
No results found
Fix bugs where objects holding unmanaged resources weren't disposed: #275
0.20.1
02 Jun 05:03
Compare
Sorry, something went wrong.
No results found
Fix bug retrieving a connection from the pool when using Amazon IAM Authentication: #269
0.20.0
01 Jun 04:53
Compare
Sorry, something went wrong.
No results found
0.19.5
26 May 15:00
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix NotImplementedException in GetFieldType and GetDataTypeName: #261
0.19.3
11 May 06:06
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix connection pool exhaustion if connections aren't disposed: #251
Fix potential NullReferenceException in MySqlDataReader.Dispose.
0.19.1
01 May 04:37
Compare
Sorry, something went wrong.
No results found
Fix incorrect return value from ExecuteNonQuery: #250
Improve performance when retrieving large BLOBs: #249
Thanks to Adam Poit for contributions to this release.