Skip to content

Update 3.11.17 release notes (backport #8406) (backport #8407) #8408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 52 additions & 1 deletion release-notes/3.11.17.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand Down