Skip to content

Commit 34b6868

Browse files
committed
Release v0.4.1
1 parent 080e1df commit 34b6868

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

src/onepassword/build_number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_BUILD_NUMBER = "0040004"
1+
SDK_BUILD_NUMBER = "0040009"

src/release/RELEASE-NOTES

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# SDK Release 0.2.0 - notes
2-
3-
For Go, JS & Python:
4-
51
## NEW
62

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.
85

96
## IMPROVED
107

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.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.0
1+
0.4.1

0 commit comments

Comments
 (0)