We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2371b61 commit 0527ba2Copy full SHA for 0527ba2
docs/content/overview/version-history.md
@@ -10,6 +10,13 @@ weight: 30
10
11
# Version History
12
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
20
### 1.3.0 Beta 1
21
22
* Connections are now reset asynchronously in the background: [#178](https://github.com/mysql-net/MySqlConnector/issues/178).
0 commit comments