Skip to content

v2.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jun 11:14
· 1 commit to main since this release
d403af9

v2.2.0 (Jun 12, 2025)

Enhancements

  • connections is a new command group for operations on connections
  • channels is a new command group for operations on channels
  • operator_policies is a new command group for working with operator policies.
    It matches the policies group but acts on operator policies
  • policies set and policies update are two new aliases for policies declare. The former follows the naming
    used by rabbitmqctl and the latter reflects the fact that the command can be used to update an existing policy,
    in particular, to override its definition
  • policies patch is a new command that updates a policy definition by merging the provided definition with the existing one
  • policies delete_definition_keys is a new command that removes keys from a policy definition
  • policies delete_definition_keys_from_all_in is a new command that removes definition keys from all policies in a virtual host
  • policies update_definition is a new command that updates a policy definition key; for multi-key updates, see `policies patch
  • policies update_definitions_of_all_in is a new command that updates a definition key for all policies in a virtual host
  • policies declare_override is a new command that declares a policy that overrides another policy
  • policies declare_blanket is a new command that declares a low priority policy that matches all objects not matched
    by any other policies
  • parameters list_all is a new command that lists all runtime parameters across all virtual hosts
  • parameters list_in is a new command that lists runtime parameters of a given component (type)
    in a specific virtual host