Releases: mysql-net/MySqlConnector
Releases · mysql-net/MySqlConnector
0.69.6
- Support
GEOMCOLLECTION
data type alias in MySQL Server 8.0: #845.
0.69.5
- Improve robustness of OK packet parsing: #842.
1.0.0-beta.4
- 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
Fix connection pool leak when a failure (e.g., timeout) occurs on a connection: #836.
0.69.4
- Fix connection pool leak when a failure (e.g., timeout) occurs on a connection: #836.
1.0.0-beta.2
- 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
- Fix
Failed to read the result set.
error when using MySqlBulkCopy
: #780.
- The maximum row size supported by
MySqlBulkCopy
is 1 MiB.
1.0.0-beta.1
- 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).
0.69.2
- Remove
Console.WriteLine
debugging code that was inadvertently added in 0.69.1.
0.69.1
- Fix
OverflowException
when calling MySqlDataReader.GetInt32
on a DECIMAL
column: #832.