From af12ff13cd67c11201eb5d7f26cab8b585b21931 Mon Sep 17 00:00:00 2001 From: Christina Date: Mon, 25 Mar 2024 15:20:50 +0100 Subject: [PATCH] v1.2.10 --- CHANGELOG.md | 6 ++++++ shard.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9a550dc93..c211c75ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Don't use shovel name as consumer tag [#634](https://github.com/cloudamqp/lavinmq/pull/634) - Keep the same vhost selected when creating queues [#629](https://github.com/cloudamqp/lavinmq/pull/629) - Make sure name of Queues, Exchanges & Vhosts is not longer than 255 characters [#631](https://github.com/cloudamqp/lavinmq/pull/631) +- Add nilguard for matching x-delayed-type argument [#639](https://github.com/cloudamqp/lavinmq/pull/639) + +### Changed + +- Use system assigned ports in specs [#640](https://github.com/cloudamqp/lavinmq/pull/640) +- Let MFile raise ClosedError instead of IO::Error [#642](https://github.com/cloudamqp/lavinmq/pull/642) ### Added diff --git a/shard.yml b/shard.yml index 5ed729a665..e342688636 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: lavinmq -version: 1.2.9 +version: 1.2.10 authors: - Carl Hörberg