Update 4.1.0 release notes
This commit is contained in:
parent
5b99c6b5b9
commit
402eb3a883
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue