From d30bdde8bf4ed2d12caa7f2f36c365d810f1184f Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Thu, 3 Apr 2025 08:19:31 +0300 Subject: [PATCH] Release v2.3.1 --- CHANGELOG.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b87725d4..aebbd1d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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.