You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/overview/version-history.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
lastmod: 2021-04-30
2
+
lastmod: 2021-06-16
3
3
date: 2017-03-27
4
4
menu:
5
5
main:
@@ -10,6 +10,14 @@ weight: 30
10
10
11
11
# Version History
12
12
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
+
13
21
### 1.3.9
14
22
15
23
* Use `StringBuilder.GetChunks` (in .NET 5.0) for `MySqlParameter`: [#977](https://github.com/mysql-net/MySqlConnector/issues/977).
0 commit comments