Skip to content

Commit 2747ae5

Browse files
committed
Release 2.2.0 Beta 1.
1 parent 72e3601 commit 2747ae5

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2022-08-26
2+
lastmod: 2022-09-18
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,22 @@ weight: 30
1010

1111
# Version History
1212

13+
### 2.2.0 Beta 1
14+
15+
* Support .NET 7.0.
16+
* Add `MySqlDataSource`, an implementation of `DbDataSource` for MySQL: [#1208](https://github.com/mysql-net/MySqlConnector/issues/1208).
17+
* Use source-generated regular expressions.
18+
* Use UTF-8 literals to perform UTF-8 conversion at compile-time instead of runtime.
19+
* Add `DNS Check Interval` connection string option: [#1201](https://github.com/mysql-net/MySqlConnector/issues/1201).
20+
* Support restrictions in `MySqlConnection.GetSchema`.
21+
* Schema collections are code-generated: [#1190](https://github.com/mysql-net/MySqlConnector/pull/1190).
22+
* Use user-provided callbacks when opening new connection to `KILL QUERY`: [#1179](https://github.com/mysql-net/MySqlConnector/issues/1179).
23+
* **Possibly Breaking** Normalize the order of keys in the connection string returned by `MySqlConnectionStringBuilder.ConnectionString`: [#1217](https://github.com/mysql-net/MySqlConnector/issues/1217).
24+
* **Possibly Breaking** Update dependencies.
25+
* Update System.Diagnostics.DiagnosticSource to 6.0.0.
26+
* Update System.Threading.Tasks.Extensions to 4.5.4: [#1144](https://github.com/mysql-net/MySqlConnector/issues/1144).
27+
* **Breaking** Drop support for .NET 4.5: [#1209](https://github.com/mysql-net/MySqlConnector/issues/1209).
28+
1329
### 2.1.13
1430

1531
* Swallow (but log) exceptions in `MySqlDataReader.Dispose(Async)`: [#1154](https://github.com/mysql-net/MySqlConnector/issues/1154).

0 commit comments

Comments
 (0)