Change8

v0.2.0

📦 1password-sdkView on GitHub →
7 features🐛 1 fixes🔧 6 symbols

Summary

This release introduces significant file handling capabilities, allowing users to manage attachments and resolve file-based secret references. It also expands support for various new item field types.

✨ New Features

  • Added support for creating Document items.
  • Added functionality to attach and delete files from items.
  • Added ability to read file contents using the SDK.
  • Added support for resolving secret references pointing to files attached to 1Password items.
  • Added support for fetching private keys in OpenSSH format via secret references (e.g., op://vault/<SSH item>/private key?ssh-format=openssh).
  • Added support for creating, retrieving, and editing items containing SSH keys, Month-Year, and Menu-type fields.
  • Added support for resolving secret references pointing to Date, Month/Year, Address, and Reference field types.

🐛 Bug Fixes

  • Improved error messages returned by the SDK to be more clear and actionable.

🔧 Affected Symbols

Document item creationFile attachment/deletion/readingSecret reference resolution for filesSecret reference resolution for SSH keysItem field creation/retrieval/editing (SSH keys, Month-Year, Menu-type)Secret reference resolution for Date, Month/Year, Address, and Reference field types