Created by: dependabot[bot]
Bumps gocloud.dev/pubsub/rabbitpubsub from 0.25.0 to 0.26.0.
Release notes
Sourced from gocloud.dev/pubsub/rabbitpubsub's releases.
v0.26.0
all
- Updated to Go 1.19 (with compatibility for Go 1.18).
blob
- all: Made
blob.Reader
implement io.ReadSeekCloser.- all: Added
WriterOption.MaxConcurrency
.- azureblob: Fixed a capture bug in
As
forList
.pubsub
- gcppubsub: Exposed ReceivedMessage in As (for AckId)
- rabbitpubsub: Switch to using github.com/rabbitmq/amqp091-go.
runtimevar
- awsparamstore: Drop the
DescribeParameters
call, it's not needed.sql
- gcp/cloudsql: Enable IAM login.
Commits
-
a2db861
all: prepare for release v0.26.0 (#3151) -
41f15b8
all: update to go 1.19 + 1.18 (#3150) -
d78124e
blob: fix minor unreachable code in test caused by t.Fatalf (#3147) -
5d4575a
runtimevar/awsparamstore: drop the DescribeParameters call, it isn't necessar... -
e0f202b
blob: make blob.Reader implement io.ReadSeekCloser (#3145) -
6f96f91
blob: Add iotest.ReaderTest to blob's drivertest suite (#3144) -
d82d114
all: Reformat using the new gofmt (#3143) -
9408a0a
blob/s3blob: Fix typo in example (#3138) -
43615ec
runtimevar/awsparamstore: paginate describeParameter make it work when there ... -
05dfa16
pubsub/rabbitpubsub: Switch to using github.com/rabbitmq/amqp091-go. (#3133) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)