Skip to content

Commit 7c79eee

Browse files
committed
Release 2.1.7.
1 parent 754cc11 commit 7c79eee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/content/overview/version-history.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
lastmod: 2022-02-18
2+
lastmod: 2022-02-19
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,13 @@ weight: 30
1010

1111
# Version History
1212

13+
### 2.1.7
14+
15+
* `MySqlCommand` no longer automatically appends a semicolon to the user-provided `CommandText`: [#1133](https://github.com/mysql-net/MySqlConnector/issues/1133).
16+
* This improves compatibility with Sphinx Search (SphinxQL).
17+
* `MySqlBulkCopy` supports `MySqlDecimal`, `BigInteger`, `DateOnly`, `TimeOnly`: [#1143](https://github.com/mysql-net/MySqlConnector/issues/1143).
18+
* Fix `InvalidOperationException` when the `TLS Version` connection string option contains multiple values: [#1138](https://github.com/mysql-net/MySqlConnector/issues/1138).
19+
1320
### 2.1.6
1421

1522
* Fix unintentional TLS downgrade: [#1132](https://github.com/mysql-net/MySqlConnector/issues/1132).

0 commit comments

Comments
 (0)