Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2022

Bumps github.com/rabbitmq/amqp091-go from 1.3.4 to 1.4.0.

Release notes

Sourced from github.com/rabbitmq/amqp091-go's releases.

v1.4.0

GitHub Milestone

Full Diff

Highlights:

  • Improvements in CI builds, including adding a Windows build.
  • Miscellaneous bug fixes that could hang an application.
  • Ability to cancel DeferredConfirmation
Commits
  • e8a1547 Version 1.4.0
  • 66ddd64 fix race condition with context close and confirm at the same time on Deferre...
  • 42c5149 Use context for Publish methods (#96)
  • ec9c17a Add build TLS config from URI (#98)
  • da48d91 Merge pull request #95 from rabb1t/feature/add-remoteAddr-support
  • 3039151 Added function to get the remote peer's IP address (conn.RemoteAddr())
  • b15520c Merge pull request #90 from rabbitmq/issue-89
  • 8b67842 Update connection documentation
  • 8b6de9a Revert test to demonstrate actual bug (#87)
  • c113b33 Producer example now tracks some outstanding confirms. It exits on CTRL-C
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) from 1.3.4 to 1.4.0.
- [Release notes](https://github.com/rabbitmq/amqp091-go/releases)
- [Commits](rabbitmq/amqp091-go@v1.3.4...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/rabbitmq/amqp091-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 25, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #3 (92e01f4) into main (8fedbdb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #3   +/-   ##
=======================================
  Coverage   74.88%   74.88%           
=======================================
  Files           2        2           
  Lines         219      219           
=======================================
  Hits          164      164           
  Misses         42       42           
  Partials       13       13           
Flag Coverage Δ
go-1.17 74.88% <ø> (ø)
go-1.18 74.88% <ø> (ø)
ubuntu-latest 74.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us.

@appleboy appleboy merged commit d3e4d35 into main Sep 1, 2022
@appleboy appleboy deleted the dependabot/go_modules/github.com/rabbitmq/amqp091-go-1.4.0 branch September 1, 2022 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants