Skip to content

Release 0.2.1

Latest
Compare
Choose a tag to compare
@MOmarMiraj MOmarMiraj released this 20 Mar 15:33
· 3 commits to main since this release
v0.2.1
3975d66

1Password Go SDK v0.2.1

NEW

  • CreatedAt and UpdatedAt item metadata: Items and item overviews now expose attributes with their creation and last edit times.
  • Resolving secrets in bulk: With the client.Secrets().ResolveAll function, the SDK is now able to resolve multiple secrets at once, improving the performance of the operation.

IMPROVED

  • Support for new field types: Items with Address and Date fields can now be created, retrieved, and edited using the 1Password SDK.
  • Item sharing for attachments and documents: Items with files attached can now be shared.
  • 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 of Items().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.

FIXED

  • Improvements to resolving secret references:
    • Archived items are no longer used for 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.