We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f723610 commit da20515Copy full SHA for da20515
docs/content/overview/version-history.md
@@ -1,5 +1,5 @@
1
---
2
-lastmod: 2022-11-20
+lastmod: 2022-12-05
3
date: 2017-03-27
4
menu:
5
main:
@@ -10,6 +10,11 @@ weight: 30
10
11
# Version History
12
13
+### 2.2.2
14
+
15
+* Fix memory leak when initializing a TLS connection: [#1247](https://github.com/mysql-net/MySqlConnector/issues/1247).
16
+* Fix failure to dispose objects if an exception is thrown when connecting: [#1248](https://github.com/mysql-net/MySqlConnector/issues/1248).
17
18
### 2.2.1
19
20
* Fix failure to load client SSL private key files: [#1242](https://github.com/mysql-net/MySqlConnector/issues/1242).
0 commit comments