Skip to content

Commit 0527ba2

Browse files
committed
Release 1.3.0 Beta 2.
1 parent 2371b61 commit 0527ba2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/content/overview/version-history.md

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

1111
# Version History
1212

13+
### 1.3.0 Beta 2
14+
15+
* Implement `MySqlException.IsTransient`: [#849](https://github.com/mysql-net/MySqlConnector/issues/849).
16+
* Nagle's Algorithm is disabled on TCP sockets: [#921](https://github.com/mysql-net/MySqlConnector/issues/921).
17+
* Prevent exceptions being thrown from `MySqlTransaction.Dispose`: [#923]((https://github.com/mysql-net/MySqlConnector/issues/923).
18+
* Fix error deserialising `MySqlException.ErrorCode` property.
19+
1320
### 1.3.0 Beta 1
1421

1522
* Connections are now reset asynchronously in the background: [#178](https://github.com/mysql-net/MySqlConnector/issues/178).

0 commit comments

Comments
 (0)