We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadf127 commit e715157Copy full SHA for e715157
docs/content/overview/version-history.md
@@ -1,5 +1,5 @@
1
---
2
-lastmod: 2022-10-17
+lastmod: 2022-10-31
3
date: 2017-03-27
4
menu:
5
main:
@@ -10,6 +10,12 @@ weight: 30
10
11
# Version History
12
13
+### 2.2.0 RC 2
14
+
15
+* Raise `Component.Disposed` event from `MySqlConnection.DisposeAsync`: [#1235](https://github.com/mysql-net/MySqlConnector/issues/1235).
16
+* Use `ValueTask` instead of `ValueTask<int>`: [#1233](https://github.com/mysql-net/MySqlConnector/issues/1233).
17
+ * **Breaking** This changes the return type of `MySqlConnection.ResetConnectionAsync` for `netstandard2.0`, `net461`, `net471`.
18
19
### 2.2.0 RC 1
20
21
* Set activity tags when opening a connection fails: [#1196](https://github.com/mysql-net/MySqlConnector/issues/1196).
0 commit comments