You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/overview/version-history.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,15 @@ weight: 30
11
11
Version History
12
12
===============
13
13
14
+
### 0.50.0
15
+
16
+
* Add `MySqlClientFactory.Register()` for integration with `DbProviderFactories` in `netcoreapp2.1`: [#526](https://github.com/mysql-net/MySqlConnector/issues/526).
17
+
* Use more efficient "Reset Connection" for MariaDB 10.2.4 and later: [#613](https://github.com/mysql-net/MySqlConnector/issues/613).
18
+
* Ignore `MySqlConnection.EnlistTransaction` called more than once for the same transaction: [#619](https://github.com/mysql-net/MySqlConnector/issues/619).
19
+
*`MySqlConnection.ConnectionString` will always be coerced from `null` to the empty string.
20
+
* Use `ReadOnlySpan<byte>` in more places when parsing server responses.
21
+
* Fix multiple `NullReferenceException` errors that could occur in edge cases.
22
+
14
23
### 0.49.3
15
24
16
25
* Use correct isolation level when starting a transaction for `System.Transactions.TransactionScope`: [#605](https://github.com/mysql-net/MySqlConnector/issues/605).
0 commit comments