One more update to 3.11.0 release notes
This commit is contained in:
parent
05dfd35c59
commit
bb5d6263c9
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue