Update 3.11.17 release notes
This commit is contained in:
parent
1f0b9ae497
commit
fbcf7043f4
|
@ -28,6 +28,23 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
|||
|
||||
GitHub issue: [#8282](https://github.com/rabbitmq/rabbitmq-server/pull/8282)
|
||||
|
||||
* Nodes that had a large number of quorum queues could observe accumulation of Erlang processes
|
||||
under significant load.
|
||||
|
||||
GitHub issue: [#7389](https://github.com/rabbitmq/rabbitmq-server/issues/7389)
|
||||
|
||||
* Nodes could hand when recovering classic queue indices.
|
||||
|
||||
GitHub issue: [#8343](https://github.com/rabbitmq/rabbitmq-server/pull/8343)
|
||||
|
||||
* As of [#6418](https://github.com/rabbitmq/rabbitmq-server/pull/6418), nodes refuse
|
||||
to start if the definitions file cannot be parsed as valid JSON.
|
||||
|
||||
Now this also applies to nodes that were configure to skip definition import if the input file(s) has changed
|
||||
using the `definitions.skip_if_unchanged` setting.
|
||||
|
||||
GitHub issue: [#8372](https://github.com/rabbitmq/rabbitmq-server/issues/8372)
|
||||
|
||||
#### Enhancements
|
||||
|
||||
* Reduce CPU footprint of quorum queue metric emission in clusters with a lot of quorum queues.
|
||||
|
@ -37,6 +54,40 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
|||
GitHub issue: [#7389](https://github.com/rabbitmq/rabbitmq-server/issues/7389)
|
||||
|
||||
|
||||
### Management Plugin
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* The plugin reported the interface [its listener(s)](https://rabbitmq.com/management.html#single-listener-port) were bound to incorrectly.
|
||||
|
||||
GitHub issue: [#8242](https://github.com/rabbitmq/rabbitmq-server/issues/8242)
|
||||
|
||||
#### Enhancements
|
||||
|
||||
* It is now possible to change default queue type for a virtual host using the
|
||||
`PUT /api/vhosts/{name}` endpoint.
|
||||
|
||||
GitHub issue: [#8342](https://github.com/rabbitmq/rabbitmq-server/pull/8342)
|
||||
|
||||
|
||||
### Web STOMP Plugin
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* The plugin reported the interface its listener(s) were bound to incorrectly.
|
||||
|
||||
GitHub issue: [#8242](https://github.com/rabbitmq/rabbitmq-server/issues/8242)
|
||||
|
||||
|
||||
### Web MQTT Plugin
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* The plugin reported the interface its listener(s) were bound to incorrectly.
|
||||
|
||||
GitHub issue: [#8242](https://github.com/rabbitmq/rabbitmq-server/issues/8242)
|
||||
|
||||
|
||||
### Debian Package
|
||||
|
||||
#### Bug Fixes
|
||||
|
@ -57,7 +108,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
|||
|
||||
## Dependency Upgrades
|
||||
|
||||
None in this release.
|
||||
* [CSV parser](https://github.com/beatrichartz/csv) used by CLI tools was upgraded to `3.0.5`
|
||||
|
||||
|
||||
## Source Code Archives
|
||||
|
|
Loading…
Reference in New Issue