You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RabbitMQ `3.11.13` is a maintenance release in the `3.11.x`[release series](https://www.rabbitmq.com/versions.html).
2
+
3
+
Please refer to the upgrade section from [v3.11.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.0)
4
+
if upgrading from a version prior to 3.11.0.
5
+
6
+
This release requires Erlang 25.
7
+
[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/which-erlang.html) has more details on
8
+
Erlang version requirements for RabbitMQ.
9
+
10
+
11
+
### Minimum Supported Erlang Version
12
+
13
+
As of 3.11.0, RabbitMQ requires Erlang 25. Nodes **will fail to start** on older Erlang releases.
14
+
15
+
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/)
16
+
across all architectures, and the most recent TLS 1.3 implementation available to all RabbitMQ 3.11 users.
17
+
18
+
19
+
## Changes Worth Mentioning
20
+
21
+
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.11.x/release-notes).
22
+
23
+
### Core Server
24
+
25
+
#### Bug Fixes
26
+
27
+
*`3.11.12` introduced a regression that caused client connections to fail with an exception
28
+
when TCP or TLS listeners were bould to a particular interface.
0 commit comments