From 080e1df68bd3e3f40031f53057160869b08c85ea Mon Sep 17 00:00:00 2001 From: Omar Miraj Date: Thu, 3 Apr 2025 14:28:28 -0400 Subject: [PATCH 1/2] Fix name of Release --- .github/workflows/prep-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prep-release.yml b/.github/workflows/prep-release.yml index 87e65af3..9670cc38 100644 --- a/.github/workflows/prep-release.yml +++ b/.github/workflows/prep-release.yml @@ -1,4 +1,4 @@ -name: Prep Release V1 +name: Prep Release on: workflow_dispatch: From 34b6868fdd6ce5f5cec077fbea63f1cbe3ecab11 Mon Sep 17 00:00:00 2001 From: Omar Date: Thu, 3 Apr 2025 18:43:21 +0000 Subject: [PATCH 2/2] Release v0.4.1 --- src/onepassword/build_number.py | 2 +- src/release/RELEASE-NOTES | 23 +++++++++++++---------- version.txt | 2 +- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/onepassword/build_number.py b/src/onepassword/build_number.py index 4ffd1cc2..9b0fbc22 100644 --- a/src/onepassword/build_number.py +++ b/src/onepassword/build_number.py @@ -1 +1 @@ -SDK_BUILD_NUMBER = "0040004" \ No newline at end of file +SDK_BUILD_NUMBER = "0040009" \ No newline at end of file diff --git a/src/release/RELEASE-NOTES b/src/release/RELEASE-NOTES index 65eaacdc..b9bdbce9 100644 --- a/src/release/RELEASE-NOTES +++ b/src/release/RELEASE-NOTES @@ -1,15 +1,18 @@ -# SDK Release 0.2.0 - notes - -For Go, JS & Python: - ## NEW -- **File Support:** You can now create Document items, attach files to items, delete files from items, and read file contents using the SDK. +- ** and item metadata:** Items and item overviews ****now expose attributes with their creation and last edit times**.** +- **Resolving secrets in bulk**: With the function, the SDK is now able to resolve multiple secrets at once, improving the performance of the operation. ## IMPROVED -- **Read files using secret references**: You can now resolve secret references that point to files attached to 1Password items. -- **Read SSH keys in Open SSH format**: You can now use a secret reference to fetch a private key in OpenSSH format. For example: -- **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. -- **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. -- **Improved error messages**: The error messages returned by the SDK were improved to be more clear and actionable. +- **Support for new field types:** Items with and 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. +- ** in item overviews**: The return type of 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. diff --git a/version.txt b/version.txt index 60a2d3e9..44bb5d1f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.0 \ No newline at end of file +0.4.1 \ No newline at end of file