Update 3.10.13 release notes

This commit is contained in:
Michael Klishin 2022-12-10 03:31:30 +04:00
parent e4002b18aa
commit e93f813660
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 17 additions and 0 deletions

View File

@ -58,6 +58,15 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
### CLI Tools
#### Bug Fixes
* `rabbitmq-queues grow` and `rabbitmq-queues shrink` misformatted the errors
they could encounter.
Contributed by @gomoripeti (CloudAMQP).
GitHub issue: [#6601](https://github.com/rabbitmq/rabbitmq-server/pull/6601)
#### Enhancements
* New key supported by `rabbitmqctl list_queues`: `effective_policy_definition` that returns
@ -65,6 +74,14 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
GitHub issue: [#6556](https://github.com/rabbitmq/rabbitmq-server/pull/6556)
### Sharding Plugin
#### Bug Fixes
* Plugin could fail to boot and halt node boot due to incorrect boot step
metadata.
GitHub issue: [#6583](https://github.com/rabbitmq/rabbitmq-server/pull/6583)
## Dependency Upgrades