summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoïc Hoguin <lhoguin@vmware.com>2021-04-09 15:01:28 +0200
committerMichael Klishin <michael@clojurewerkz.org>2021-10-19 22:59:44 +0300
commit7e2a6ff328984bcb2515e73254942c86d00f0870 (patch)
tree9e652daf149f90e1fd1a6a8be353567d59679ac5
parent43b10615be78dc8cb076555bf0fb579b546aee11 (diff)
downloadrabbitmq-server-git-7e2a6ff328984bcb2515e73254942c86d00f0870.tar.gz
Finalize 3.9.8 release notes
-rw-r--r--release-notes/3.9.8.md41
1 files changed, 41 insertions, 0 deletions
diff --git a/release-notes/3.9.8.md b/release-notes/3.9.8.md
index f336cadb80..90433c04d4 100644
--- a/release-notes/3.9.8.md
+++ b/release-notes/3.9.8.md
@@ -32,6 +32,47 @@ Contributors are encouraged to update them together with their changes. This hel
GitHub issue: [rabbitmq/osiris#53](https://github.com/rabbitmq/osiris/issues/53)
+### Prometheus Plugin
+
+#### Enhancements
+
+ * More data is exposed via the `GET /metrics/detailed` endpoint.
+
+ GitHub issue: [#3520](https://github.com/rabbitmq/rabbitmq-server/pull/3520)
+
+
+### Management Plugin
+
+#### Bug Fixes
+
+ * When setting topic permissions, the list of exchanges in the UI now honors the
+ currently selected virtual host.
+
+ Contributed by @LuisCusihuaman.
+
+ GitHub issue: [#3545](https://github.com/rabbitmq/rabbitmq-server/pull/3545)
+
+
+### AWS Peer Discovery Plugin
+
+#### Enhancements
+
+ * The plugin now logs more details for failed AWS API requests.
+
+ Contributed by @tvhong-amazon (AWS)
+
+ GitHub issue: [#3579](https://github.com/rabbitmq/rabbitmq-server/pull/3579)
+
+
+### Web STOMP Plugin
+
+#### Enhancements
+
+ * STOMP-over-WebSockets connections now can consume from [streams](https://rabbitmq.com/streams.html).
+
+ GitHub issue: [#3509](https://github.com/rabbitmq/rabbitmq-server/pull/3509)
+
+
## Dependency Upgrades
* Osiris was [upgraded to `1.2.2`](https://github.com/rabbitmq/osiris/compare/v1.2.0...v1.2.2)