You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/overview/version-history.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
lastmod: 2024-03-20
2
+
lastmod: 2024-04-22
3
3
date: 2017-03-27
4
4
menu:
5
5
main:
@@ -11,6 +11,14 @@ weight: 30
11
11
12
12
# Version History
13
13
14
+
### 2.3.7
15
+
16
+
* Fix `NullReferenceException` in `MySqlDataReader.ActivateResultSet` and `MySqlDataReader.DisposeAsync`: [#1459](https://github.com/mysql-net/MySqlConnector/issues/1459).
17
+
* This bug likely also caused "Packet received out-of-order" errors.
18
+
* This was introduced in 2.3.0.
19
+
* Fix rare `NullReferenceException` in `ServerSession` during cancellation: [#1472](https://github.com/mysql-net/MySqlConnector/issues/1472).
20
+
* Fix `Foreign Keys` schema not being generated asynchronously.
21
+
14
22
### 2.3.6
15
23
16
24
* Fix `VerifyCA` incompatibility with AWS Aurora: [#1462](https://github.com/mysql-net/MySqlConnector/issues/1462).
0 commit comments