Skip to content

Commit 0286de2

Browse files
committed
Release v0.4.0-beta.2
1 parent 40d4d54 commit 0286de2

File tree

3 files changed

+11
-7
lines changed

3 files changed

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

src/release/RELEASE-NOTES

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

33
## NEW
44

5-
- The SDK can now authenticate with the Desktop App.
6-
- Vault `get`, `get_overview` as well as new options for vault `list` are now available.
7-
- Item batch operations are now available.
8-
- The Groups API has been introduced.
5+
- **Vault group permission management operations:** You can now grant, update and revoke group access to vaults using `GrantGroupPermissions`, `UpdateGroupPermissions`, and `RevokeGroupPermissions` 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.
12+

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SDK_VERSION = "0.4.0b1"
1+
SDK_VERSION = "0.4.0-beta.2"

0 commit comments

Comments
 (0)