summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2021-09-21 16:46:21 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-09-21 17:07:17 +0300
commitae4d84f403aeb1331e00ce50104d031c729ed1f1 (patch)
treedaf26d0be70f99a31f1d25e5910b03320fa3104d
parent5fb118e8ef062b5169f139365cb0b036e9baf30e (diff)
downloadrabbitmq-server-git-ae4d84f403aeb1331e00ce50104d031c729ed1f1.tar.gz
(cherry picked from commit 7ce2a0dac810211015012354a5fd1cce4fb16afe)
Conflicts: release-notes/3.9.6.md
-rw-r--r--release-notes/3.9.6.md10
-rw-r--r--release-notes/3.9.7.md18
2 files changed, 6 insertions, 22 deletions
diff --git a/release-notes/3.9.6.md b/release-notes/3.9.6.md
index 864fc7ee00..8f55b0e080 100644
--- a/release-notes/3.9.6.md
+++ b/release-notes/3.9.6.md
@@ -16,7 +16,7 @@ Contributors are encouraged to update them together with their changes. This hel
#### Bug Fixes
-* TLS information delivered in [Proxy protocol](https://www.rabbitmq.com/networking.html#proxy-protocol) header is now attached to connection metrics as if it was provided by a non-proxying client.
+ * TLS information delivered in [Proxy protocol](https://www.rabbitmq.com/networking.html#proxy-protocol) header is now attached to connection metrics as if it was provided by a non-proxying client.
GitHub issues: [#3175](https://github.com/rabbitmq/rabbitmq-server/pull/3175), [#3371](https://github.com/rabbitmq/rabbitmq-server/pull/3371) contributed by @prefiks, sponsored by CloudAMQP
@@ -45,14 +45,6 @@ Contributors are encouraged to update them together with their changes. This hel
GitHub issue: [#3340](https://github.com/rabbitmq/rabbitmq-server/pull/3340)
- * Classic queue shutdown now uses a much higher timeout (up to 10 minutes instead of 30 seconds).
-
- In environments with many queues (especially mirrored queues) and many consumers this means that
- the chance of queue indices rebuilding after node restart is now substantially lower.
-
- GitHub issue: [#3409](https://github.com/rabbitmq/rabbitmq-server/pull/3409)
-
-
### Management Plugin
#### Enhancements
diff --git a/release-notes/3.9.7.md b/release-notes/3.9.7.md
index 458fcff417..04cc34f5b5 100644
--- a/release-notes/3.9.7.md
+++ b/release-notes/3.9.7.md
@@ -19,27 +19,19 @@ Contributors are encouraged to update them together with their changes. This hel
### Core Server
-#### Bug Fixes
-
-* ...
-
-### Stream Plugin
-
-#### Bug Fixes
-
- * ...
+#### Enhancements
-### Management Plugin
+ * Classic queue shutdown now uses a much higher timeout (up to 10 minutes instead of 30 seconds).
-#### Enhancements
+ In environments with many queues (especially mirrored queues) and many consumers this means that
+ the chance of queue indices rebuilding after node restart is now substantially lower.
- * ...
+ GitHub issue: [#3409](https://github.com/rabbitmq/rabbitmq-server/pull/3409)
## Dependency Upgrades
* observer_cli has been upgraded from `1.6.2` to `1.7.1`
- * ...
## Source Code Archives