Update module github.com/1password/onepassword-sdk-go to v0.4.0#14
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Update module github.com/1password/onepassword-sdk-go to v0.4.0#14renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
8c914d3 to
fc4d3de
Compare
fc4d3de to
d747742
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
d747742 to
7417fb8
Compare
7417fb8 to
459afda
Compare
459afda to
390c4f2
Compare
8b722b2 to
390c4f2
Compare
d4e2ee9 to
390c4f2
Compare
8053d1a to
390c4f2
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
390c4f2 to
1d2ced3
Compare
1d2ced3 to
9ce88be
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1.6→v0.4.0Release Notes
1password/onepassword-sdk-go (github.com/1password/onepassword-sdk-go)
v0.4.0: Release 0.4.0Compare Source
1Password Go SDK v0.4.0
NEW
grantGroupPermissions,updateGroupPermissions, andrevokeGroupPermissionsfunctions.v0.3.1: Release 0.3.1Compare Source
1Password Go SDK v0.3.1
NEW
VaultOverviewnow includescreated_atandupdated_atfields that show when the vault was created and last updated.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.
v0.2.1: Release 0.2.1Compare Source
1Password Go SDK v0.2.1
NEW
CreatedAtandUpdatedAtitem metadata: Items and item overviews now expose attributes with their creation and last edit times.client.Secrets().ResolveAllfunction, the SDK is now able to resolve multiple secrets at once, improving the performance of the operation.IMPROVED
AddressandDatefields can now be created, retrieved, and edited using the 1Password SDK.Tagsin item overviews: The return type ofItems().ListAll()now also contains the item tags.FIXED
v0.2.0: Release 0.2.0Compare Source
1Password Go SDK v0.2.0
NEW
IMPROVED
op://vault/<SSH item>/private key?ssh-format=opensshThis release contains a breaking change for the Go SDK, where the attributes of
client(Vaults,Items,Secrets), as well as theSharesattribute ofclient.Itemsshould now be accessed through getter methods instead of directly.This does not affect any code already deployed, and will not take effect in your code-base before explicitly updating to the latest version of the 1Password Go SDK (0.2.0).
To migrate your code which uses prior versions of the 1Password Go SDK to the latest, replace in your application code all occurrences of:
client.Items.Shares.withclient.Items().Shares().client.Items.withclient.Items().client.Vaults.withclient.Vaults().client.Secrets.withclient.Secrets().in the SDK function calls.
v0.1.7: Release 0.1.7Compare Source
1Password Go SDK v0.1.7
IMPROVED:
FIXED:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.