Skip to content

Commit cf045e8

Browse files
committed
Release 2.1.3.
1 parent c3e7ff7 commit cf045e8

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-12-22
2+
lastmod: 2022-01-24
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,14 @@ weight: 30
1010

1111
# Version History
1212

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+
1321
### 2.1.2
1422

1523
* 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

Comments
 (0)