Skip to content

Commit

Permalink
Handle IndexError when reading msg files (#671)
Browse files Browse the repository at this point in the history
Don't close queues if only msg file size is incorrect
  • Loading branch information
viktorerlingsson authored and spuun committed Aug 26, 2024
1 parent d5776b2 commit 2bfe77e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2bfe77e

Please sign in to comment.