Add #5312 to 3.10.14 release notes

This commit is contained in:
Michael Klishin 2023-01-16 19:08:31 -06:00
parent 9b0d2d3e60
commit 4419707ac8
No known key found for this signature in database
GPG Key ID: FF4F6501646A9C9A
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
#### Enhancements
* Dead-lettering of a large number of messages to a classic mirrored queues now has lower peak memory footprint.
GitHub issue: [#5312](https://github.com/rabbitmq/rabbitmq-server/issues/5312)
* Preserve additional information in the log message when heartbeat frame cannot
be sent due to a TCP timeout.