You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **File Support:** You can now create Document items, attach files to items, delete files from items, and read file contents using the SDK.
5
+
- **`CreatedAt` and `UpdatedAt` item metadata:** Items and item overviews now expose attributes with their creation and last edit times.
6
+
- **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.
6
7
7
8
## IMPROVED
8
9
9
-
- **Read files using secret references**: You can now resolve secret references that point to files attached to 1Password items.
10
-
- **Read SSH keys in Open SSH format**: You can now use a secret reference to fetch a private key in OpenSSH format. For example: `op://vault/<SSH item>/private key?ssh-format=openssh`
11
-
- **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.
12
-
- **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.
13
-
- **Improved error messages**: The error messages returned by the SDK were improved to be more clear and actionable.
10
+
- **Support for new field types:** Items with `Address` and `Date` fields can now be created, retrieved, and edited using the 1Password SDK.
11
+
- **Item sharing for attachments and documents**: Items with files attached now can also be shared using the `client.items.shares` functions.
12
+
- **Adding custom fields in sections automatically**: The SDK now automatically adds custom fields without a section to an empty section within the item, creating it if necessary.
13
+
- **`Tags` in item overviews**: The return type of `items.listAll` now also contains the item tags.
14
+
- **Broader item editing capabilities**: You are now able to use the `items.put` function on more items, including those with fields that are not directly editable through the SDK (such as legacy fields, passkeys etc.)
15
+
16
+
## FIXED
17
+
18
+
- **Improvements to resolving secret references:**
19
+
- Archived items are no longer used for secret references.
20
+
- When multiple sections match a section query in resolving secret references, the SDK look through the fields in all sections, instead of erroring.
0 commit comments