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 4f31972 commit 7b9a76eCopy full SHA for 7b9a76e
docs/content/overview/version-history.md
@@ -11,6 +11,15 @@ weight: 30
11
12
# Version History
13
14
+### 2.4.0 Beta 2
15
+
16
+* Remove end-of-life .NET 7 target framework.
17
+ * Users who wish to use `DbDataSource` need to target .NET 8.0 or later.
18
+* Fix "Can't replace active reader": [#1469](https://github.com/mysql-net/MySqlConnector/issues/1469).
19
+* Update dependencies:
20
+ * Microsoft.Extensions.Logging.Abstractions from 7.0.1 to 8.0.2.
21
+ * System.Diagnostics.DiagnosticSource from 7.0.2 to 8.0.1.
22
23
### 2.4.0 Beta 1
24
25
* Support .NET 9.0.
0 commit comments