Skip to content

Commit 8e247fb

Browse files
Merge pull request #8408 from rabbitmq/mergify/bp/v3.11.x/pr-8407
Update 3.11.17 release notes (backport #8406) (backport #8407)
2 parents 9711e01 + 873be9a commit 8e247fb

File tree

1 file changed

+52
-1
lines changed

1 file changed

+52
-1
lines changed

release-notes/3.11.17.md

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)