Skip to content

Commit

Permalink
Merge pull request #129 from 1Password/rc/0.1.0
Browse files Browse the repository at this point in the history
Release v0.1.0
  • Loading branch information
hculea committed Aug 8, 2024
2 parents a529855 + 498155b commit 5377a37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions internal/release/RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This release:
This is the v0 release of the 1Password Go SDK.

* introduces support for listing items and vaults
* fixes a bug where concurrent item updates could lead to unexpected overwrites
* fixes a bug where the SDK was priorly not working with service account tokens generated by the 1Password CLI
* fixes a bug where the items created by the SDK priorly did not have the password strength set correctly
The 1Password Go SDK allows you to build secrets management integrations that can programmatically access secrets stored in 1Password. With this SDK, you can:

- [Securely load secrets](https://developer.1password.com/docs/sdks/load-secrets/) from 1Password into your code with secret references.
- [Read, write, and update secrets](https://developer.1password.com/docs/sdks/manage-items/) stored in 1Password, including passwords, API keys, and one-time passwords.
- [List items and vaults](https://developer.1password.com/docs/sdks/list-vaults-items/) in a 1Password account.
2 changes: 1 addition & 1 deletion internal/release/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-beta.14
0.1.0
2 changes: 1 addition & 1 deletion internal/release/version-build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0010014
0010015

0 comments on commit 5377a37

Please sign in to comment.