Update 3.12.0 release notes

This commit is contained in:
Michael Klishin 2023-04-06 01:36:35 +04:00
parent 2560aa8eb7
commit 144e458f90
1 changed files with 11 additions and 1 deletions

View File

@ -184,6 +184,16 @@ Release notes are kept under [rabbitmq-server/release-notes](https://github.com/
This release includes all bug fixes shipped in the `3.11.x` series.
* It is now possible to use at-most-once dead lettering with streams (dead letter
messages to a stream).
GitHub issue: [#7846](https://github.com/rabbitmq/rabbitmq-server/pull/7846)
* [Superstream](https://blog.rabbitmq.com/posts/2022/07/rabbitmq-3-11-feature-preview-super-streams/) could fail
to elect a single active consumer (SAC) in certain consumer churn conditions.
GitHub issue: [#7743](https://github.com/rabbitmq/rabbitmq-server/issues/7743)
* Classic mirrored queues that had a [length limit](https://rabbitmq.com/maxlength.html) defined on them
handled the overflow of messages differently from the current elected leader,
eventually causing exceptions and replica restarts.
@ -261,7 +271,7 @@ This release includes all bug fixes shipped in the `3.11.x` series.
### Dependency Changes
* `ra` was upgraded [to `2.5.0`](https://github.com/rabbitmq/ra/releases)
* `ra` was upgraded [to `2.5.1`](https://github.com/rabbitmq/ra/releases)
## Source Code Archives