@@ -31,10 +31,21 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
3131
3232#### Bug Fixes
3333
34+ * Fixes an exception in classic queue message store that produced large scary looking log entries.
35+ No data was lost as a result of the exception but clients could run into a channel error.
36+
37+ GitHub issue: [ #11292 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/11292 )
38+
3439 * Corrected several 3.13-specific issues related to how the ` x-death ` headers are populated during [ dead lettering] ( https://www.rabbitmq.com/docs/dlx ) .
3540
3641 GitHub issues: [ #11160 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/11160 ) , [ #11159 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/11159 ) , [ #11174 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/11174 )
3742
43+ * Per-virtual host queue (and stream) limit is now enforced for AMQP 1.0, MQTT, RabbitMQ Stream Protocol and STOMP as well as AMQP 0-9-1.
44+
45+ Contributed by @SimonUnge .
46+
47+ GitHub issue: [ #11293 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/11293 )
48+
3849 * Periodic replica reconciliation of quorum queues now reacts to node shutdown in cluster where Khepri is enabled.
3950
4051 Contributed by @SimonUnge .
@@ -48,13 +59,24 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
4859
4960 GitHub issue: [ #11215 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/11215 )
5061
62+ * Avoids a scary looking log message during node shutdown in certain plugin configurations.
63+
64+ GitHub issue: [ #11323 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/11323 )
65+
5166#### Enhancements
5267
5368 * ` x-death ` headers used to provide metadata about [ dead-lettering] ( https://www.rabbitmq.com/docs/dlx ) are now included
5469 for messages consumed from a stream.
5570
5671 GitHub issue: [ #11173 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/11173 )
5772
73+ * Optimised classic queue message store recovery in cases where a message was routed
74+ to multiple queues.
75+
76+ Contributed by @gomoripeti .
77+
78+ GitHub issue: [ #11072 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/11072 )
79+
5880 * Besides the previously existing option of configuring default queue type per virtual host,
5981 there is now a "global" per node default that can be set via ` rabbitmq.conf ` :
6082
@@ -66,10 +88,15 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
6688 default_queue_type = quorum
6789 ```
6890
69- Contributed by @SimonUnge .
91+ Contributed by @SimonUnge .
7092
7193 GitHub issue: [ #11163 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/11163 )
7294
95+ * When a virtual host process stops, fails or is restarted, a clear message will now be logged.
96+
97+ GitHub issue: [ #11276 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/11276 )
98+
99+
73100
74101### CLI Tools
75102
@@ -88,6 +115,18 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
88115 GitHub issue: [ #11194 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/11194 )
89116
90117
118+ ### Prometheus Plugin
119+
120+ #### Enhancements
121+
122+ * A new Prometheus-exposed metric, ` rabbit_stream_segments ` , indicates how many stream segment files
123+ there are on a node.
124+
125+ Contributed by @markus812498 .
126+
127+ GitHub issue: [ #11325 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/11325 )
128+
129+
91130### Management Plugin
92131
93132#### Bug Fixes
@@ -97,6 +136,19 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
97136 GitHub issue: [ #11224 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/11224 )
98137
99138
139+ ### Shovel Management Plugin
140+
141+ #### Bug Fixes
142+
143+ * ` fail_if_no_peer_cert ` , a server-side TLS setting, was removed from Shovel URI examples.
144+ Erlang 26's TLS implementation will refuse to accept it as a client-side setting whereas
145+ previously it was quietly ignored.
146+
147+ Contributed by @womblep .
148+
149+ GitHub issue: [ #11318 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/11318 )
150+
151+
100152### Dependency Changes
101153
102154None in this release.
0 commit comments