Update 3.9.15 release notes
This commit is contained in:
parent
c14593c9c6
commit
4c090c779f
|
@ -24,6 +24,12 @@ Contributors are encouraged to update them together with their changes. This hel
|
|||
|
||||
GitHub issue: [#4510](https://github.com/rabbitmq/rabbitmq-server/issues/4510)
|
||||
|
||||
* Significantly faster queue re-import from [definitions](https://rabbitmq.com/definitions.html)
|
||||
on subsequent node restarts. Initial definition import still takes
|
||||
the same amount of time as before.
|
||||
|
||||
GitHub issue: [#4538](https://github.com/rabbitmq/rabbitmq-server/pull/4538)
|
||||
|
||||
* When a policy contained keys unsupported by a particular queue
|
||||
type, and later updated or superseded by a higher priority policy,
|
||||
effective optional argument list could become inconsistent (policy
|
||||
|
@ -60,12 +66,25 @@ Contributors are encouraged to update them together with their changes. This hel
|
|||
|
||||
#### Bug Fixes
|
||||
|
||||
* Connection data transfer rate units were incorrectly displayed when
|
||||
rate was less than 1 kiB per second.
|
||||
|
||||
Contributed by @zgabi.
|
||||
|
||||
GitHub issue: [#4523](https://github.com/rabbitmq/rabbitmq-server/issues/4523)
|
||||
|
||||
* `rabbitmqadmin` now correctly loads TLS-related keys from its configuration file.
|
||||
|
||||
Contributed by @fwolfsjaeger.
|
||||
|
||||
GitHub issue: [#4408](https://github.com/rabbitmq/rabbitmq-server/pull/4408)
|
||||
|
||||
* Corrected a help message for node memory usage tool tip.
|
||||
|
||||
Contributed by @etc-crontab.
|
||||
|
||||
GitHub issue: [#4493](https://github.com/rabbitmq/rabbitmq-server/issues/4493)
|
||||
|
||||
|
||||
### LDAP Plugin
|
||||
|
||||
|
|
Loading…
Reference in New Issue