From 2bfe77e943f8862cbbd9f415793cea6ff545a704 Mon Sep 17 00:00:00 2001 From: Viktor Erlingsson Date: Thu, 20 Jun 2024 00:44:56 +0200 Subject: [PATCH] Handle IndexError when reading msg files (#671) Don't close queues if only msg file size is incorrect --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aff4880a2..eea0a2091a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Queues will no longer be closed if file size is incorrect. Fixes [#669](https://github.com/cloudamqp/lavinmq/issues/669) + ## [1.3.0] - 2024-07-17 ### Removed