From ab3baa687bffa1e72fce3987f03931f934057a23 Mon Sep 17 00:00:00 2001 From: Anton Ilyushenkov <274471+DriverX@users.noreply.github.com> Date: Mon, 3 Apr 2023 22:29:58 +0300 Subject: [PATCH] up CHANGES --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 80bbb9d..ba63e1a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,14 @@ Changes ======= +2.5.0 (2023-04-03) +------------------ + +* improve connection creation timeout +* do not lose connection in Pool while execute PING probe +* respect Pool.minsize in idle connections detector +* shuffle startup nodes for obtain cluster state + 2.4.0 (2023-03-08) ------------------