File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ weight: 30
10
10
11
11
# Version History
12
12
13
+ ### 1.1.0 Beta 1
14
+
15
+ * Support .NET 5 RC 2
16
+ * Cancel query (server-side) when ` CommandTimeout ` expires: [ #455 ] ( https://github.com/mysql-net/MySqlConnector/issues/455 ) .
17
+ * Add ` CancellationTimeout ` connection string option.
18
+ * Implementation details discussed in [ this comment] ( https://github.com/mysql-net/MySqlConnector/issues/455#issuecomment-702424012 ) .
19
+ * Return ` null ` from ` MySqlDataReader.GetSchemaTable ` when there is no result set: [ #877 ] ( https://github.com/mysql-net/MySqlConnector/issues/877 ) .
20
+ * Make ` DisposeAsync ` fully async: [ #876 ] ( https://github.com/mysql-net/MySqlConnector/issues/876 ) .
21
+ * Ignore ` ObjectDisposedException ` thrown in ` TryResetConnectionAsync ` : [ #897 ] ( https://github.com/mysql-net/MySqlConnector/pull/897 ) .
22
+ * Fix bug where sessions could time out if they were opened but no queries were ever executed.
23
+ * Thanks to [ Dirk Lemstra] ( https://github.com/dlemstra ) for contributions to this release.
24
+
13
25
### 1.0.1
14
26
15
27
* Support ` ENUM ` columns that use the ` MYSQL_TYPE_ENUM ` type in their column metadata: [ #850 ] ( https://github.com/mysql-net/MySqlConnector/issues/850 ) .
You can’t perform that action at this time.
0 commit comments