Releases: 1Password/connect-sdk-go
Releases · 1Password/connect-sdk-go
v1.5.3
v1.5.2
Fixes
- Downgrading atomic dependency due to compatibility issues with Goreleaser. {81}
v1.5.1
Features
- Added constants for item field purpose and type. {67}
- Improved error handling when does not contain a valid json body. {63}
v1.5.0
v1.4.0
Features
- A field's
GeneratorRecipe
now supports a set of characters that should be excluded when generating a password. This is achieved with theExcludeCharacters
field of theGeneratorRecipe
struct (requires Connectv1.4.0
or later). {#57} - SDK functions now accept item/vault titles and UUIDs as parameters. {#55}
- A vault can now be fetched by either its title or UUID. {#52}
- SDK now supports 2 new Item categories:
MedicalRecord
andSSHKey
. {#51} - The SDK now enables to load item autofill URLs into structs. {#56}
ItemURL
struct now has an extra field which represent the label of the autofill URL (requires Connectv1.5.0
or later). {#53}- Readme now has more examples for using the SDK. {#32}
Fixes
GetItemsByTitle
properly returns a list of items with all their detais instead of just their summaries. {#38}
v1.3.0
Features
- Added the ability to get the TOTP value for an item (requires Connect v1.4.0 or later). {#44}
- Added method to retrieve a list of files for an item {#39}
- Added method to download a file {#39}
- Added the ability to create tags for sections when loading a struct {#37}
- Added method for deleting an item by id {#33}
- Added item state field and deprecated trashed field {#30}
Fixes
- Added UUID validation {#41}
v1.2.0
v.1.1.0
v1.0.1
Fixes
- Includes the correct version number in the user agent when making requests
v1.0.0
Use the 1Password Connect SDK to leverage 1Password Secrets Automation in your Go applications.
Features:
Add GetValue method for accessing the value of a field on an item by its label