Skip to content

Show current state of deprecated features (backport #14227) #14229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 14, 2025

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jul 14, 2025

When listing deprecated features, apart from the deprecation phase, show the current state (whether the configuration permits usage).

New column in the CLI outout:

> rabbitmqctl list_deprecated_features
┌───────────────────────────────┬──────────────────────┬───────────┐
│ name                          │ deprecation_phase    │ state     │
├───────────────────────────────┼──────────────────────┼───────────┤
│ amqp_address_v1               │ permitted_by_default │ permitted │
├───────────────────────────────┼──────────────────────┼───────────┤
│ amqp_filter_set_bug           │ permitted_by_default │ permitted │
├───────────────────────────────┼──────────────────────┼───────────┤
│ classic_queue_mirroring       │ removed              │ denied    │
├───────────────────────────────┼──────────────────────┼───────────┤
│ df1_from_list_df_testsuite    │ permitted_by_default │ permitted │
├───────────────────────────────┼──────────────────────┼───────────┤
│ df2_from_list_df_testsuite    │ removed              │ denied    │
├───────────────────────────────┼──────────────────────┼───────────┤
│ global_qos                    │ permitted_by_default │ permitted │
├───────────────────────────────┼──────────────────────┼───────────┤
│ management_metrics_collection │ permitted_by_default │ permitted │
├───────────────────────────────┼──────────────────────┼───────────┤
│ queue_master_locator          │ permitted_by_default │ denied    │
├───────────────────────────────┼──────────────────────┼───────────┤
│ ram_node_type                 │ permitted_by_default │ denied    │
├───────────────────────────────┼──────────────────────┼───────────┤
│ transient_nonexcl_queues      │ permitted_by_default │ permitted │
└───────────────────────────────┴──────────────────────┴───────────┘

New column in the Management UI:
Screenshot 2025-07-14 at 15 54 36


This is an automatic backport of pull request #14227 done by [Mergify](https://mergify.com).

@michaelklishin michaelklishin added this to the 4.1.3 milestone Jul 14, 2025
@michaelklishin michaelklishin merged commit d60a5df into v4.1.x Jul 14, 2025
277 checks passed
@michaelklishin michaelklishin deleted the mergify/bp/v4.1.x/pr-14227 branch July 14, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants