1Password SDKS 0.2.1
CreatedAt
andUpdatedAt
item metadata: Items and item overviews now expose attributes with their creation and last edit times.- Resolve secrets in bulk: With the
client.secrets.resolveAll
function, the SDKs are now able to resolve multiple secrets at once, improving the performance of the operation. - Support for new field types: Items with
Address
andDate
fields can now be created, retrieved, and edited using the 1Password SDKs. - Item sharing for attachments and documents: Items with files attached can now be shared using the
client.items.shares
functions. - Adding custom fields in sections automatically: If a custom field has no specified section, the SDKs now automatically add the custom field to an empty section within the item, creating it if necessary.
Tags
in item overviews: The return type ofitems.listAll
now also contains the item tags.- Broader item editing capabilities: You can now use the
items.put
function with more item types, including those with fields that are not directly editable through the SDK, like legacy fields, or passkeys. - Archived items are no longer used when resolving secret references.
- When multiple sections match a section query when resolving secret references, the SDKs now look through the fields in all matching sections instead of erroring.