Skip to content

Commit 6f9a714

Browse files
committed
Update release notes
1 parent 9235939 commit 6f9a714

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/release/RELEASE-NOTES

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
This is the v0 release of the 1Password Python SDK.
1+
This is the v0.1.2 release of the 1Password Python SDK.
22

3-
The 1Password Python SDK allows you to build secrets management integrations that can programmatically access secrets stored in 1Password. With this SDK, you can:
4-
5-
- [Securely load secrets](https://developer.1password.com/docs/sdks/load-secrets/) from 1Password into your code with secret references.
6-
- [Read, write, and update secrets](https://developer.1password.com/docs/sdks/manage-items/) stored in 1Password, including passwords, API keys, and one-time passwords.
7-
- [List items and vaults](https://developer.1password.com/docs/sdks/list-vaults-items/) in a 1Password account.
3+
This release includes:
4+
* introduces support for tags, users can now create, update, and delete tags on 1Password Items.
5+
* introduces a `Validate Secret Reference` function that will ensure the syntax of your secret reference is error free.
6+
* Fields and Sections are now optional in `ItemCreateParams` and the user won't have to specify them if not needed anymore.
7+
* The Python SDK will now be released on PyPi and users can now fetch the 1Password Python SDK by doing the following:
8+
```
9+
pip3 install onepassword-sdk
10+
```

0 commit comments

Comments
 (0)