We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85e137 commit 2ae5833Copy full SHA for 2ae5833
CHANGELOG.md
@@ -12,6 +12,14 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
12
13
### Changed
14
15
+### Fixed
16
+
17
+## [v2.3.2] - 2025-04-14
18
19
+The release fixes always unsuccessful `pool.Connect` if a i/o connection hangs.
20
21
+### Changed
22
23
- Previously, `pool.Connect` attempted to establish a connection one after
24
another instance. It could cause the entire chain to hang if one connection
25
hanged. Now connections are established in parallel. After the first
0 commit comments