Skip to content

Commit fa483fe

Browse files
committed
Release 1.3.0 Beta 1.
1 parent bb857ee commit fa483fe

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/content/overview/version-history.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ weight: 30
1010

1111
# Version History
1212

13+
### 1.3.0 Beta 1
14+
15+
* Connections are now reset asynchronously in the background: [#178](https://github.com/mysql-net/MySqlConnector/issues/178).
16+
* This speeds up `MySqlConnection.Open(Async)` but still cleans up connections between uses.
17+
* Use `DeferConnectionReset=true` in the connection string to revert to the old behaviour.
18+
* _Experimental_ Use `ConnectionIdlePingTime=300` in the connection string to avoid any network I/O when retrieving a connection from the pool; this is fastest but may return invalid connections from `Open`. This setting is experimental and may change in the future.
19+
* Use transaction for 'SHOW WARNINGS': [#918](https://github.com/mysql-net/MySqlConnector/issues/918).
20+
1321
### 1.2.1
1422

1523
* Fix bug in extracting PEM data when there's extra data in the certificate file: [#912](https://github.com/mysql-net/MySqlConnector/issues/912).

0 commit comments

Comments
 (0)