Skip to content

Commit

Permalink
Merge pull request #176 from 1Password/sdk-core/2025-02-04-8374b01d
Browse files Browse the repository at this point in the history
Release 0.1.7
  • Loading branch information
hculea authored Feb 5, 2025
2 parents cc049ec + 2caa183 commit 2b8bf82
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
16 changes: 4 additions & 12 deletions internal/release/RELEASE-NOTES
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.
2 changes: 1 addition & 1 deletion internal/release/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
2 changes: 1 addition & 1 deletion internal/release/version-build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0010601
0010701
Binary file modified internal/wasm/core.wasm
Binary file not shown.

0 comments on commit 2b8bf82

Please sign in to comment.