Include #14546 to the 4.2.0 release notes

This commit is contained in:
David Ansari 2025-09-18 12:37:19 +02:00
parent a66c716d9c
commit b3a58b86ed
1 changed files with 4 additions and 0 deletions

View File

@ -213,6 +213,10 @@ This section is **incomplete** and will be expanded as 4.2 approaches its releas
# (including the protocol-standard pre-declared ones) in the cluster
cluster_exchange_limit = 200
```
* Routing via the [fanout exchange](https://www.rabbitmq.com/docs/exchanges#fanout) got optimised.
For messages published to the fanout exchange, end-to-end message throughput increases by up to 42%.
GitHub issue: [#14546](https://github.com/rabbitmq/rabbitmq-server/pull/14546)
#### Bug Fixes