Skip to content

Fork Python Test Release #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/prep-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Prep Release V1
name: Prep Release

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion src/onepassword/build_number.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_BUILD_NUMBER = "0040004"
SDK_BUILD_NUMBER = "0040009"
23 changes: 13 additions & 10 deletions src/release/RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
Loading