Skip to content

Commit

Permalink
Add a note on RabbitMQ version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin authored May 15, 2020
1 parent 984800d commit 063c32a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ Only 64-bit packages are provided.
Legacy series such as `20.3.x`, `19.3.x` are still produced but are not updated
frequently by the upstream Erlang/OTP team and should be **considered unmaintained**.

### RabbitMQ Version Compatibility

See [Supported Erlang Versions](https://www.rabbitmq.com/which-erlang.html) in RabbitMQ documentation
for an up-to-date compatibility matrix.

#### Erlang 23

Erlang 23 will be supported by RabbitMQ [starting with `3.8.4`](https://groups.google.com/forum/#!topic/rabbitmq-users/wlPIWz3UYHQ).

#### Erlang 22

Erlang 22 is supported by RabbitMQ [starting with `3.7.15`](https://groups.google.com/forum/#!topic/rabbitmq-users/vcRLhpUdg_o).

Use of releases older than `19.3.6.13` is [highly discouraged](https://www.rabbitmq.com/which-erlang.html) due to known bugs that can be catastrophic to RabbitMQ deployments.


Expand Down

0 comments on commit 063c32a

Please sign in to comment.