Skip to content

Release 0.1.6

Latest
Compare
Choose a tag to compare
@MOmarMiraj MOmarMiraj released this 09 Jan 17:31
· 2 commits to main since this release
v0.1.6
9bda47a

NEW

  • Support for item sharing: You can now create an item sharing link via the 1Password SDKs using the new client.items.shares API.
  • Support for item archiving: You can now move items to the archive with the SDKs, using the new client.items.archive(vault_uuid, item_uuid) function.

IMPROVED

  • Support for item notes: You can now read, create and edit items with a notes field, accessing it via item.notes.
  • Support for SSH key attributes in secret references: You can now retrieve an SSH key's public key, key type and fingerprint with client.secrets.resolve.
  • Support for additional field types: You can now read, create and edit items with Email (email addresses) and Reference (ID references to other 1Password items) type fields.

FIXED

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