@@ -28,6 +28,23 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
2828
2929 GitHub issue: [ #8282 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/8282 )
3030
31+ * Nodes that had a large number of quorum queues could observe accumulation of Erlang processes
32+ under significant load.
33+
34+ GitHub issue: [ #7389 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/7389 )
35+
36+ * Nodes could hand when recovering classic queue indices.
37+
38+ GitHub issue: [ #8343 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/8343 )
39+
40+ * As of [ #6418 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/6418 ) , nodes refuse
41+ to start if the definitions file cannot be parsed as valid JSON.
42+
43+ Now this also applies to nodes that were configure to skip definition import if the input file(s) has changed
44+ using the ` definitions.skip_if_unchanged ` setting.
45+
46+ GitHub issue: [ #8372 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/8372 )
47+
3148#### Enhancements
3249
3350 * 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://
3754 GitHub issue: [ #7389 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/7389 )
3855
3956
57+ ### Management Plugin
58+
59+ #### Bug Fixes
60+
61+ * The plugin reported the interface [ its listener(s)] ( https://rabbitmq.com/management.html#single-listener-port ) were bound to incorrectly.
62+
63+ GitHub issue: [ #8242 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/8242 )
64+
65+ #### Enhancements
66+
67+ * It is now possible to change default queue type for a virtual host using the
68+ ` PUT /api/vhosts/{name} ` endpoint.
69+
70+ GitHub issue: [ #8342 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/8342 )
71+
72+
73+ ### Web STOMP Plugin
74+
75+ #### Bug Fixes
76+
77+ * The plugin reported the interface its listener(s) were bound to incorrectly.
78+
79+ GitHub issue: [ #8242 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/8242 )
80+
81+
82+ ### Web MQTT Plugin
83+
84+ #### Bug Fixes
85+
86+ * The plugin reported the interface its listener(s) were bound to incorrectly.
87+
88+ GitHub issue: [ #8242 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/8242 )
89+
90+
4091### Debian Package
4192
4293#### Bug Fixes
@@ -57,7 +108,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
57108
58109## Dependency Upgrades
59110
60- None in this release.
111+ * [ CSV parser ] ( https://github.com/beatrichartz/csv ) used by CLI tools was upgraded to ` 3.0.5 `
61112
62113
63114## Source Code Archives
0 commit comments