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.1.6` is a maintenance release in the `4.1.x`[release series](https://www.rabbitmq.com/release-information).
4
+
5
+
It is **strongly recommended** that you read [4.1.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.1.0)
6
+
in detail if upgrading from a version prior to `4.1.0`.
7
+
8
+
9
+
### Minimum Supported Erlang Version
10
+
11
+
[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/docs/which-erlang) has more details on Erlang version requirements for RabbitMQ.
12
+
13
+
Nodes **will fail to start** on older Erlang releases.
14
+
15
+
16
+
## Changes Worth Mentioning
17
+
18
+
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v4.1.x/release-notes).
19
+
20
+
21
+
22
+
### Core Server
23
+
24
+
#### Bug Fixes
25
+
26
+
* Enabling the `khepri_db` feature flag while the [Log Exchange](https://www.rabbitmq.com/docs/logging#log-exchange)
27
+
was enabled could cause a RabbitMQ node to run out of memory and crash.
0 commit comments