v0.28.0 #56
michaelklishin
announced in
Maintainer announcements
v0.28.0
#56
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.28.0 (Mar 23, 2025)
Enhancements
New command group:
federation
, seerabbitmqadmin federation help
New command:
federation declare_upstream_for_queues
for declaring upstreams that will exclusively be used for queuefederation. This command does not support any options related to exchange federation.
New command:
federation declare_upstream_for_exchanges
for declaring upstreams that will exclusively be used exchangefederation. This command does not support any options related to queue federation.
New command:
federation declare_upstream
for declaring upstreams that can be used for either queue or exchangefederation. This command supports the whole spectrum of federation upstream options, that is, both the settings
of queue and exchange federation.
New command:
federation list_all_upstreams
for listing all upstreams (that is, upstreams across all the virtual hosts in the cluster).New command:
federation list_all_links
for listing all links (that is, links across all the virtual hosts in the cluster).New command:
federation delete_upstream
. As the name suggests, it deletes an upstream.rabbitmqadmin federation delete_upstream --name "dc.canada.bc.vancouver"
New definitions export
--transformations
value,obfuscate_usernames
, changes usernames to dummy values(e.g. so that definitions could be shared safely with external teams)
New definitions export
--transformations
value,exclude_users
, removes users from the result(also for safe sharing)
New definitions export
--transformations
value,exclude_permissions
, removes all permissions(also for safe sharing)
New definitions export
--transformations
value,exclude_runtime_parameters
, removes all runtime parametersNew definitions export
--transformations
value,exclude_policies
, removes all policiesNew definitions export
--transformations
value,no_op
, applies no transformationBeta Was this translation helpful? Give feedback.
All reactions