8000 Release 2.3.7. · mysql-net/MySqlConnector@72ee684 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72ee684

Browse files
committed
Release 2.3.7.
1 parent 0a8feb1 commit 72ee684

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2024-03-20
2+
lastmod: 2024-04-22
33
date: 2017-03-27
44
menu:
55
main:
@@ -11,6 +11,14 @@ weight: 30
1111

1212
# Version History
1313

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+
1422
### 2.3.6
1523

1624
* Fix `VerifyCA` incompatibility with AWS Aurora: [#1462](https://github.com/mysql-net/MySqlConnector/issues/1462).

0 commit comments

Comments
 (0)
0