Skip to content
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 src/onepassword/build_number.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_BUILD_NUMBER = "0010601"
SDK_BUILD_NUMBER = "0010701"
Binary file modified src/onepassword/lib/aarch64/libop_uniffi_core.dylib
Binary file not shown.
Binary file modified src/onepassword/lib/aarch64/libop_uniffi_core.so
Binary file not shown.
Binary file modified src/onepassword/lib/x86_64/libop_uniffi_core.dylib
Binary file not shown.
Binary file modified src/onepassword/lib/x86_64/libop_uniffi_core.so
Binary file not shown.
Binary file modified src/onepassword/lib/x86_64/op_uniffi_core.dll
Binary file not shown.
18 changes: 5 additions & 13 deletions src/release/RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# 1Password Python SDK v0.1.6
# 1Password Python SDK v0.1.7

## NEW
* Support for item sharing: You can now create an item sharing link via the 1Password SDKs using the new `client.items.shares` API.
* Support for item archiving: You can now move items to the archive with the SDKs, using the new `client.items.archive(vault_uuid, item_uuid)` function.

## IMPROVED
* Support for item notes: You can now read, create and edit items with a notes field, accessing it via `item.notes`.
* Support for SSH key attributes in secret references: You can now retrieve an SSH key's public key, key type and fingerprint with `client.secrets.resolve`.
* Support for additional field types: You can now read, create and edit items with Email (email addresses) and Reference (ID references to other 1Password items) type fields.
* Type hinting: When developing with the Python SDK, the functions now show type hints on their parameters and return types.

## BUGS
* Improved field matching logic for secret references: Retrieving a field from the item's default field section is now possible even if there is an identically named field in one of the item's named sections.
## IMPROVED:
* The SDK now returns an error with a custom type when it hits the rate limit of the 1Password servers.

## FIXED:
* Using an SDK client in a long-running process no longer causes 401 server responses.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_VERSION = "0.1.6"
SDK_VERSION = "0.1.7"
Loading