Update 3.12.0 release notes
This commit is contained in:
parent
2560aa8eb7
commit
144e458f90
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue