Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 797 Bytes

CHANGELOG.rst

File metadata and controls

21 lines (14 loc) · 797 Bytes

Community.Rabbitmq Release Notes

  • 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)