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_client from 3.12.13 to 3.12.14 #187

Merged
merged 1 commit into from
May 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps amqp_client from 3.12.13 to 3.12.14.

Release notes

Sourced from amqp_client's releases.

RabbitMQ 3.12.14

RabbitMQ 3.12.14 is a maintenance release in the 3.12.x release series.

This release goes out of community support on June 1st, 2024.

Please refer to the upgrade section from the 3.12.0 release notes if upgrading from a version prior to 3.12.0.

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

Minimum Supported Erlang Version

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

Users upgrading from 3.11.x (or older releases) on Erlang 25 to 3.12.x on Erlang 26 (both RabbitMQ and Erlang are upgraded at the same time) must consult the v3.12.0 release notes first.

Changes Worth Mentioning

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

Core Broker

Bug Fixes

  • Quorum queues are now more defensive when acquiring file handles.

    GitHub issue: #10587

Enhancements

  • There is now a way to configure default queue type globally (that is, not per virtual host) in rabbitmq.conf:

    # Built-in type aliases are "quorum", "classic", "stream"
    default_queue_type = quorum

    Contributed by @​SimonUnge.

    GitHub issue: #11165

  • channel_max_per_node is a new per-node limit that allows to put a cap on the number

... (truncated)

Changelog

Sourced from amqp_client's changelog.

RabbitMQ server releases

This repository provides scripts and Makefiles we use to create RabbitMQ server releases. It is organized in the following way:

  • The top-level Makefile manages the source archive.
  • There is a subdirectory inside packaging for each type of package we support.

TL;DR

  • To create a source archive and all supported packages:

    make packages
    
  • To create a source archive and all supported packages, with a given version:

    make packages PROJECT_VERSION=3.12.14
    
  • To create all suported packages from an existing source archive:

    make -C packaging SOURCE_DIST_FILE=/path/to/rabbitmq-server-3.12.14.tar.xz
    

The standalone package is different because it embeds the build platform's Erlang copy. Thus on Linux for instance, only the linux-x86_64 standalone package will be built. To build the OS X standalone package, you need to run the following command on an OS X build host:

make package-standalone-macosx
# or
make -C packaging package-standalone-macosx SOURCE_DIST_FILE=/path/to/rabbitmq-server-3.12.14.tar.xz

The instructions in the https://github.com/rabbitmq/rabbitmq-server/blob/v3.12.14/PKG_LINUX.md document include a script to install the necessary pre-requisites for building package archives as well as deb and rpm packages.

Source archive

How to create it

The source archive is created with the following command:

</tr></table> 

... (truncated)

Commits
  • 8d990e2 Trigger another build
  • 610999d Set 3.12.x community date EOL
  • 88e6b44 Changed schema logic
  • 6c79907 Added global default queue type config
  • eb18c5d rabbit_ldap_seed: Add commented out verbose logging for LDAP operations
  • 69923ad rabbit_ldap_seed: Remove 'memberOf' annotation for "peter" seed user
  • 94fbcb0 rabbit_ldap_seed: Assert seed data deletions are benign
  • 90aa8bd ldap system_SUITE: Only reset seed data in end_per_group
  • a96050b Setup olcBackend in global ldap example config
  • e8fc7bb Switch slapd backend from bdb to mdb
  • 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 [amqp_client](https://github.com/rabbitmq/rabbitmq-server) from 3.12.13 to 3.12.14.
- [Release notes](https://github.com/rabbitmq/rabbitmq-server/releases)
- [Changelog](https://github.com/rabbitmq/rabbitmq-server/blob/v3.12.14/SERVER_RELEASES.md)
- [Commits](rabbitmq/rabbitmq-server@v3.12.13...v3.12.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner May 6, 2024 16:52
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2024
@cpiemontese cpiemontese merged commit fb57321 into master May 8, 2024
3 checks passed
@cpiemontese cpiemontese deleted the dependabot/hex/amqp_client-3.12.14 branch May 8, 2024 10:26
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.

1 participant