Skip to content

Commit

Permalink
Release 2.3.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Apr 22, 2024
1 parent 0a8feb1 commit 72ee684
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastmod: 2024-03-20
lastmod: 2024-04-22
date: 2017-03-27
menu:
main:
Expand All @@ -11,6 +11,14 @@ weight: 30

# Version History

### 2.3.7

* Fix `NullReferenceException` in `MySqlDataReader.ActivateResultSet` and `MySqlDataReader.DisposeAsync`: [#1459](https://github.com/mysql-net/MySqlConnector/issues/1459).
* This bug likely also caused "Packet received out-of-order" errors.
* This was introduced in 2.3.0.
* Fix rare `NullReferenceException` in `ServerSession` during cancellation: [#1472](https://github.com/mysql-net/MySqlConnector/issues/1472).
* Fix `Foreign Keys` schema not being generated asynchronously.

### 2.3.6

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

0 comments on commit 72ee684

Please sign in to comment.