Skip to content

Commit 78051fb

Browse files
committed
Release 2.1.6.
1 parent 5a83331 commit 78051fb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2022-01-30
2+
lastmod: 2022-02-10
33
date: 2017-03-27
44
menu:
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).

0 commit comments

Comments
 (0)