Skip to content

Update 3.11.23 release notes (backport #9343) (backport #9344) #9346

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
Sep 8, 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
16 changes: 0 additions & 16 deletions release-notes/3.11.23.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,6 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
GitHub issue: [#9223](https://github.com/rabbitmq/rabbitmq-server/pull/9223)


### AMQP 1.0 Plugin

#### Bug Fixes

* Reverted [#8739](https://github.com/rabbitmq/rabbitmq-server/pull/8739) where unroutable AMQP 1.0 messages were settled with
a "released" disposition state. Some clients do not handle this outcome correctly, throwing exceptions,
which can create unnecessary and resource-consuming client reconnection and re-publishing loops.

On the RabbitMQ node end this looks like abnormally high CPU usage of a node that takes in a certain number of unroutable messages.

The original change (#8739) will be re-introduced with options for better compatibility with such irregularly-behaved clients
in RabbitMQ 3.13.x or 3.12.x.

GitHub issue: [#9334](https://github.com/rabbitmq/rabbitmq-server/pull/9334)


## Dependency Upgrades

* `osiris` was upgraded to [`1.6.4`](https://github.com/rabbitmq/osiris/tags)
Expand Down