Skip to content

Commit

Permalink
Release 2.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrainger committed Jan 25, 2022
1 parent c3e7ff7 commit cf045e8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/content/overview/version-history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastmod: 2021-12-22
lastmod: 2022-01-24
date: 2017-03-27
menu:
main:
Expand All @@ -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).
Expand Down

0 comments on commit cf045e8

Please sign in to comment.