Update 4.1.2 release notes

This commit is contained in:
Michael Klishin 2025-06-26 21:29:37 +04:00
parent 268ff69556
commit cee62dbc96
No known key found for this signature in database
GPG Key ID: 16AB14D00D613900
1 changed files with 25 additions and 0 deletions

View File

@ -18,8 +18,25 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
### Core Server
#### Bug Fixes
* Channels that had consumers that consumed from quorum queues could leak file handles
when those queues were deleted.
GitHub issue: [#14138](https://github.com/rabbitmq/rabbitmq-server/pull/14138)
* Classic queues now retry opening files when flushing buffers to significantly reduce the probability of running into
`eacces` file system operation errors from the Windows kernel.
GitHub issue: [#14131](https://github.com/rabbitmq/rabbitmq-server/pull/14131)
#### Enhancements
* An opt-in setting that makes a node refuse to boot if there's evidence that the node might have been reset
in the past.
GitHub issue: [#14125](https://github.com/rabbitmq/rabbitmq-server/pull/14125)
* Minor memory footprint optimizations.
GitHub issues: [#14089](https://github.com/rabbitmq/rabbitmq-server/pull/14089), [#14065](https://github.com/rabbitmq/rabbitmq-server/pull/14065), [#14058](https://github.com/rabbitmq/rabbitmq-server/pull/14058)
@ -41,6 +58,9 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
GitHub issue: [#14040](https://github.com/rabbitmq/rabbitmq-server/issues/14040)
* A closing connection could log a scary looking harmless exception.
GitHub issue: [#14128](https://github.com/rabbitmq/rabbitmq-server/pull/14128)
### CLI Tools
@ -63,6 +83,11 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
GitHub issue: [#14112](https://github.com/rabbitmq/rabbitmq-server/pull/14112)
* `rabbitmq-diagnostics environment` now correctly transforms its output
when `--formatter=json` is used.
GitHub issue: [#14118](https://github.com/rabbitmq/rabbitmq-server/pull/14118)
### Management Plugin