@@ -18,8 +18,25 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
1818
1919### Core Server
2020
21+ #### Bug Fixes
22+
23+ * Channels that had consumers that consumed from quorum queues could leak file handles
24+ when those queues were deleted.
25+
26+ GitHub issue: [ #14138 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14138 )
27+
28+ * Classic queues now retry opening files when flushing buffers to significantly reduce the probability of running into
29+ ` eacces ` file system operation errors from the Windows kernel.
30+
31+ GitHub issue: [ #14131 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14131 )
32+
2133#### Enhancements
2234
35+ * An opt-in setting that makes a node refuse to boot if there's evidence that the node might have been reset
36+ in the past.
37+
38+ GitHub issue: [ #14125 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14125 )
39+
2340 * Minor memory footprint optimizations.
2441
2542 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://
4158
4259 GitHub issue: [ #14040 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/14040 )
4360
61+ * A closing connection could log a scary looking harmless exception.
62+
63+ GitHub issue: [ #14128 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14128 )
4464
4565
4666### CLI Tools
@@ -63,6 +83,11 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
6383
6484 GitHub issue: [ #14112 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14112 )
6585
86+ * ` rabbitmq-diagnostics environment ` now correctly transforms its output
87+ when ` --formatter=json ` is used.
88+
89+ GitHub issue: [ #14118 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14118 )
90+
6691
6792### Management Plugin
6893
0 commit comments