Skip to content

Commit c46df7f

Browse files
committed
Release 1.1.0.
1 parent b28a76a commit c46df7f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/content/overview/version-history.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,18 @@ weight: 30
1010

1111
# Version History
1212

13-
### 1.1.0 Beta 1
13+
### 1.1.0
1414

15-
* Support .NET 5 RC 2
15+
* Support .NET 5.0
1616
* Cancel query (server-side) when `CommandTimeout` expires: [#455](https://github.com/mysql-net/MySqlConnector/issues/455).
1717
* Add `CancellationTimeout` connection string option.
1818
* Implementation details discussed in [this comment](https://github.com/mysql-net/MySqlConnector/issues/455#issuecomment-702424012).
1919
* Return `null` from `MySqlDataReader.GetSchemaTable` when there is no result set: [#877](https://github.com/mysql-net/MySqlConnector/issues/877).
2020
* Make `DisposeAsync` fully async: [#876](https://github.com/mysql-net/MySqlConnector/issues/876).
2121
* Ignore `ObjectDisposedException` thrown in `TryResetConnectionAsync`: [#897](https://github.com/mysql-net/MySqlConnector/pull/897).
22+
* Ignore closed/disposed connections/commands in `MySqlCommand.Cancel`: [#820](https://github.com/mysql-net/MySqlConnector/pull/820).
2223
* 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+
* Thanks to [Dirk Lemstra](https://github.com/dlemstra) and [laurent-jeancler-realist](https://github.com/laurent-jeancler-realist) for contributions to this release.
2425

2526
### 1.0.1
2627

0 commit comments

Comments
 (0)