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`.
21
+
* Schema collections are code-generated: [#1190](https://github.com/mysql-net/MySqlConnector/pull/1190).
22
+
* Use user-provided callbacks when opening new connection to `KILL QUERY`: [#1179](https://github.com/mysql-net/MySqlConnector/issues/1179).
23
+
***Possibly Breaking** Normalize the order of keys in the connection string returned by `MySqlConnectionStringBuilder.ConnectionString`: [#1217](https://github.com/mysql-net/MySqlConnector/issues/1217).
24
+
***Possibly Breaking** Update dependencies.
25
+
* Update System.Diagnostics.DiagnosticSource to 6.0.0.
26
+
* Update System.Threading.Tasks.Extensions to 4.5.4: [#1144](https://github.com/mysql-net/MySqlConnector/issues/1144).
27
+
***Breaking** Drop support for .NET 4.5: [#1209](https://github.com/mysql-net/MySqlConnector/issues/1209).
28
+
13
29
### 2.1.13
14
30
15
31
* Swallow (but log) exceptions in `MySqlDataReader.Dispose(Async)`: [#1154](https://github.com/mysql-net/MySqlConnector/issues/1154).
0 commit comments