@@ -229,6 +229,11 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
229229
230230 GitHub issues: [ #12801 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/12801 ) , [ #12809 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/12809 )
231231
232+ * Quorum queue's [ continuous membership reconciliation mechanism] ( https://www.rabbitmq.com/docs/quorum-queues#replica-reconciliation ) (CMR) efficiency
233+ and resilience improvements.
234+
235+ GitHub issue: [ #13703 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/13703 )
236+
232237 * AMQP 1.0 and AMQP 0-9-1 connections now produce more specific error messages when an incorrect data is sent
233238 by the client during connection negotiation.
234239
@@ -544,6 +549,11 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
544549
545550 GitHub issue: [ #13657 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/13657 )
546551
552+ * A TCP connection to the stream protocol port that sent no data (e.g. a TCP load balancer check)
553+ produced a harmless but scary looking exception in the log.
554+
555+ GitHub issue: [ #13701 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/13674 )
556+
547557
548558### OAuth 2 AuthN and AuthZ Plugin
549559
@@ -613,6 +623,10 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
613623
614624 GitHub issue: [ #12713 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/12713 )
615625
626+ * Federation status command and HTTP API endpoint could run into an exception.
627+
628+ GitHub issue: [ #13701 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/13701 )
629+
616630
617631### Shovel Plugin
618632
@@ -728,8 +742,10 @@ This section can be incomplete and will be expanded as 4.1 approaches its releas
728742
729743### Dependency Changes
730744
731- * ` ra ` was upgraded to [ ` 2.16.6 ` ] ( https://github.com/rabbitmq/ra/releases )
732- * ` osiris ` was upgraded to [ ` 1.8.6 ` ] ( https://github.com/rabbitmq/osiris/releases )
745+ * ` ra ` was upgraded to [ ` 2.16.8 ` ] ( https://github.com/rabbitmq/ra/releases )
746+ * ` osiris ` was upgraded to [ ` 1.8.7 ` ] ( https://github.com/rabbitmq/osiris/releases )
747+ * ` khepri ` was upgraded to [ ` 0.16.0 ` ] ( https://github.com/rabbitmq/khepri/releases )
748+ * ` khepri_mnesia_migration ` was upgraded to [ ` 0.7.2 ` ] ( https://github.com/rabbitmq/khepri_mnesia_migration/releases )
733749 * ` observer_cli ` was upgraded to [ ` 1.8.2 ` ] ( https://github.com/zhongwencool/observer_cli/releases )
734750 * ` eetcd ` was upgraded to [ ` 0.5.0 ` ] ( https://github.com/zhongwencool/eetcd/releases )
735751 * ` gun ` was upgraded to [ ` 2.1.0 ` ] ( https://github.com/ninenines/gun/releases )
0 commit comments