File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ weight: 30
12
12
13
13
### 2.1.6
14
14
15
- * Fix unintentional TLS downgrade: [ #1134 ] ( https://github.com/mysql-net/MySqlConnector/issues/1134 ) .
15
+ * Fix unintentional TLS downgrade: [ #1132 ] ( https://github.com/mysql-net/MySqlConnector/issues/1132 ) .
16
16
* To ensure the desired TLS version is used, set ` TlsVersion ` in your connection string.
17
- * Fix deadlock when cancelling a command.
17
+ * Fix deadlock when cancelling a command: [ # 1131 ] ( https://github.com/mysql-net/MySqlConnector/issues/1131 ) .
18
18
* Fix ` ArgumentException ` when calling ` GetSchema("Parameters") ` against MySQL 8.0: [ #1128 ] ( https://github.com/mysql-net/MySqlConnector/issues/1128 ) .
19
19
* Set ` MySqlParameter.Size ` in ` DeriveParameters ` : [ #1125 ] ( https://github.com/mysql-net/MySqlConnector/issues/1125 ) .
20
20
* Thanks to [ Andrew Nagel] ( https://github.com/lostatredrock ) and [ Viktor Svyatokha] ( https://github.com/ahydrax ) for contributions to this release.
You can’t perform that action at this time.
0 commit comments