Update module github.com/1password/onepassword-sdk-go to v0.3.0 #1061
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.2.1->v0.3.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
1password/onepassword-sdk-go (github.com/1password/onepassword-sdk-go)
v0.3.0: Release 0.3.0Compare Source
1Password Go SDK v0.3.0
NEW
ItemOverviewexposes one of two states:ActiveorArchived.Active: An item located inside a vault. (Default)Archived: An item that has been moved to the Archive. 1Password doesn't include archived items in search results or suggest them when you fill in apps and browsers. You can keep archived items as long as you'd like.FIXED
This release contains breaking changes for two functions in the Go SDK.
Vault listing
ListAlltoList. To use this in your code, replace:with:
*Iterator[VaultOverview]to[]VaultOverview. To use this in your code, replace:with:
Item listing
ListAlltoList. To use this in your code, replace:with:
*Iterator[ItemOverview]to[]ItemOverview. To use this in your code, replace:with:
This does not affect any code that's already deployed, and will not take effect in your codebase until you choose to update to version 0.3.0 or later of the 1Password Go SDK.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.