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
1010
1111# Version History
1212
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+
1325### 1.0.1
1426
1527* 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