Update 3.9.15 release notes

This commit is contained in:
Michael Klishin 2022-04-12 15:12:51 +04:00
parent c14593c9c6
commit 4c090c779f
No known key found for this signature in database
GPG Key ID: 8ADA141E1AD87C94
1 changed files with 19 additions and 0 deletions

View File

@ -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) 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 * When a policy contained keys unsupported by a particular queue
type, and later updated or superseded by a higher priority policy, type, and later updated or superseded by a higher priority policy,
effective optional argument list could become inconsistent (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 #### 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. * `rabbitmqadmin` now correctly loads TLS-related keys from its configuration file.
Contributed by @fwolfsjaeger. Contributed by @fwolfsjaeger.
GitHub issue: [#4408](https://github.com/rabbitmq/rabbitmq-server/pull/4408) 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 ### LDAP Plugin