Skip to content

Bump amqp from 1.6.0 to 3.1.1#106

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/amqp-3.1.1
Closed

Bump amqp from 1.6.0 to 3.1.1#106
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/hex/amqp-3.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 2, 2022

Copy link
Copy Markdown
Contributor

Bumps amqp from 1.6.0 to 3.1.1.

Release notes

Sourced from amqp's releases.

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.

v2.0.0

Version 2.0 includes some internal improvements on reliability and performance. All users are recommended to upgrade and it contains only a minor backward incompatibility change.

Please see our 2.0 release notes for more detail.

v2.0.0-rc.1

The first Release candidate for 2.0.0. See #177 for the details.

Commits
  • 1beda62 version 3.1.1
  • bd68c4d Enhance Application.get_channel and Application.get_connection (#212)
  • f81588a version 3.1.0
  • 9fa2add Text with Elixir 1.13 and update deps
  • dbd6f56 Add notes and catch more GenServer.call timeout error (#211)
  • 4c0a87e Catching exits from GenServer, so if it is busy reconnecting, caller doesn't ...
  • 94bbd26 version 3.0.1
  • 43f286a Fix docs for AMQP.Channel.wait_for_confirms/1,2 (#209)
  • b800b27 Fix typos (#205)
  • f0002f8 version 3.0.0
  • 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 [amqp](https://github.com/pma/amqp) from 1.6.0 to 3.1.1.
- [Release notes](https://github.com/pma/amqp/releases)
- [Commits](pma/amqp@v1.6.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 2, 2022
@dependabot @github

dependabot Bot commented on behalf of github Oct 26, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #120.

@dependabot dependabot Bot closed this Oct 26, 2022
@dependabot dependabot Bot deleted the dependabot/hex/amqp-3.1.1 branch October 26, 2022 04:07
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