Skip to content

Bump rabbit_common from 3.13.7 to 4.0.3 #168

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps rabbit_common from 3.13.7 to 4.0.3.

Release notes

Sourced from rabbit_common's releases.

RabbitMQ 4.0.3

RabbitMQ 4.0.3 is a maintenance release in the 4.0.x release series.

Starting June 1st, 2024, community support for this series will only be provided to regularly contributing users and those who hold a valid commercial support license.

It is strongly recommended that you read 4.0 release notes in detail if upgrading from a version prior to 4.0.0.

Minimum Supported Erlang Version

This release requires Erlang 26 and supports Erlang versions up to 26.2.x. RabbitMQ and Erlang/OTP Compatibility Matrix has more details on Erlang version requirements for RabbitMQ.

Nodes will fail to start on older Erlang releases.

Changes Worth Mentioning

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

Core Broker

Bug Fixes

  • Classic queues could run into an exception.

    Kudos to @​netrmqdev for helping the core team reproduce this rare behavior.

    GitHub issue: #12367

  • Continuous membership reconciliation of quorum queues did not propagate a timeout error.

    Contributed by @​SimonUnge.

    GitHub issue: #12578

  • Quorum queues could truncate the log too aggresively (by one entry too many).

    GitHub issue: #12358

  • Quorum queues failed to requeue a message with a specific workload where consumers requeued a delivery and then immediately cancelled themselves.

    GitHub issue: #12442

  • When a quorum queue was forced to shrink, it did not stop the replicas on the nodes that were removed from the list of replicas. In many cases this had no visible effects because the node

... (truncated)

Commits
  • 9516521 Merge pull request #12570 from rabbitmq/mergify/bp/v4.0.x/pr-12550
  • b0cdbf3 Use fmt_string in this error message
  • bf1aecd Ensure init-slapd.sh passes shellcheck
  • 6a656fa Fix metrics_SUITE connection_metrics flake
  • cf3a559 Delete test access_failure
  • 5bd0bad Merge pull request #12578 from rabbitmq/mergify/bp/v4.0.x/pr-12577
  • 81259cd Validate setting permissions works
  • febaddf Fix test flake
  • b7f324b Fix so that the code handles a timeout return
  • 5530a18 Attempt to eliminate test flake
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [rabbit_common](https://github.com/rabbitmq/rabbitmq-server) from 3.13.7 to 4.0.3.
- [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.13.7...v4.0.3)

---
updated-dependencies:
- dependency-name: rabbit_common
  dependency-type: direct:development
  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 Feb 10, 2025
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