summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-09-23 23:33:19 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-09-24 00:09:23 +0300
commit9bc77d25f11d66147d3c6fcf1c894ff4e84fc6d2 (patch)
treeb7ca82c37ba82f45d393145e30b132e6c2233d16
parent68a03a50c2895aaf0e6fa2515ec14a545cf32608 (diff)
downloadrabbitmq-server-git-9bc77d25f11d66147d3c6fcf1c894ff4e84fc6d2.tar.gz
Update 3.9.7 release notesv3.9.7
(cherry picked from commit e622c701fbfea086061b279478bd41e6eecd7ef2)
-rw-r--r--release-notes/3.9.7.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/release-notes/3.9.7.md b/release-notes/3.9.7.md
index 04cc34f5b5..85e53bda13 100644
--- a/release-notes/3.9.7.md
+++ b/release-notes/3.9.7.md
@@ -17,6 +17,7 @@ Contributors are encouraged to update them together with their changes. This hel
GitHub issue: [#3442](https://github.com/rabbitmq/rabbitmq-server/pull/3442)
+
### Core Server
#### Enhancements
@@ -29,6 +30,24 @@ Contributors are encouraged to update them together with their changes. This hel
GitHub issue: [#3409](https://github.com/rabbitmq/rabbitmq-server/pull/3409)
+### Prometheus Plugin
+
+#### Enhancements
+
+ * More configurability for metrics exposed via the Prometheus endpoint.
+
+ GitHub issue: [#3421](https://github.com/rabbitmq/rabbitmq-server/pull/3421)
+
+
+### Shovel Plugin
+
+#### Bug Fixes
+
+ * Shovel URIs could be logged with credentials in some scenarios.
+
+ GitHub issue: [#3476](https://github.com/rabbitmq/rabbitmq-server/pull/3476), contributed by @thuandb (AWS)
+
+
## Dependency Upgrades
* observer_cli has been upgraded from `1.6.2` to `1.7.1`