mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-11 05:00:31 -07:00
* Fix payload to match Rocket Chat 7.4 API * Add a fallback to send payload argument in case the user still interacts with a Rocket Chat version < 7.4.0 * Fix sanity checks * Add changelog fragment of PR #9882 * Add argument option_is_pre740 to keep backward compatibility of the payload * Add new argument doc * Rename new parameter, add missing pieces of information in parameter doc * Use appropriate change label and fix change description. Description about future plans for the parameter is now set at the parameter doc level * Fix missing punctuation in the new parameter doc block * Improve documentation. * Fix line length. --------- Co-authored-by: ludovic <ludovic.petetin@aleph-networks.com> Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
236 B
YAML
2 lines
236 B
YAML
minor_changes:
|
|
- rocketchat - option ``is_pre740`` has been added to control the format of the payload. For Rocket.Chat 7.4.0 or newer, it must be set to ``false`` (https://github.com/ansible-collections/community.general/pull/9882).
|