Skip to content

Commit 66ef721

Browse files
committed
Release v2.3.2
1 parent e85e137 commit 66ef721

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1212

1313
### Changed
1414

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+
1524
- Previously, `pool.Connect` attempted to establish a connection one after
1625
another instance. It could cause the entire chain to hang if one connection
1726
hanged. Now connections are established in parallel. After the first

0 commit comments

Comments
 (0)