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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Version History
15
15
16
16
* Fix `HasRows` incorrectly returning `false` after all rows have been read: [#327](https://github.com/mysql-net/MySqlConnector/issues/327).
17
17
* 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).
18
19
* Update `System.*` dependencies to 4.3.0 for .NET 4.5 and .NET 4.6 packages.
19
20
* Thanks to [Brad Nabholz](https://github.com/bnabholz) for contributions to this release.
0 commit comments