Skip to content

Commit 88fd880

Browse files
authored
Merge pull request #211 from 1Password/rc/0.4.0
Release candidate v0.4.0
2 parents 49d1327 + 4ae2505 commit 88fd880

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

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 = "0040002"
1+
SDK_BUILD_NUMBER = "0040003"

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

version.py

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

0 commit comments

Comments
 (0)