Skip to content

Commit 4ae2505

Browse files
committed
Update release notes
1 parent f6d5ce0 commit 4ae2505

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

src/release/RELEASE-NOTES

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
# 1Password Python SDK v0.4.0b2
1+
# 1Password Python SDK v0.4.0
22

33
## NEW
44

5-
- **Vault group permission management operations:** You can now grant, update and revoke group access to vaults using `grant_group_permissions`, `update_group_permissions`, and `revoke_group_permissions` functions.
6-
- **Desktop App integration on Windows:** The SDK can now authenticate via an authorization prompt from the 1Password app on Windows as well. Now all major desktop OSs support this feature.
7-
8-
## FIXED
9-
10-
- **Vault listing with additional parameters:** `vaults.list` no longer errors when additional parameters are provided.
11-
- **Handling locked 1Password app state:** When the 1Password app gets locked after the SDK client is authenticated, it will now automatically re-authenticate.
5+
- **Desktop App integration:** The SDK can now authenticate via an authorization prompt from the 1Password app.
6+
- **Vault CRUDL:** You can now fully manage 1Password vaults with the SDK, including creating, reading, updating, deleting and listing.
7+
- **Vault group permission management operations:** You can now grant, update and revoke group access to vaults using `grantGroupPermissions`, `updateGroupPermissions`, and `revokeGroupPermissions` functions.
8+
- **Item batch management:** You can now retrieve, create, update and delete items in batch, enabling more scalable item management.
129

0 commit comments

Comments
 (0)