From cf045e8720a7ffd435efce7914beca57ee33ada3 Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Mon, 24 Jan 2022 19:04:22 -0800 Subject: [PATCH] Release 2.1.3. --- docs/content/overview/version-history.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index e37eba469..26f9e6ef8 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -1,5 +1,5 @@ --- -lastmod: 2021-12-22 +lastmod: 2022-01-24 date: 2017-03-27 menu: main: @@ -10,6 +10,14 @@ weight: 30 # Version History +### 2.1.3 + +* Fix `Use Compression = True` when running under .NET 6.0: [#1120](https://github.com/mysql-net/MySqlConnector/issues/1120). +* Fix calculation of affected rows (the return value of `ExecuteNonQuery`) for compound statements: [#1096](https://github.com/mysql-net/MySqlConnector/issues/1096). +* Use a better `FormatException` message when a GUID can't be read: [#1114](https://github.com/mysql-net/MySqlConnector/issues/1114). +* Use cryptographic one-shot operations on .NET 5.0 and later. +* Performance: Use `SkipLocalsInit` where possible. + ### 2.1.2 * 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).