diff --git a/src/onepassword/build_number.py b/src/onepassword/build_number.py index 18e1c96e..b51104c0 100644 --- a/src/onepassword/build_number.py +++ b/src/onepassword/build_number.py @@ -1 +1 @@ -SDK_BUILD_NUMBER = "0010601" +SDK_BUILD_NUMBER = "0010701" diff --git a/src/onepassword/lib/aarch64/libop_uniffi_core.dylib b/src/onepassword/lib/aarch64/libop_uniffi_core.dylib index 7d0f2d60..25af7a9e 100755 Binary files a/src/onepassword/lib/aarch64/libop_uniffi_core.dylib and b/src/onepassword/lib/aarch64/libop_uniffi_core.dylib differ diff --git a/src/onepassword/lib/aarch64/libop_uniffi_core.so b/src/onepassword/lib/aarch64/libop_uniffi_core.so index b6969e9a..2295767d 100755 Binary files a/src/onepassword/lib/aarch64/libop_uniffi_core.so and b/src/onepassword/lib/aarch64/libop_uniffi_core.so differ diff --git a/src/onepassword/lib/x86_64/libop_uniffi_core.dylib b/src/onepassword/lib/x86_64/libop_uniffi_core.dylib index e9796478..4cb38755 100755 Binary files a/src/onepassword/lib/x86_64/libop_uniffi_core.dylib and b/src/onepassword/lib/x86_64/libop_uniffi_core.dylib differ diff --git a/src/onepassword/lib/x86_64/libop_uniffi_core.so b/src/onepassword/lib/x86_64/libop_uniffi_core.so index c980d2bc..e5e3dfe6 100755 Binary files a/src/onepassword/lib/x86_64/libop_uniffi_core.so and b/src/onepassword/lib/x86_64/libop_uniffi_core.so differ diff --git a/src/onepassword/lib/x86_64/op_uniffi_core.dll b/src/onepassword/lib/x86_64/op_uniffi_core.dll index ae3df09d..93f1b0ae 100644 Binary files a/src/onepassword/lib/x86_64/op_uniffi_core.dll and b/src/onepassword/lib/x86_64/op_uniffi_core.dll differ diff --git a/src/release/RELEASE-NOTES b/src/release/RELEASE-NOTES index fc65bead..2c9b890a 100644 --- a/src/release/RELEASE-NOTES +++ b/src/release/RELEASE-NOTES @@ -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. diff --git a/version.py b/version.py index de2b61b7..f06bddd6 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -SDK_VERSION = "0.1.6" +SDK_VERSION = "0.1.7"