Skip to content
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

Bump amqp from 1.6.0 to 3.2.0 #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2022

Bumps amqp from 1.6.0 to 3.2.0.

Release notes

Sourced from amqp's releases.

v3.2.0

Internal improvements for people who use connection or channel via Application.get_connection/1 and Application.get_channel/1. It links the connection/channel processes to the Application process so they don't get orphaned. Check out #220 and #221 for the details.

Also added some maintenance changes like Elixir 1.14 support in CI.

Thanks to @​craigp!

v3.1.1

Bugfix

  • Handle the message that can be sent when GenServer.call is timed out to avoid "no function clause matching" error on AMQP.Application.Channel.handle_info/2. #212

v3.1.0

Bugfix

  • #210, #211: handle the timeout error on AMQP.Connection.get_connection/1 or AMQP.Channel.get_channel/1 and avoid the process to exit.

v3.0.1

Doc improvements

  • #205: Fix typos in doc
  • #209: Fix docs for AMQP.Channel.wait_for_confirms/1,2

v3.0.0

The new version of Erlang upstream library has been out. The improvement includes OTP24 support and logging mechanism and allows us eliminate some workarounds for Elixir developers.

Check out this document for more details and upgrade guide.

v3.0.0-rc.1

Please read the release note

v2.1.2

Bugfix

  • Fix the typo on Application.Connection and Application.Channel module. This will make sure the linked connection and channel is closed on shutdown properly (#204)

v2.1.1

Docs improvement: #188

v2.1.0

Enhancement

  • add ignore_consumer_down option to DirectConsumer (#184, #192, #186, doc)

Bugfix

  • Channel.open to return a tuple on error case instead of atom (#190)

The version also includes some documentation improvements.

... (truncated)

Commits

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 [amqp](https://github.com/pma/amqp) from 1.6.0 to 3.2.0.
- [Release notes](https://github.com/pma/amqp/releases)
- [Commits](pma/amqp@v1.6.0...v3.2.0)

---
updated-dependencies:
- dependency-name: amqp
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 26, 2022
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants