Finalize 3.9.8 release notes

This commit is contained in:
Loïc Hoguin 2021-04-09 15:01:28 +02:00 committed by Michael Klishin
parent e64c316716
commit b8e6acc89a
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 41 additions and 0 deletions

View File

@ -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)