fix(deps): update module gocloud.dev to v0.39.0 #220
Merged
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.37.0
->v0.39.0
Release Notes
google/go-cloud (gocloud.dev)
v0.39.0
Compare Source
BREAKING CHANGE (AWS only, V1 vs V2 SDK)
Context: AWS has announced maintenance mode for the Go V1 SDK.
Go CDK has changed the default SDK for URLs across all modules except
docstore/awsdynamodb
to be V2 (previously you needed to addawssdk=v2
to the URL to get V2). Most URLs should continue to work, but in some cases you may need to addawssdk=v1
to force V1 explicitly.Also, concrete type constructors (e.g.,
OpenBucket
) for V1 (again, exceptdocstore/awsdynamodb
) have been marked deprecated; please migrate to using the V2 versions (e.g.,OpenBucketV2
).Our tentative plan is to remove support for V1 in early 2025; please file a bug if you have concerns about that.
What's Changed
New Contributors
Full Changelog: google/go-cloud@v0.38.0...v0.39.0
v0.38.0
Compare Source
blob
Open()
into appropriate fs errors by @milescrabill in https://github.com/google/go-cloud/pull/3443pubsub
docstore
New Contributors
Full Changelog: google/go-cloud@v0.37.0...v0.38.0
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.