-
Notifications
You must be signed in to change notification settings - Fork 498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module gocloud.dev to v0.40.0 #5905
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
v0.18.0
->v0.40.0
Release Notes
google/go-cloud (gocloud.dev)
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
v0.34.0
Compare Source
blob
os.TempDir
for temp files.aws/rds: Switch AWS RDS CA bundle to the officially documented URL
v0.33.0
Compare Source
blob
io.Copy
between Reader and Writer.pubsub
PublishBatch
for sending messages in SNS.v0.32.0
Compare Source
Redoing
v0.31.0
since I think I messed up the tags. Copying the release notes:all
go
version ingo.mod
to maintain cleanergo.mod
andgo.sum
files.blob
WriteTo
/ReadFrom
if available (optimization).blob.Bucket
implementio/fs.FS
andio/fs.SubFS
.server
requestlog
internal structs implementhttp.Flusher
.Content-Length
when available.v0.31.0
Compare Source
v0.30.0
Compare Source
blob
Upload
andDownload
methods that may be more efficient for some drivers.s3v2.Options
./
in//
; it's no longer necessary.pubsub
max_send_batch_size
.v0.29.0
Compare Source
BREAKING CHANGES
azureblob
, which had some non-backward-compatible changes (again).all
go
version1.2
.credentialspb
.blob
pubsub
v0.28.0
Compare Source
BREAKING CHANGES:
BeforeSend
to take a pointer to theSendMessageBatchRequestEntry
struct, so that it can be modified.blob
BeforeCopy
callback would drop the actual copying.pubsub
ListenerTimeout
configurable.Nack
(where no explicitNack
is sent).BeforeSend
to take a pointer to theSendMessageBatchRequestEntry
struct, so that it can be modified.secrets
sql
v0.27.0
Compare Source
ANNOUNCEMENT: In the next release we plan to switch over from using OpenCensus to using OpenTelemetry; see #2877 for discussion. Please comment on that issue if this is a concern for you.
BREAKING CHANGES:
blob/azureblob, pubsub/azuresb: Switched over to using the new Azure beta release. Constructors and
As
types have changed.pubsub:
all: Added support for overriding batching for AWS, GCP, Azure.
blob:
fileblob: Fixed file permissions on temporary files.
runtimevar:
etcdvar: Brought back this package now that the upstream issues have been resolved.
secrets:
awskms: Added support for EncryptionContext parameters.
v0.26.0
Compare Source
all
blob
blob.Reader
implement io.ReadSeekCloser.WriterOption.MaxConcurrency
.As
forList
.pubsub
runtimevar
DescribeParameters
call, it's not needed.sql
v0.25.0
Compare Source
blob:
SingleKeyBucket
viakey
URL parameter.AZURE_CLIENT_ID
.URLOpener.Metadata
if there's no URL param.pubsub:
DeadlineExceeded
for subscriptions.runtimevar:
v0.24.0
Compare Source
all
go 1.17
(tests still run with `go 1.16 as well).blob
URLOpener
.ContentType
in the S3 input for signing if it is an empty string andEnforcedAbsentContentType
isfalse
.pubsub
URLOpener
.runtimevar
secrets
docstore
v0.23.0
Compare Source
blob:
Copy
could fail with permission denied when using SAS tokens.pubsub:
Message.LoggableID
field for logging.As
hook forAfterSend
.docstore:
OrderBy
when usingLimit
.secrets:
VAULT_ADDR
andVAULT_TOKEN
as aliases for existing environment variables.server:
Logger
is now passed the fullRequest
(sansBody
).v0.22.0
Compare Source
blob
pubsub
SendBatchDisposition
function to simplify sending of acks/nacks.Message.As
when used with multiple concurrent workers.KeyName
is set.runtimevar
mysql
protocol(addr)
.docstore
consistent_read
option to theURLOpener
.All commits:
v0.21.0
Compare Source
blob
bucket.IsAccessible
.CreateTime
andETag
to blob.Attributes.BeforeSign
support to SignedURL.http
.s3manager.Uploader
viaAs
inWriterOptions
.Option
to create the base fileblob directory if it does not already exist.As
functions.runtimevar
pubsub
WaitTime
parameter to AWSReceiveMessage
via aSubscriberOption
.As
).ReceiveOne
.docstore:
secrets
sql
v0.20.0
Compare Source
all
go 1.11
andgo 1.12
and addedgo 1.14
.blob
SignURL
from any credentials file, and fall back to using IAM for signing.ListObject.As
returning the wrong object reference..
Host.pubsub
batcher
out of internal.SubscriptionOptions
.runtimevar
WithDecryption=true
to decrypt encrypted parameters.secrets
sql
server
v0.19.0
Compare Source
No breaking changes.
Content-Type
forPUT
requests.ReadFrom
toblob.Writer
andWriteTo
toblob.Reader
.BeforeRead
now correctly returns false if the read is going to fail.STORAGE_EMULATOR_HOST
if present.NotFound
when key addresses a directory.ochttp
to create spans.ResponseStats
now implementshttp.Hijacker
.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 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.