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.
2 parents 1465e58 + e00ce09 commit a90eb35Copy full SHA for a90eb35
docs/content/overview/version-history.md
@@ -1,5 +1,5 @@
1
---
2
-lastmod: 2021-09-10
+lastmod: 2021-10-02
3
date: 2017-03-27
4
menu:
5
main:
@@ -41,6 +41,11 @@ weight: 30
41
* Use `ZLibStream` for compression: [#957](https://github.com/mysql-net/MySqlConnector/issues/957).
42
* Use `X_OR_GREATER` preprocessor definitions: [#958](https://github.com/mysql-net/MySqlConnector/issues/958).
43
44
+### 1.3.13
45
+
46
+* Remove inner exception for `UnableToConnectToHost` exception: [#1035](https://github.com/mysql-net/MySqlConnector/issues/1035).
47
+* Reword "recovering leaked sessions" log message.
48
49
### 1.3.12
50
51
* Fix bug executing stored procedures with backticks in their names: [#1029](https://github.com/mysql-net/MySqlConnector/issues/1029).
0 commit comments