v0.16.0
v0.16.0 (Dec 29, 2024)
Enhancements
-
rabbitmqadmin feature_flags list
(also available asrabbitmqadmin list feature_flags
) is a new command
that lists feature flags and their cluster state.GitHub issue: #38
-
rabbitmqadmin feature_flags enable --name {feature flag}
andrabbitmqadmin feature_flags enable_all
are new commands
that enable feature flags.Just like its
rabbitmqctl
counterpart,rabbitmqadmin feature_flags enable_all
will only enable
the stable feature flags and will skip the experimental ones.GitHub issues: #41
-
rabbitmqadmin deprecated_features list
(also available asrabbitmqadmin list deprecated_features
) is a new
function that lists all deprecated features.GitHub issue: #39
-
rabbitmqadmin deprecated_features list_used
(also available asrabbitmqadmin list deprecated_features_in_use
) is a new
function that lists the deprecated features that are found to be
used in the cluster.GitHub issue: #40