Releases: mysql-net/MySqlConnector
Releases · mysql-net/MySqlConnector
1.0.0
11 Jul 20:43
Compare
Sorry, something went wrong.
No results found
Breaking Change namespace to MySqlConnector: #824 .
Breaking Rename MySqlClientFactory to MySqlConnectorFactory: #839 .
Breaking All MySqlConnectionStringBuilder string properties return "" (not null) when unset: #837 .
Breaking Remove MySqlInfoMessageEventArgs.errors property; use .Errors instead.
Implement async schema APIs: #835 .
Implement MySqlConnectorFactory.CanCreateXyz methods: #838 .
Add net5.0 target framework.
Add MySqlException.ErrorCode: #830 .
Add MySqlConnection.ResetConnectionAsync: #831 .
Add documentation at https://mysqlconnector.net/api/ built from XML doc comments: #827 .
Allow rows larger than 1 MiB in MySqlBulkCopy: #834 .
Reduce memory allocations when hashing passwords (during login).
1.0.0-beta.6
11 Jul 18:14
Compare
Sorry, something went wrong.
No results found
Potentially Breaking Introduce MySqlConnection.GetSchemaAsync overloads to match latest .NET 5 API proposal: #835 .
Support GEOMCOLLECTION data type alias in MySQL Server 8.0: #845 .
0.69.6
07 Jul 22:11
Compare
Sorry, something went wrong.
No results found
Support GEOMCOLLECTION data type alias in MySQL Server 8.0: #845 .
0.69.5
01 Jul 13:48
Compare
Sorry, something went wrong.
No results found
Improve robustness of OK packet parsing: #842 .
1.0.0-beta.4
26 Jun 19:06
Compare
Sorry, something went wrong.
No results found
Breaking Rename MySqlClientFactory to MySqlConnectorFactory: #839 .
Breaking All MySqlConnectionStringBuilder string properties return "" (not null) when unset: #837 .
Implement MySqlConnectorFactory.CanCreateXyz methods: #838 .
1.0.0-beta.3
25 Jun 17:08
Compare
Sorry, something went wrong.
No results found
Fix connection pool leak when a failure (e.g., timeout) occurs on a connection: #836 .
0.69.4
25 Jun 15:42
Compare
Sorry, something went wrong.
No results found
Fix connection pool leak when a failure (e.g., timeout) occurs on a connection: #836 .
1.0.0-beta.2
19 Jun 07:32
Compare
Sorry, something went wrong.
No results found
Breaking Remove MySqlInfoMessageEventArgs.errors property; use .Errors instead.
Implement async schema APIs: #835 .
Allow rows larger than 1 MiB in MySqlBulkCopy: #834 .
Fix Failed to read the result set. error when using MySqlBulkCopy: #780 .
0.69.3
16 Jun 17:53
Compare
Sorry, something went wrong.
No results found
Fix Failed to read the result set. error when using MySqlBulkCopy: #780 .
The maximum row size supported by MySqlBulkCopyis 1 MiB.
1.0.0-beta.1
14 Jun 01:53
Compare
Sorry, something went wrong.
No results found
Breaking Change namespace to MySqlConnector: #827 .
Add MySqlConnection.ResetConnectionAsync: #831 .
Add MySqlException.ErrorCode: #830 .
Add documentation at https://mysqlconnector.net/api/ built from XML doc comments: #827 .
Add net5.0 target framework.
Reduce memory allocations when hashing passwords (during login).