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 `4.0.2` is a maintenance release in the `4.0.x`[release series](https://www.rabbitmq.com/release-information).
4
+
5
+
Starting June 1st, 2024, community support for this series will only be provided to [regularly contributing users](https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md) and those
6
+
who hold a valid [commercial support license](https://tanzu.vmware.com/rabbitmq/oss).
7
+
8
+
Please refer to the upgrade section from the [4.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.1)
9
+
if upgrading from a version prior to 4.0.
10
+
11
+
This release requires Erlang 26 and supports Erlang versions up to `26.2.x`.
12
+
[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/docs/which-erlang) has more details on
13
+
Erlang version requirements for RabbitMQ.
14
+
15
+
16
+
### Minimum Supported Erlang Version
17
+
18
+
As of 4.0, RabbitMQ requires Erlang 26. Nodes **will fail to start** on older Erlang releases.
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/v4.0.x/release-notes).
24
+
25
+
26
+
### Generic Binary Build
27
+
28
+
#### Bug Fixes
29
+
30
+
* Generic binary build packages used an incorrect version (`4.0.0+2` instead of `4.0.1`) at build time
0 commit comments