Skip to content

Commit 004ec9e

Browse files
committed
Release 2.2.0.
1 parent 1a0532a commit 004ec9e

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

docs/content/overview/version-history.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2022-10-31
2+
lastmod: 2022-11-08
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,31 +10,26 @@ weight: 30
1010

1111
# Version History
1212

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).
22-
23-
### 2.2.0 Beta 1
13+
### 2.2.0
2414

2515
* Support .NET 7.0.
2616
* Add `MySqlDataSource`, an implementation of `DbDataSource` for MySQL: [#1208](https://github.com/mysql-net/MySqlConnector/issues/1208).
2717
* Use source-generated regular expressions.
2818
* Use UTF-8 literals to perform UTF-8 conversion at compile-time instead of runtime.
19+
* **Breaking** Drop support for .NET 4.5: [#1209](https://github.com/mysql-net/MySqlConnector/issues/1209).
2920
* Add `DNS Check Interval` connection string option: [#1201](https://github.com/mysql-net/MySqlConnector/issues/1201).
3021
* Support restrictions in `MySqlConnection.GetSchema`.
3122
* Schema collections are code-generated: [#1190](https://github.com/mysql-net/MySqlConnector/pull/1190).
3223
* Use user-provided callbacks when opening new connection to `KILL QUERY`: [#1179](https://github.com/mysql-net/MySqlConnector/issues/1179).
24+
* Set activity tags when opening a connection fails: [#1196](https://github.com/mysql-net/MySqlConnector/issues/1196).
25+
* Raise `Component.Disposed` event from `MySqlConnection.DisposeAsync`: [#1235](https://github.com/mysql-net/MySqlConnector/issues/1235).
26+
* Use `ValueTask` instead of `ValueTask<int>`: [#1233](https://github.com/mysql-net/MySqlConnector/issues/1233).
27+
* **Breaking** This changes the return type of `MySqlConnection.ResetConnectionAsync` for `netstandard2.0`, `net461`, `net471`.
3328
* **Possibly Breaking** Normalize the order of keys in the connection string returned by `MySqlConnectionStringBuilder.ConnectionString`: [#1217](https://github.com/mysql-net/MySqlConnector/issues/1217).
3429
* **Possibly Breaking** Update dependencies.
3530
* Update System.Diagnostics.DiagnosticSource to 6.0.0.
31+
* Update System.Memory to 4.5.5.
3632
* Update System.Threading.Tasks.Extensions to 4.5.4: [#1144](https://github.com/mysql-net/MySqlConnector/issues/1144).
37-
* **Breaking** Drop support for .NET 4.5: [#1209](https://github.com/mysql-net/MySqlConnector/issues/1209).
3833

3934
### 2.1.13
4035

0 commit comments

Comments
 (0)