Skip to content

Commit bce3051

Browse files
committed
Release 2.1.2.
1 parent 3c212dd commit bce3051

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2021-12-21
2+
lastmod: 2021-12-22
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,12 @@ weight: 30
1010

1111
# Version History
1212

13+
### 2.1.2
14+
15+
* Fix incorrect results when using prepared commands with MySQL Server 8.0.23–8.0.25.
16+
* Those server versions advertise support for query attributes, but do not fully support them for prepared statements.
17+
* The server-side bug is triggered by the client-side support for query attributes added in MySqlConnector 2.1.0.
18+
1319
### 2.1.1
1420

1521
* Fix `InvalidOperationException` when `OpenAsync` is called again after being canceled: [#1097](https://github.com/mysql-net/MySqlConnector/issues/1097).

0 commit comments

Comments
 (0)