One more update to 3.11.0 release notes

This commit is contained in:
Michael Klishin 2022-09-20 02:55:01 +04:00
parent 05dfd35c59
commit bb5d6263c9
1 changed files with 16 additions and 0 deletions

View File

@ -142,6 +142,10 @@ Release notes are kept under [rabbitmq-server/release-notes](https://github.com/
GitHub issue: [#5438](https://github.com/rabbitmq/rabbitmq-server/pull/5438)
* More robust free disk space monitoring implementation for Windows.
GitHub issue: [#5738](https://github.com/rabbitmq/rabbitmq-server/pull/5738)
### Stream Plugin
@ -233,6 +237,18 @@ Release notes are kept under [rabbitmq-server/release-notes](https://github.com/
GitHub issue: [#5755](https://github.com/rabbitmq/rabbitmq-server/pull/5755)
### Shovel Plugin
#### Enhancements
* Dynamic Shovels that use the "on publish" mode now use flow control internally to avoid balooning
Shovel memory usage when the publishing side outpaces its target node.
Contributed by @gomoripeti.
GitHub issue: [#5715](https://github.com/rabbitmq/rabbitmq-server/pull/5715)
### Dependency Changes
* `ra` upgraded to [`2.3.0`](https://github.com/rabbitmq/ra/releases)