|
1 | | -# SDK Release 0.2.0 - notes |
2 | | - |
3 | | -For Go, JS & Python: |
4 | | - |
5 | 1 | ## NEW |
6 | 2 |
|
7 | | -- **File Support:** You can now create Document items, attach files to items, delete files from items, and read file contents using the SDK. |
| 3 | +- ** and item metadata:** Items and item overviews ****now expose attributes with their creation and last edit times**.** |
| 4 | +- **Resolving secrets in bulk**: With the function, the SDK is now able to resolve multiple secrets at once, improving the performance of the operation. |
8 | 5 |
|
9 | 6 | ## IMPROVED |
10 | 7 |
|
11 | | -- **Read files using secret references**: You can now resolve secret references that point to files attached to 1Password items. |
12 | | -- **Read SSH keys in Open SSH format**: You can now use a secret reference to fetch a private key in OpenSSH format. For example: |
13 | | -- **Support for more item field types**: You can now create, retrieve, and edit items containing SSH keys, Month-Year and Menu-type fields using the SDK. |
14 | | -- **Read more field types using secret references**: You can now resolve secret references that point to information stored in Date, Month/Year, Address, and Reference field types. |
15 | | -- **Improved error messages**: The error messages returned by the SDK were improved to be more clear and actionable. |
| 8 | +- **Support for new field types:** Items with and fields can now be created, retrieved, and edited using the 1Password SDK. |
| 9 | +- **Item sharing for attachments and documents**: Items with files attached can now be shared. |
| 10 | +- **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. |
| 11 | +- ** in item overviews**: The return type of now also contains the item tags. |
| 12 | +- **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. |
| 13 | + |
| 14 | +## FIXED |
| 15 | + |
| 16 | +- **Improvements to resolving secret references:** |
| 17 | + - Archived items are no longer used for secret references. |
| 18 | + - 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. |
0 commit comments