File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1010
1111### Added
1212
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+
1323- A usage of sync.Pool of msgpack.Decoder saves 2 object allocations per
1424 a response decoding.
1525
@@ -20,8 +30,6 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
2030 opts.MaxReconnects == 0. Connect() blocks until a connection is established,
2131 the context is cancelled, or the number of attempts is exhausted (#436 ).
2232
23- ### Fixed
24-
2533## [ v2.3.0] - 2025-03-11
2634
2735The release extends box.info responses and ConnectionPool.GetInfo return data.
You can’t perform that action at this time.
0 commit comments