Created by: dependabot[bot]
Bumps github.com/rabbitmq/amqp091-go from 1.4.0 to 1.5.0.
Release notes
Sourced from github.com/rabbitmq/amqp091-go's releases.
v1.5.0
Highlights:
- Support for the AMQP method
connection.update-secret
, which allows authentication tokens to be refreshed (PR)What's Changed
- Add convenience function to set connection name by
@Zerpet
in rabbitmq/amqp091-go#108- Add an example of reliable consumer by
@Zerpet
in rabbitmq/amqp091-go#109- Update AMQP Spec by
@Zerpet
in rabbitmq/amqp091-go#110- Remove warning on RabbitMQ tutorials in go by
@ChunyiLyu
in rabbitmq/amqp091-go#113- Add support for
connection.update-secret
by@Zerpet
in rabbitmq/amqp091-go#114- Use
PublishWithContext
instead ofPublish
by@Gsantomaggio
in rabbitmq/amqp091-go#115New Contributors
@ChunyiLyu
made her first contribution in rabbitmq/amqp091-go#113Full Changelog: https://github.com/rabbitmq/amqp091-go/compare/v1.4.0...v1.5.0
Commits
-
5039e19
Version 1.5.0 -
20e949e
use PublishWithContext (#115) -
ac70118
Add support for connection.update-secret (#114) -
6839a62
Merge pull request #113 from rabbitmq/small-readme-update -
1d9c22a
Merge pull request #110 from rabbitmq/update-amqp-spec -
ce9c012
Remove warning on RabbitMQ tutorials in go -
3e29db7
Update spec -
5d0fed7
Update connection capabilities -
36aa49d
Merge pull request #109 from rabbitmq/example-reliable-consumer -
feb4ba5
Add an example of reliable consumer - 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)