Skip to content

Release v2.3.1 #442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

### Added

### Changed

### Fixed

## [v2.3.1] - 2025-04-03

The patch releases fixes expected Connect() behavior and reduces allocations.

### Added

- A usage of sync.Pool of msgpack.Decoder saves 2 object allocations per
a response decoding.

Expand All @@ -20,8 +30,6 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
opts.MaxReconnects == 0. Connect() blocks until a connection is established,
the context is cancelled, or the number of attempts is exhausted (#436).

### Fixed

## [v2.3.0] - 2025-03-11

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