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
+20-1Lines changed: 20 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-11-09
2
+
lastmod: 2021-11-27
3
3
date: 2017-03-27
4
4
menu:
5
5
main:
@@ -10,6 +10,25 @@ weight: 30
10
10
11
11
# Version History
12
12
13
+
### 2.1.0
14
+
15
+
* Opening a connection from the pool is now twice as fast: [#1089](https://github.com/mysql-net/MySqlConnector/issues/1089).
16
+
* This may fail with Amazon Aurora RDS; to explicitly disable this, set `Pipelining = False;` in the connection string.
17
+
* Add support for [query attributes](https://dev.mysql.com/doc/refman/8.0/en/query-attributes.html): [#930](https://github.com/mysql-net/MySqlConnector/issues/930).
18
+
* This requires MySQL Server 8.0.23 (or later) for regular commands, and MySQL Server 8.0.26 (or later) for prepared commands.
19
+
* Add attributes to the `MySqlCommand.Attributes` collection to send them to the server when the command is executed.
0 commit comments