Erlang 25 as our new baseline means much improved performance on ARM64 architectures, [profiling with flame graphs](https://blog.rabbitmq.com/posts/2022/05/flame-graphs/)
across all architectures, and the most recent TLS 1.3 implementation available to all RabbitMQ 3.11 users.
## Changes Worth Mentioning
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.11.x/release-notes).
### Core Server
#### Bug Fixes
* Partially reverts an unsafe inter-node communication [optimization](https://github.com/rabbitmq/rabbitmq-server/pull/3865) that could affect
classic mirrored queue operation ordering.
Kudos to @bording for providing an automated way to reproduce the issue.