Skip to content

Commit 47be0d1

Browse files
committed
Add release note for website
1 parent 95e4f81 commit 47be0d1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/release/RELEASE-NOTES

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
1-
The v0.1.2 release of the Python SDK brings:
2-
* Support for item tags. You can now create, get, and edit tags within your 1Password items using item CRUD functions.
3-
* Support for fetching one-time password codes using secret references. You can now fetch your TOTP code with the `secrets.resolve` function, using a secret reference for the TOTP field in your item. For example: "op://vault/item/field?=attribute=totp"
4-
* PyPI wheels for the Python SDK. You can now install the Python SDK via `pip install onepassword-sdk`
5-
* Full support for optional values. You no longer have to manually set `details: None` or `section: None` when instantiating `ItemCreateParams`.
6-
* Item creation now only requires specifying the vault ID, item category, and item title.
1+
The v0.1.3 release of the Python SDK brings:
2+
* Support for item websites. You can now create, get, and edit websites within your 1Password items using item CRUD functions.

0 commit comments

Comments
 (0)