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
Uh oh!
There was an error while loading. Please reload this page.
-
v0.28.0 (Mar 23, 2025)
Enhancements
New command group:
federation, seerabbitmqadmin federation helpNew command:
federation declare_upstream_for_queuesfor 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_exchangesfor declaring upstreams that will exclusively be used exchangefederation. This command does not support any options related to queue federation.
New command:
federation declare_upstreamfor 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_upstreamsfor listing all upstreams (that is, upstreams across all the virtual hosts in the cluster).New command:
federation list_all_linksfor 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
--transformationsvalue,obfuscate_usernames, changes usernames to dummy values(e.g. so that definitions could be shared safely with external teams)
New definitions export
--transformationsvalue,exclude_users, removes users from the result(also for safe sharing)
New definitions export
--transformationsvalue,exclude_permissions, removes all permissions(also for safe sharing)
New definitions export
--transformationsvalue,exclude_runtime_parameters, removes all runtime parametersNew definitions export
--transformationsvalue,exclude_policies, removes all policiesNew definitions export
--transformationsvalue,no_op, applies no transformationBeta Was this translation helpful? Give feedback.
All reactions