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
* Support restrictions in `MySqlConnection.GetSchema`.
31
22
* Schema collections are code-generated: [#1190](https://github.com/mysql-net/MySqlConnector/pull/1190).
32
23
* Use user-provided callbacks when opening new connection to `KILL QUERY`: [#1179](https://github.com/mysql-net/MySqlConnector/issues/1179).
24
+
* Set activity tags when opening a connection fails: [#1196](https://github.com/mysql-net/MySqlConnector/issues/1196).
25
+
* Raise `Component.Disposed` event from `MySqlConnection.DisposeAsync`: [#1235](https://github.com/mysql-net/MySqlConnector/issues/1235).
26
+
* Use `ValueTask` instead of `ValueTask<int>`: [#1233](https://github.com/mysql-net/MySqlConnector/issues/1233).
27
+
***Breaking** This changes the return type of `MySqlConnection.ResetConnectionAsync` for `netstandard2.0`, `net461`, `net471`.
33
28
***Possibly Breaking** Normalize the order of keys in the connection string returned by `MySqlConnectionStringBuilder.ConnectionString`: [#1217](https://github.com/mysql-net/MySqlConnector/issues/1217).
34
29
***Possibly Breaking** Update dependencies.
35
30
* Update System.Diagnostics.DiagnosticSource to 6.0.0.
31
+
* Update System.Memory to 4.5.5.
36
32
* Update System.Threading.Tasks.Extensions to 4.5.4: [#1144](https://github.com/mysql-net/MySqlConnector/issues/1144).
37
-
***Breaking** Drop support for .NET 4.5: [#1209](https://github.com/mysql-net/MySqlConnector/issues/1209).
0 commit comments