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-12-22
2
+
lastmod: 2022-01-24
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
+
### 2.1.3
14
+
15
+
* Fix `Use Compression = True` when running under .NET 6.0: [#1120](https://github.com/mysql-net/MySqlConnector/issues/1120).
16
+
* Fix calculation of affected rows (the return value of `ExecuteNonQuery`) for compound statements: [#1096](https://github.com/mysql-net/MySqlConnector/issues/1096).
17
+
* Use a better `FormatException` message when a GUID can't be read: [#1114](https://github.com/mysql-net/MySqlConnector/issues/1114).
18
+
* Use cryptographic one-shot operations on .NET 5.0 and later.
19
+
* Performance: Use `SkipLocalsInit` where possible.
20
+
13
21
### 2.1.2
14
22
15
23
* Fix incorrect results when using prepared commands with MySQL Server 8.0.23–8.0.25: [#1106](https://github.com/mysql-net/MySqlConnector/issues/1106).
0 commit comments