Skip to content

Commit

Permalink
3.9.13 release notes
Browse files Browse the repository at this point in the history
(cherry picked from commit 9c3a6c0)
  • Loading branch information
michaelklishin committed Jan 18, 2022
1 parent 752ad9e commit 4066168
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions release-notes/3.9.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,21 @@ Contributors are encouraged to update them together with their changes. This hel

#### Bug Fixes

TBD
* Disk space monitor now correctly parses output on (at least some) systems where non-ASCII characters are used in paths.

GitHub issue: [#3970](https://github.com/rabbitmq/rabbitmq-server/pull/3970)

* Stream leader election is now deterministic when cluster is undergoing a rolling upgrade.

GitHub issue: [#3967](https://github.com/rabbitmq/rabbitmq-server/pull/3967)

#### Enhancements

TBD
* Queue and binding [definition import](https://rabbitmq.com/definitions.html) can be delayed until a moment
when at least N nodes (e.g. three) have joined the cluster. This way imported quorum queues will have a desired
number of replicas from the start.

GitHub issue: [#3986](https://github.com/rabbitmq/rabbitmq-server/pull/3986)


## Dependency Upgrades
Expand Down

0 comments on commit 4066168

Please sign in to comment.