Skip to content

Commit d37469d

Browse files
committed
Release v0.4.0-beta.2
1 parent 7ace171 commit d37469d

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

client/release/RELEASE-NOTES

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

33
## NEW
44

5-
- The SDK can now connect to 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+

client/src/version.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const SDK_VERSION = "0.4.0-beta.1";
2-
export const SDK_BUILD_NUMBER = "0040001";
3-
const SDK_CORE_VERSION = "0.4.0-beta.1";
1+
export const SDK_VERSION = "0.4.0-beta.2";
2+
export const SDK_BUILD_NUMBER = "0040002";
3+
const SDK_CORE_VERSION = "0.4.0-beta.2";
44

0 commit comments

Comments
 (0)