@@ -28,6 +28,23 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
28
28
29
29
GitHub issue: [ #8282 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/8282 )
30
30
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
+
31
48
#### Enhancements
32
49
33
50
* 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://
37
54
GitHub issue: [ #7389 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/7389 )
38
55
39
56
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
+
40
91
### Debian Package
41
92
42
93
#### Bug Fixes
@@ -57,7 +108,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
57
108
58
109
## Dependency Upgrades
59
110
60
- None in this release.
111
+ * [ CSV parser ] ( https://github.com/beatrichartz/csv ) used by CLI tools was upgraded to ` 3.0.5 `
61
112
62
113
63
114
## Source Code Archives
0 commit comments