From 8a096d353306642f5139eaa48511578b92cdae29 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 24 Sep 2021 12:53:11 +0300 Subject: [PATCH] Update 3.9.7 release notes --- release-notes/3.9.7.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release-notes/3.9.7.md b/release-notes/3.9.7.md index 85e53bda13..410c5ef619 100644 --- a/release-notes/3.9.7.md +++ b/release-notes/3.9.7.md @@ -29,6 +29,12 @@ Contributors are encouraged to update them together with their changes. This hel GitHub issue: [#3409](https://github.com/rabbitmq/rabbitmq-server/pull/3409) +#### Bug Fixes + +* Quorum queues no longer leak memory and disk space when a consumer is repeatedly added and cancelled on an empty queue. + + GitHub issue: [#3445](https://github.com/rabbitmq/rabbitmq-server/issues/3445) + ### Prometheus Plugin