Skip to content

Commit a878f22

Browse files
committed
Release v0.1.6
1 parent 1c7a826 commit a878f22

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
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 = "0010501"
1+
SDK_BUILD_NUMBER = "0010601"

src/release/RELEASE-NOTES

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
Version 0.1.5 of the 1Password Python SDK brings:
2-
* Support for generating passwords. You can now generate random, PIN, and memorable passwords using the `onepassword.Secrets.generate_password` function.
3-
* Support for item subtitles. Creating and editing an item now sets the subtitle correctly, which is visible in the item preview in all client apps.
4-
* Support for the Credit Card Number field type. You can now retrieve, create, and edit items containing credit card numbers.
1+
1Password Python SDK v0.1.6
2+
3+
NEW:
4+
* Support for item sharing: You can now create an item sharing link via the 1Password SDKs using the new client.items.shares API.
5+
* 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.
6+
7+
IMPROVED:
8+
* Support for item notes: You can now read, create and edit items with a notes field, accessing it via item.notes.
9+
* 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.
10+
* 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.
11+
* Support for type hinting: When developing on the Python SDK, we now have support for type hinting which will improve your developer experience.
12+
13+
BUGS:
14+
* 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.
15+

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "0.1.5"
1+
SDK_VERSION = "0.1.6"

0 commit comments

Comments
 (0)