Skip to content
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