Skip to content

Commit d30bdde

Browse files
committed
Release v2.3.1
1 parent 19eb1f9 commit d30bdde

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff 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

2735
The release extends box.info responses and ConnectionPool.GetInfo return data.

0 commit comments

Comments
 (0)