Skip to content

Commit

Permalink
Release 1.3.0 Beta 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jan 5, 2021
1 parent 2371b61 commit 0527ba2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ weight: 30

# Version History

### 1.3.0 Beta 2

* Implement `MySqlException.IsTransient`: [#849](https://github.com/mysql-net/MySqlConnector/issues/849).
* Nagle's Algorithm is disabled on TCP sockets: [#921](https://github.com/mysql-net/MySqlConnector/issues/921).
* Prevent exceptions being thrown from `MySqlTransaction.Dispose`: [#923]((https://github.com/mysql-net/MySqlConnector/issues/923).
* Fix error deserialising `MySqlException.ErrorCode` property.

### 1.3.0 Beta 1

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

0 comments on commit 0527ba2

Please sign in to comment.