Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.08 KB

CHANGELOG.rst

File metadata and controls

30 lines (21 loc) · 1.08 KB

Community.Rabbitmq Release Notes

  • rabbitmq_user: fix parsing of user output when no tags are associated
  • rabbitmq_exchange: Add x-delayed-message as a valid exchange type
  • rabbitmq_global_parameter: Fix parsing of empty result of list_global_parameters with RabbitMQ 3.7 and ignore header with RabbitMQ 3.8
  • rabbitmq_publish - Support for connecting with SSL certificates.
  • Refactor RabbitMQ user module to first check the version of the daemon and then, when possible add flags to rabbitmqctl so that a machine readable output is returned. Also, depending on the version, parse the output in correctly. Expands tests accordingly. (ansible/ansible#48890)
  • rabbitmq lookup plugin - Fix for rabbitmq lookups failing when using pika v1.0.0 and newer.
  • rabbitmq_publish - Fix to ensure the module works correctly for pika v1.0.0 and later. (ansible/ansible#61960)