8000 Release 2.4.0 Beta 1. · mysql-net/MySqlConnector@d41e473 · GitHub
[go: up one dir, main page]

Skip to content

Commit d41e473

Browse files
committed
Release 2.4.0 Beta 1.
1 parent 3ab2044 commit d41e473

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/content/overview/version-history.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ weight: 30
1111

1212
# Version History
1313

14+
### 2.4.0 Beta 1
15+
16+
* Support .NET 9.0.
17+
* Add `MySqlDataSourceBuilder.UseConnectionOpenedCallback`: [#1508](https://github.com/mysql-net/MySqlConnector/issues/1508).
18+
* Rewrite server redirection logic based on latest MariaDB specification: [#1499](https://github.com/mysql-net/MySqlConnector/pull/1499).
19+
* Support `SET` data type in functions: [#1491](https://github.com/mysql-net/MySqlConnector/issues/1491).
20+
* Performance: Avoid `SET NAMES` commands when not necessary: [#1497](https://github.com/mysql-net/MySqlConnector/pull/1497).
21+
* Fix potential `NullReferenceException` in `MySqlConnection.Cancel`: [#1506](https://github.com/mysql-net/MySqlConnector/issues/1506).
22+
* Provide logger to new MySqlConnection: [#1510](https://github.com/mysql-net/MySqlConnector/issues/1510).
23+
* Use correct hostname when cancelling query: [#1514](https://github.com/mysql-net/MySqlConnector/issues/1514).
24+
* Remove `TABLESPACES` schema: [#1477](https://github.com/mysql-net/MySqlConnector/issues/1477).
25+
* Change variable name for better server compatibility: [#1502](https://github.com/mysql-net/MySqlConnector/issues/1502).
26+
* Thanks to [Diego Dupin](https://github.com/rusher) for contributions to this release.
27+
1428
### 2.3.7
1529

1630
* Fix `NullReferenceException` in `MySqlDataReader.ActivateResultSet` and `MySqlDataReader.DisposeAsync`: [#1459](https://github.com/mysql-net/MySqlConnector/issues/1459).

0 commit comments

Comments
 (0)
0