From 749e4150edf3e4eb46601d2b911ef764133c7db2 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Mon, 14 Apr 2025 16:33:44 +0300 Subject: [PATCH] Release v2.3.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5a161d7..2c3900ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,15 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. ### Changed +### Fixed + +## [v2.3.2] - 2025-04-14 + +This release improves the logic of `Connect` and `pool.Connect` in case of a +hung I/O connection. + +### Changed + - Previously, `pool.Connect` attempted to establish a connection one after another instance. It could cause the entire chain to hang if one connection hanged. Now connections are established in parallel. After the first