Skip to content

Commit 62ad22d

Browse files
committed
Release 2.1.9.
1 parent e075047 commit 62ad22d

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-03-06
2+
lastmod: 2022-05-15
33
date: 2017-03-27
44
menu:
55
main:
@@ -10,6 +10,15 @@ weight: 30
1010

1111
# Version History
1212

13+
### 2.1.9
14+
15+
* Set `Activity` status to ERROR if an exception occurs during `ExecuteReader`: [#1171](https://github.com/mysql-net/MySqlConnector/issues/1171).
16+
* `SSL Mode = Disabled` is supported as a synonym for `SSL Mode = None`: [#1168](https://github.com/mysql-net/MySqlConnector/issues/1168).
17+
* Added `MySqlSslMode.Disabled` enum value.
18+
* `MySqlAttribute` implements `ICloneable`: [#1169](https://github.com/mysql-net/MySqlConnector/issues/1169).
19+
* (Internal) Unix domain socket connection uses `UnixDomainSocketEndPoint` class: [#1160](https://github.com/mysql-net/MySqlConnector/issues/1160).
20+
* Thanks to [qq362220083](https://github.com/qq362220083) for contributions to this release.
21+
1322
### 2.1.8
1423

1524
* Fix bug that reset `MySqlCommand.LastInsertedId` to `-1` between commands: [#1147](https://github.com/mysql-net/MySqlConnector/issues/1147).

0 commit comments

Comments
 (0)