Skip to content

4.0.2

Latest
Compare
Choose a tag to compare
@michaelklishin michaelklishin released this 02 Oct 02:48
· 3 commits to main since this release
18d8135

Build Details

Built against RabbitMQ server 4.0.2 on Erlang/OTP 26.2.5.3.

Breaking Changes and Compatibility Notes

This plugin is 4.0 compatible with the following limitations:

  1. If the cluster uses Mnesia for schema store, it works exactly as it did against RabbitMQ 3.13.x
  2. If the cluster uses Khepri and the plugin is enabled after Khepri, it will start Mnesia, set up a node-local Mnesia replica and schema, and works as in scenario 1
  3. Important: if the cluster uses Mnesia, then the plugin is enabled, and then Khepri is enabled, the plugin must be disabled and re-enabled, or the node must be restarted. Then it will start Mnesia and works as in scenario 2

Changes