Update 4.1.0 release notes

This commit is contained in:
Michael Klishin 2025-04-01 22:03:55 -04:00
parent 5b99c6b5b9
commit 402eb3a883
No known key found for this signature in database
GPG Key ID: 44BF2725475205B2
2 changed files with 4 additions and 2 deletions

View File

@ -80,8 +80,8 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
#### Bug Fixes
* When a connection of one or more consumers in a [Single Active Consumer]() group failed, the group
could try to activate (promote) one of the consumers are are no longer online. In practical terms
* When a connection of one or more consumers in a [Single Active Consumer](https://www.rabbitmq.com/docs/streams#single-active-consumer) group failed,
the group could try to activate (promote) one of the consumers are are no longer online. In practical terms
this means that other consumers were not getting any deliveries.
GitHub issue: [#13660](https://github.com/rabbitmq/rabbitmq-server/pull/13660)

View File

@ -487,6 +487,8 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
Note that the values in the path must be percent-encoded, including the pattern.
GitHub issue: [#13571](https://github.com/rabbitmq/rabbitmq-server/pull/13571)
* Web app tab title now changes depending on the selected top-level tab.
GitHub issue: [#13512](https://github.com/rabbitmq/rabbitmq-server/pull/13512)