-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
This release includes: | ||
In this release: | ||
|
||
- Support for reading and writing OTP field information such as the TOTP code and seed, through the Item API. | ||
- The `Update` operation is renamed to `Put` to create more realistic expectation with regard to the effect of the operation. | ||
- The item creation operation now takes as input `ItemCreateParams`. | ||
- Support for a few more field types: Phone, Url, CreditCardType. | ||
* support for listing items and vaults is introduced | ||
* a bug where concurrent item updates could lead to unexpected overwrites is fixed | ||
* a bug where the SDK was priorly not working with service account tokens generated by the 1Password CLI is fixed | ||
* a bug where the items created by the SDK priorly did not have the password strength set correctly is fixed |