3.9.13 release notes

This commit is contained in:
Michael Klishin 2022-01-18 23:55:09 +03:00
parent 96c9270fb3
commit 9c3a6c07f7
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 12 additions and 2 deletions

View File

@ -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