From f218646b1ed9b3833858a67c3fa69f95c91c6a9a Mon Sep 17 00:00:00 2001 From: Bradley Grainger Date: Fri, 23 Dec 2022 14:32:38 -0800 Subject: [PATCH] Release 2.2.4. --- docs/content/overview/version-history.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/overview/version-history.md b/docs/content/overview/version-history.md index df75402bb..291f2575f 100644 --- a/docs/content/overview/version-history.md +++ b/docs/content/overview/version-history.md @@ -1,5 +1,5 @@ --- -lastmod: 2022-12-18 +lastmod: 2022-12-23 date: 2017-03-27 menu: main: @@ -10,6 +10,10 @@ weight: 30 # Version History +### 2.2.4 + +* Fix a race condition in recovering leaked sessions: [#1263](https://github.com/mysql-net/MySqlConnector/issues/1263). + ### 2.2.3 * Avoid renormalizing parameter names when executing a prepared command: [#1252](https://github.com/mysql-net/MySqlConnector/pull/1252).