From 310be74119dbe9e07c76b4cd6ec5280013b6ee44 Mon Sep 17 00:00:00 2001 From: Oleg Jukovec Date: Sat, 1 Mar 2025 10:56:16 +0300 Subject: [PATCH] Release 1.4.3 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a041a..659f4e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed +## [1.4.3] - 2024-03-05 + +The release fixes start of a queue on instances with gaps inside +the box.info.replication array. + +### Fixed + - Grant method was added for `*_ready_buffer` spaces (#237). - Attempt to index a nil value if box.info.replication array has gaps.