From a4e10da6460e610e333f0f10867d844ecf1da476 Mon Sep 17 00:00:00 2001 From: Christina Date: Tue, 12 Sep 2023 15:01:48 +0200 Subject: [PATCH] LavinMQ v.1.2.3 --- CHANGELOG.md | 4 +++- shard.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d0ec7864..250708da12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.3] - 2023-09-12 + ### Fixed - A bug in amq-protocol caused lost headers when dead-lettering [amq-protocol/#12](https://github.com/cloudamqp/amq-protocol.cr/pull/12) - Block creation of queues and users when disk is close to full to prevent disk from becoming full [#567](https://github.com/cloudamqp/lavinmq/pull/567) - Compacting definitions during runtime to avoid the definitions file to grow endlessly when churning bindings/queues (#571) -- Only store bind/unbind defintions if not already added, decreases definitions file growth +- Only store bind/unbind defintions if not already added, decreases definitions file growth - Unmap segments in stream queues regularly - Unmap segments when all consumers from a queue has disconnected diff --git a/shard.yml b/shard.yml index 21930a4c48..78ff606f06 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: lavinmq -version: 1.2.2 +version: 1.2.3 authors: - Carl Hörberg