-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from 1Password/sdk-core/2025-02-04-8374b01d
Release 0.1.7
- Loading branch information
Showing
4 changed files
with
6 additions
and
14 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,15 +1,7 @@ | ||
# 1Password Go SDK v0.1.6 | ||
|
||
## NEW: | ||
* Support for item sharing: You can now create an item sharing link via the 1Password SDKs using the new `client.Items.Shares` API. | ||
* Support for item archiving: You can now move items to the archive with the SDKs, using the new `client.Items.Archive(vault_uuid, item_uuid)` function. | ||
# 1Password Go SDK v0.1.7 | ||
|
||
## IMPROVED: | ||
* Support for item notes: You can now read, create and edit items with a notes field, accessing it via `item.Notes`. | ||
* Support for SSH key attributes in secret references: You can now retrieve an SSH key's public key, key type and fingerprint with `client.Secrets.Resolve`. | ||
* Support for additional field types: You can now read, create and edit items with Email (email addresses) and Reference (ID references to other 1Password items) type fields. | ||
|
||
## BUGS: | ||
* Fix item CRUD flow for the Password item category: Creating or editing a Password item no longer leads to a panic in the Go SDK. | ||
* Improved field matching logic for secret references: Retrieving a field from the item's default field section is now possible even if there is an identically named field in one of the item's named sections. | ||
* The SDK now returns an error with a custom type when it hits the rate limit of the 1Password servers. | ||
|
||
## FIXED: | ||
* Using an SDK client in a long-running process no longer causes 401 server responses. |
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 +1 @@ | ||
0.1.6 | ||
0.1.7 |
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 +1 @@ | ||
0010601 | ||
0010701 |
Binary file not shown.