Skip to content

Commit 36f9618

Browse files
committed
Release 1.3.10.
1 parent c4d66c0 commit 36f9618

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2021-04-30
2+
lastmod: 2021-06-16
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,14 @@ weight: 30
1010

1111
# Version History
1212

13+
### 1.3.10
14+
15+
* Handle `NoBackslashEscapes` for binary parameter values: [#999](https://github.com/mysql-net/MySqlConnector/issues/999).
16+
* Fix `NotSupportedException` when cancelling a `MySqlCommand` in a `TransactionScope`: [#1001](https://github.com/mysql-net/MySqlConnector/issues/1001).
17+
* Ignore `InvalidOperationException` thrown from `MySqlConnection.Cancel`: [#1002](https://github.com/mysql-net/MySqlConnector/issues/1002).
18+
* Set the default value of `DeferConnectionReset` to `true`; this disables background connection reset and restores the pre-1.3 behavior.
19+
* Thanks to [Konstantin Preißer](https://github.com/kpreisser) for contributions to this release.
20+
1321
### 1.3.9
1422

1523
* Use `StringBuilder.GetChunks` (in .NET 5.0) for `MySqlParameter`: [#977](https://github.com/mysql-net/MySqlConnector/issues/977).

0 commit comments

Comments
 (0)