Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

v4.2.0

Latest

Choose a tag to compare

@michaelklishin michaelklishin released this 04 Nov 01:44
· 8 commits to main since this release
157614e

Build Details

Built against RabbitMQ server 4.2.0 on Erlang/OTP 26.2.5.15.

Breaking Changes and Compatibility Notes

This plugin is RabbitMQ 4.2.x 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