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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,13 @@ of some kind.
31
31
32
32
## Supported RabbitMQ Versions
33
33
34
-
The most recent release of this plugin targets RabbitMQ 3.13.x.
34
+
The most recent release of this plugin targets RabbitMQ 4.0.x.
35
+
36
+
This plugin currently only supports Mnesia for metadata store (do not use it with Khepri).
35
37
36
38
## Supported Erlang/OTP Versions
37
39
38
-
The latest version of this plugin [requires Erlang 26.0 or later versions](https://www.rabbitmq.com/which-erlang.html), same as RabbitMQ 3.13.x.
40
+
The latest version of this plugin [requires Erlang 26.2 or later versions](https://www.rabbitmq.com/which-erlang.html), same as RabbitMQ 4.0.x.
39
41
40
42
## Project Maturity
41
43
@@ -199,7 +201,7 @@ The EZ file is created in the `bazel-bin` directory.
199
201
200
202
1. Update `broker_version_requirements` in `helpers.bzl` & `Makefile` (Optional)
201
203
1. Update the plugin version in `MODULE.bazel`
202
-
1. Push a tag (i.e. `v3.13.0`) with the matching version
204
+
1. Push a tag (i.e. `v4.0.0`) with the matching version
203
205
1. Allow the Release workflow to run and create a draft release
0 commit comments