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.10.14` is a maintenance release in the `3.10.x`[release series](https://www.rabbitmq.com/versions.html).
2
+
3
+
Please refer to the upgrade section from [v3.10.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.0)
4
+
if upgrading from a version prior to 3.10.0.
5
+
6
+
This release **requires Erlang 24.3** and supports 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
+
Erlang 23 and 24 versions older than 24.3 have reached [end of support](https://www.rabbitmq.com/which-erlang.html).
14
+
15
+
This release of RabbitMQ requires Erlang 24.3 or later versions. Nodes **will fail to start** on older Erlang releases.
16
+
17
+
Erlang 25 is recommended: it offers much improved performance on ARM64 architectures, [profiling with flame graphs](https://blog.rabbitmq.com/posts/2022/05/flame-graphs/)
18
+
across all architectures, and the most recent TLS 1.3 implementation.
19
+
20
+
21
+
## Changes Worth Mentioning
22
+
23
+
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.10.x/release-notes).
24
+
25
+
### Core Server
26
+
27
+
#### Enhancements
28
+
29
+
* Preserve additional information in the log message when heartbeat frame cannot
0 commit comments