Skip to content

Commit 693d663

Browse files
committed
Release 1.1.0 Beta 1.
1 parent 874ba6f commit 693d663

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/content/overview/version-history.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)