v2.1.0
This version fixes several bugs, introduces more supported item types, and improves how the module handles special fields for certain item types.
Note there is a breaking change when defining an Item with type: login
or type: password
:
- Creating a
type: password
Item without aconcealed
field named password will raise an error - If the Item type is
password
and there are multipleconcealed
fields named password, Ansible raises an error - If the Item type is
login
and there are multiple string fields named username, Ansible raises an error.
Features
Fixes
get_item_by_name
client method now returns the full item response instead of the overview. (#29)- Fix field_purpose assignment when item type is
PASSWORD
orLOGIN
(#28) - Use UTF-8 string normalization while searching for fields when updating an item. (#27)
- The
generic_item
module now preserves the notes field without it being present in the module parameters (#27) - Fix sed regex for currentVersion lookup in release tool. (#23)