Release 2.0.0-a2.

This commit is contained in:
Felix Fontein 2021-10-14 08:33:45 +02:00
parent f6e929ae3a
commit e158fcf0ae
9 changed files with 82 additions and 24 deletions

View file

@ -1 +0,0 @@
release_summary: Second prerelease for a new major release with breaking changes in the behavior of ``community.routeros.api`` and ``community.routeros.command``.

View file

@ -1,2 +0,0 @@
bugfixes:
- "routeros cliconf plugin - adjust function signature that was modified in Ansible after creation of this plugin (https://github.com/ansible-collections/community.routeros/pull/43)."

View file

@ -1,2 +0,0 @@
breaking_changes:
- "api - splitting commands no longer uses a naive split by whitespace, but a more RouterOS CLI compatible splitting algorithm (https://github.com/ansible-collections/community.routeros/pull/45)."

View file

@ -1,3 +0,0 @@
bugfixes:
- "api - improve splitting of ``WHERE`` queries (https://github.com/ansible-collections/community.routeros/pull/47)."
- "api - when converting result lists to dictionaries, no longer removes second ``=`` and text following that if present (https://github.com/ansible-collections/community.routeros/pull/47)."

View file

@ -1,2 +0,0 @@
breaking_changes:
- "command - the module now always indicates that a change happens. If this is not correct, please use ``changed_when`` to determine the correct changed status for a task (https://github.com/ansible-collections/community.routeros/pull/50)."

View file

@ -1,2 +0,0 @@
minor_changes:
- "api - make validation of ``WHERE`` for ``query`` more strict (https://github.com/ansible-collections/community.routeros/pull/53)."

View file

@ -1,12 +0,0 @@
---
add plugin.filter:
- name: split
description: Split a command into arguments
- name: quote_argument_value
description: Quote an argument value
- name: quote_argument
description: Quote an argument
- name: join
description: Join a list of arguments to a command
- name: list_to_dict
description: Convert a list of arguments to a list of dictionary