1Password SDKS 0.1.6
- You can now create an item sharing link with the new
client.Items.Shares
API. - You can now move items to the archive with the new
client.Items.Archive(vault_uuid, item_uuid)
function. - You can now read, create, and edit items with a notes field with
item.Notes
. - You can now retrieve an SSH key’s public key, key type, and fingerprint with
client.Secrets.Resolve
. - You can now read, create, and edit items with
Email
(email addresses) andReference
(ID references to other 1Password items) type fields. - When developing with the Python SDK, the functions now show type hints on their parameters and return types.
- We’ve fixed item CRUD operations for the password item category. Creating or editing a password item no longer leads to a panic in the Go SDK.
- We’ve improved field matching logic for secret references. Retrieving a field from the item’s default field section is now possible even if there is an identically named field in one of the item’s named sections.