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
*`MySqlException.IsTransient` is now `false` for `CommandTimeoutExpired`: [#940](https://github.com/mysql-net/MySqlConnector/issues/940).
18
+
* Support `MemoryStream` as a value for `MySqlParameter.Value`: [#943](https://github.com/mysql-net/MySqlConnector/issues/943).
19
+
* Throw `OperationCanceledException` from `OpenAsync` when the `CancellationToken` is cancelled: [#931](https://github.com/mysql-net/MySqlConnector/issues/931).
20
+
* Support community protocol for server redirection: [#945](https://github.com/mysql-net/MySqlConnector/issues/945).
21
+
* Fix nested `MySqlException` (thrown in some scenarios from `ExecuteReader`).
22
+
* Remove public constructor for `MySqlConversionException`.
23
+
* Implement serialization for exceptions.
24
+
* Use .NET 5.0 methods to load PEM certificates.
25
+
* Thanks to [Oleksandr Novak](https://github.com/novak-as) for contributions to this release.
26
+
13
27
### 1.3.0 Beta 3
14
28
15
29
* Implement Azure Server Redirection: [#789](https://github.com/mysql-net/MySqlConnector/issues/789).
0 commit comments