We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19eb1f9 commit c043771Copy full SHA for c043771
CHANGELOG.md
@@ -10,6 +10,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
10
11
### Added
12
13
+### Changed
14
+
15
+### Fixed
16
17
+## [v2.3.1] - 2025-04-03
18
19
+The patch releases fixes expected Connect() behavior and reduces allocations.
20
21
+### Added
22
23
- A usage of sync.Pool of msgpack.Decoder saves 2 object allocations per
24
a response decoding.
25
@@ -20,8 +30,6 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
30
opts.MaxReconnects == 0. Connect() blocks until a connection is established,
31
the context is cancelled, or the number of attempts is exhausted (#436).
32
-### Fixed
-
33
## [v2.3.0] - 2025-03-11
26
34
27
35
The release extends box.info responses and ConnectionPool.GetInfo return data.
0 commit comments