Skip to content

Commit 0e7e53f

Browse files
committed
Add improvement omitted from 0.26.3 release notes.
1 parent a1fb072 commit 0e7e53f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/content/overview/version-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Version History
1515

1616
* Fix `HasRows` incorrectly returning `false` after all rows have been read: [#327](https://github.com/mysql-net/MySqlConnector/issues/327).
1717
* Fix `EndOfStreamException` when reusing a pooled connection with Amazon Aurora.
18+
* Reduce network roundtrips when opening a pooled connection (with the default settings of `Pooling=True;Connection Reset=true`); see [#258](https://github.com/mysql-net/MySqlConnector/issues/258).
1819
* Update `System.*` dependencies to 4.3.0 for .NET 4.5 and .NET 4.6 packages.
1920
* Thanks to [Brad Nabholz](https://github.com/bnabholz) for contributions to this release.
2021

0 commit comments

Comments
 (0)