workhorse: Update module gocloud.dev to v0.34.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gocloud.dev | require | minor |
v0.30.0 -> v0.34.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
google/go-cloud
v0.34.0
-
blob
-
fileblob: Added an option to avoid using
os.TempDir
for temp files. - gcsblob: Don't hard-fail if no DefaultCredentials are found.
-
fileblob: Added an option to avoid using
-
aws/rds: Switch AWS RDS CA bundle to the officially documented URL
v0.33.0
blob
-
all: Avoid infinite recursion when using
io.Copy
between Reader and Writer. - azblob: Fixed bug in use of SAS token in service URLs.
- fileblob: Create temp files in os.TempDir so they don't leak.
pubsub
-
awssnssqs: Use
PublishBatch
for sending messages in SNS. - natspubsub: Added support for NATS v2.2.0+ native message headers and message encoding.
v0.32.0
Redoing v0.31.0
since I think I messed up the tags. Copying the release notes:
all
- Update
go
version ingo.mod
to maintain cleanergo.mod
andgo.sum
files.
blob
-
all: Pass through reader/writer to
WriteTo
/ReadFrom
if available (optimization). -
all: Make
blob.Bucket
implementio/fs.FS
andio/fs.SubFS
. - gcsblob: Add support for forcing an unauthenticated client.
server
- Make
requestlog
internal structs implementhttp.Flusher
. - Don't always read the full request in order to calculate the request size; use
Content-Length
when available.
v0.31.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Ash McKenzie