Merge pull request #4543 from rabbitmq/mk-update-3.8.29-release-notes

Update 3.8.29 release notes
This commit is contained in:
Michael Klishin 2022-04-12 15:10:16 +04:00 committed by GitHub
commit c14593c9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -43,6 +43,14 @@ consistent release schedule.
### Core Server
#### Enhancements
* 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)
#### Bug Fixes
* Maintenance mode could run into a timeout during queue leadership transfer.
@ -56,6 +64,13 @@ consistent release schedule.
#### 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)
* Corrected a help message for node memory usage tool tip.
Contributed by @etc-crontab.