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-23 23:33:19 +0300
commite622c701fbfea086061b279478bd41e6eecd7ef2 (patch)
tree591962471461ae83383398d75b95677d4b6f7d3c
parent300ab952b993727f195b63b75bddcaabff83c21b (diff)
downloadrabbitmq-server-git-e622c701fbfea086061b279478bd41e6eecd7ef2.tar.gz
Update 3.9.7 release notes
-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`