We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85e137 commit 66ef721Copy full SHA for 66ef721
CHANGELOG.md
@@ -12,6 +12,15 @@ 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
+This release improves the logic of `Connect` and `pool.Connect` in case of a
20
+hung I/O connection.
21
22
+### Changed
23
24
- Previously, `pool.Connect` attempted to establish a connection one after
25
another instance. It could cause the entire chain to hang if one connection
26
hanged. Now connections are established in parallel. After the first
0 commit comments