File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- lastmod : 2022-01-30
2
+ lastmod : 2022-02-10
3
3
date : 2017-03-27
4
4
menu :
5
5
main :
@@ -10,6 +10,15 @@ weight: 30
10
10
11
11
# Version History
12
12
13
+ ### 2.1.6
14
+
15
+ * Fix unintentional TLS downgrade: [ #1134 ] ( https://github.com/mysql-net/MySqlConnector/issues/1134 ) .
16
+ * To ensure the desired TLS version is used, set ` TlsVersion ` in your connection string.
17
+ * Fix deadlock when cancelling a command.
18
+ * Fix ` ArgumentException ` when calling ` GetSchema("Parameters") ` against MySQL 8.0: [ #1128 ] ( https://github.com/mysql-net/MySqlConnector/issues/1128 ) .
19
+ * Set ` MySqlParameter.Size ` in ` DeriveParameters ` : [ #1125 ] ( https://github.com/mysql-net/MySqlConnector/issues/1125 ) .
20
+ * Thanks to [ Andrew Nagel] ( https://github.com/lostatredrock ) and [ Viktor Svyatokha] ( https://github.com/ahydrax ) for contributions to this release.
21
+
13
22
### 2.1.5
14
23
15
24
* Speed up ` MySqlDataAdapter.Update ` when ` UpdateBatchSize ` is large: [ #1124 ] ( https://github.com/mysql-net/MySqlConnector/issues/1124 ) .
You can’t perform that action at this time.
0 commit comments