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 11---
2- lastmod : 2022-01-30
2+ lastmod : 2022-02-10
33date : 2017-03-27
44menu :
55 main :
@@ -10,6 +10,15 @@ weight: 30
1010
1111# Version History
1212
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+
1322### 2.1.5
1423
1524* 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