From 6c8400598f7fe1e4835562ff46d514ff09b2c362 Mon Sep 17 00:00:00 2001 From: Magnus Landerblom Date: Fri, 17 Jan 2025 11:36:46 +0100 Subject: [PATCH] docs --- CHANGELOG.md | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fa39a2bb..f40835bfa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Support for message deduplication on exchanges and queues [854](https://github.com/cloudamqp/lavinmq/pull/854) + ## [2.1.0] - 2025-01-16 ### Changed diff --git a/README.md b/README.md index 1a12920a17..f0f5269f68 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ For questions or suggestions: - Replication - Stream queues - Automatic leader election in clusters via etcd +- Message deduplication ### Known differences to other AMQP servers