fix(deps): update module gocloud.dev to v0.41.0 #35
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.34.0
->v0.41.0
Release Notes
google/go-cloud (gocloud.dev)
v0.41.0
Compare Source
What's Changed
Blob
Docstore
New Contributors
Full Changelog: google/go-cloud@v0.40.0...v0.41.0
v0.40.0
Compare Source
What's Changed
New Contributors
Full Changelog: google/go-cloud@v0.39.0...v0.40.0
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
v0.37.0
Compare Source
blob
Content-Type
auto-detection properly.pubsub
docstore
Offset
method, useful for paginationv0.36.0
Compare Source
blob
ContentType
auto-detection during writes.pubsub
docstore
mysql
v0.35.0
Compare Source
BREAKING CHANGES
This release updates the dependency on AWS/S3, which included some breaking changes; see https://github.com/google/go-cloud/pull/3342 for details.
blob
runtimevar
docstore
Configuration
📅 Schedule: Branch creation - Between 08:00 AM and 10:59 AM ( * 8-10 * * * ) in timezone Europe/Paris, 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 created by Renovate.
Details
Check the default configuration and documentation.
See the logs on Datadog.
To replay this update, you can use the following
packageRules
on the Manual Run page:[{"matchPackageNames": ["*"], "enabled": false}, {"matchPackageNames": ["gocloud.dev"], "enabled": true}]