4.1.2 release notes edits

This commit is contained in:
Michael Klishin 2025-07-04 11:31:20 +03:00
parent ee652cbe6a
commit 0b3ec492b6
No known key found for this signature in database
GPG Key ID: 16AB14D00D613900
1 changed files with 5 additions and 5 deletions

View File

@ -30,6 +30,11 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
GitHub issue: [#14131](https://github.com/rabbitmq/rabbitmq-server/pull/14131)
* A higher priority quorum queue SAC consumer was never activated when a quiescing consumer
returned or requeued its last outstanding delivery.
GitHub issue: [#14149](https://github.com/rabbitmq/rabbitmq-server/pull/14149)
#### Enhancements
* An opt-in setting that makes a node refuse to boot if there's evidence that the node might have been reset
@ -58,11 +63,6 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
GitHub issue: [#13961](https://github.com/rabbitmq/rabbitmq-server/issues/13961)
* A higher priority SAC consumer was never activated when a quiescing consumer
returned or requeued its last outstanding delivery.
GitHub issue: [#14149](https://github.com/rabbitmq/rabbitmq-server/pull/14149)
* Unhandled stream coordinator exceptions now close stream connections, giving clients a chance to reconnect and reset stream state.
GitHub issue: [#14040](https://github.com/rabbitmq/rabbitmq-server/issues/14040)