Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump amqp_client from 3.9.11 to 3.11.12 #146

Merged
merged 2 commits into from
Mar 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2023

Bumps amqp_client from 3.9.11 to 3.11.12.

Release notes

Sourced from amqp_client's releases.

RabbitMQ 3.11.12

RabbitMQ 3.11.12 is a maintenance release in the 3.11.x release series.

Please refer to the upgrade section from v3.11.0 release notes if upgrading from a version prior to 3.11.0.

This release requires Erlang 25. RabbitMQ and Erlang/OTP Compatibility Matrix has more details on Erlang version requirements for RabbitMQ.

Minimum Supported Erlang Version

As of 3.11.0, RabbitMQ requires Erlang 25. Nodes will fail to start on older Erlang releases.

Erlang 25 as our new baseline means much improved performance on ARM64 architectures, profiling with flame graphs across all architectures, and the most recent TLS 1.3 implementation available to all RabbitMQ 3.11 users.

Changes Worth Mentioning

Release notes can be found on GitHub at rabbitmq-server/release-notes.

Core Server

Bug Fixes

  • Boot time import of definitions from a conf.d-style directory failed unless definitions.skip_if_unchanged was set to true, for example, like in this rabbitmq.conf:

    definitions.skip_if_unchanged = false
    definitions.import_backend = local_filesystem
    definitions.local.path = /path/to/RabbitMQ/definitions/conf.d/

    GitHub issue: #7705

  • Improved resiliency of dead-lettering.

    GitHib issue: #7677

Enhancements

  • When the maximum allowed number of connections to the node was limited using the connection_max key and the limit was reached, newly connecting client previously would run into a TCP connection timeout.

    Now a more specific error will be returned to the client before connection closure.

... (truncated)

Commits
  • 581286e Fix a compiler warning in the cli
  • 4eee4ac Try to make bazel clean unnecessary when switching branches
  • a425825 Restore the tanzu cli scope
  • 21665f2 Fix issue reported in rabbitmq-oauth2-tutorial
  • fbb2fa8 See #7593. Use connection_max to stop connections in rabbitmq
  • 9e25979 Closes #7750
  • 91829f4 QQ: add test for message ttl using a policy.
  • 9be4bb0 Resolve a conflict
  • 8c8ec58 HTTP API: rename default queue type key
  • e633367 CLI: correctly override DocGuide.virtual_hosts path segment
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 31, 2023
@dependabot dependabot bot requested a review from michelangelomo March 31, 2023 14:32
@cpiemontese
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot bot and others added 2 commits March 31, 2023 16:45
Bumps [amqp_client](https://github.com/rabbitmq/rabbitmq-server) from 3.9.11 to 3.11.12.
- [Release notes](https://github.com/rabbitmq/rabbitmq-server/releases)
- [Changelog](https://github.com/rabbitmq/rabbitmq-server/blob/main/SERVER_RELEASES.md)
- [Commits](rabbitmq/rabbitmq-server@v3.9.11...v3.11.12)

---
updated-dependencies:
- dependency-name: amqp_client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@cpiemontese cpiemontese force-pushed the dependabot/hex/amqp_client-3.11.12 branch from eea0b35 to 71c0753 Compare March 31, 2023 14:45
@cpiemontese cpiemontese self-requested a review March 31, 2023 14:47
@cpiemontese cpiemontese merged commit ea9e736 into master Mar 31, 2023
@cpiemontese cpiemontese deleted the dependabot/hex/amqp_client-3.11.12 branch March 31, 2023 14:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant