Update 3.10.13 release notes
This commit is contained in:
parent
e4002b18aa
commit
e93f813660
|
|
@ -58,6 +58,15 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
||||||
|
|
||||||
### CLI Tools
|
### 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
|
#### Enhancements
|
||||||
|
|
||||||
* New key supported by `rabbitmqctl list_queues`: `effective_policy_definition` that returns
|
* 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)
|
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
|
## Dependency Upgrades
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue