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.11 #141

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps amqp_client from 3.9.11 to 3.11.11.

Release notes

Sourced from amqp_client's releases.

RabbitMQ 3.11.11

RabbitMQ 3.11.11 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

  • Streams consumers that oscillate between being active and inactive, or just happen to be temporarily become really slow, could become completely starved of deliveries. That is, their message delivery rate could drop to 0 while other consumers did not have this problem.

    GitHub issue: #7638

  • Stream coordinator process memory footprint is now reported correctly (and classified differently).

    Contributed by @​gomoripeti (CloudAMQP).

    GitHub issue: #7548

Enhancements

  • There is now a way to pre-configure users and their permissions for newly created virtual hosts:
default_users.qa_user.vhost_pattern = qa.*
default_users.qa_user.tags = policymaker,monitoring
default_users.qa_user.password = fd237824441a78cd922410af4b83f0888186a8d7
default_users.qa_user.read = .*
default_users.qa_user.write = .*
default_users.qa_user.configure = .*
</tr></table> 

... (truncated)

Commits
  • ced834b Merge pull request #7624 from rabbitmq/mergify/bp/v3.11.x/pr-7623
  • c1ff9da Fix conflicts
  • c679c38 Take credits for inactive stream subscription
  • a85c08c Avoid fetching test deps when building rabbitmqctl with bazel
  • 12a09ad Fetch cli prod deps via bazel or erlang.mk instead of mix
  • 5ed65a8 added :streams to the help command scopes
  • 37795aa Fix rabbit_vm:memory stream_queue_coordinator_procs always zero
  • 4b5cd4e Remove missleading text
  • 28208ef Use x-stream-max-segment-size-bytes in STOMP tests
  • 4d61f86 Support x-stream-max-segment-size-bytes in STOMP plugin
  • 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_client](https://github.com/rabbitmq/rabbitmq-server) from 3.9.11 to 3.11.11.
- [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.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
@dependabot dependabot bot requested a review from michelangelomo March 27, 2023 16:59
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2023

Superseded by #146.

@dependabot dependabot bot closed this Mar 31, 2023
@dependabot dependabot bot deleted the dependabot/hex/amqp_client-3.11.11 branch March 31, 2023 14:32
# 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.

0 participants