Skip to content

Releases: rabbitmq/rabbitmq-server

RabbitMQ 3.8.35

09 Jul 19:01

Choose a tag to compare

RabbitMQ 3.8.35 is a maintenance release.
All users are recommended to upgrade to this release.

Obtaining Packages

RabbitMQ releases are distributed via GitHub, Cloudsmith,
and PackageCloud.

Erlang/OTP Compatibility Notes

This release requires Erlang 23.2 and supports Erlang 24.

Provisioning Latest Erlang Releases explains
what package repositories and tools can be used to provision modern Erlang versions.

Upgrade and Compatibility Notes

See the Upgrading guide for general documentation on upgrades and
RabbitMQ change log for release notes of other releases.

If upgrading from a 3.7.x release, see 3.8.0 release notes
upgrade and compatibility notes first.

If upgrading from a 3.6.x or older release series, first upgrade
to 3.7.27 and then to this version.

Getting Help

Any questions about this release, upgrades or RabbitMQ in general are welcome on the RabbitMQ mailing list
and RabbitMQ community Slack.

Changes Worth Mentioning

Consul Peer Discovery Plugin

Enhancements

  • Consul peer discovery now supports client-side TLS options, much like its Kubernetes and etcd peers.

    cluster_formation.consul.scheme = https
    # this assumes that Consul uses port 8501 for HTTPS clients
    cluster_formation.consul.port = 8501
    
    cluster_formation.consul.ssl_options.cacertfile = /path/to/consul/generated/ca_certificate.pem
    cluster_formation.consul.ssl_options.certfile = /path/to/client/certificate.pem
    cluster_formation.consul.ssl_options.keyfile = /path/to/client/client_key.pem

    GitHub issue: #5116

Dependency Upgrades

None in this release.

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.8.35.tar.xz
instead of the source tarball produced by GitHub.

RabbitMQ 3.10.5

01 Jun 22:53
8d4b3a4

Choose a tag to compare

RabbitMQ 3.10.5 is a maintenance release in the 3.10.x release series.

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

This release requires at least Erlang 23.2, and supports Erlang 24 and 25.
RabbitMQ and Erlang/OTP Compatibility Matrix has more details on
Erlang version requirements for RabbitMQ.

Changes Worth Mentioning

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

Core Server

Bug Fixes

  • Quorum queue could run into an exception when dead lettering a message
    under certain conditions.

    GitHub issue: #4947

Debian Package

  • RabbitMQ Debian package now lists Erlang 25.0 as supported.

Dependency Upgrades

None in this release.

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.10.5.tar.xz
instead of the source tarball produced by GitHub.

RabbitMQ 3.9.20

01 Jun 21:30
bb39bdb

Choose a tag to compare

RabbitMQ 3.9.20 is a maintenance release in the 3.9.x release series.

Please refer to the Upgrading to 3.9 section from v3.9.0 release notes if upgrading from a version prior to 3.9.0.

This release requires at least Erlang 23.2, and supports Erlang 24. RabbitMQ and Erlang/OTP Compatibility Matrix has more details on Erlang version requirements for RabbitMQ.

Changes Worth Mentioning

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

Debian Package

  • RabbitMQ Debian package now lists Erlang 25.0 as supported.

Dependency Upgrades

None in this release.

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.9.20.tar.xz
instead of the source tarball produced by GitHub.

RabbitMQ 3.8.34

01 Jun 20:27
50093f7

Choose a tag to compare

RabbitMQ 3.8.34 is a maintenance release.
All users are recommended to upgrade to this release.

Obtaining Packages

RabbitMQ releases are distributed via GitHub, Cloudsmith,
and PackageCloud.

Erlang/OTP Compatibility Notes

This release requires Erlang 23.2 and supports Erlang 24.

Provisioning Latest Erlang Releases explains
what package repositories and tools can be used to provision modern Erlang versions.

Upgrade and Compatibility Notes

See the Upgrading guide for general documentation on upgrades and
RabbitMQ change log for release notes of other releases.

If upgrading from a 3.7.x release, see 3.8.0 release notes
upgrade and compatibility notes first.

If upgrading from a 3.6.x or older release series, first upgrade
to 3.7.27 and then to this version.

Getting Help

Any questions about this release, upgrades or RabbitMQ in general are welcome on the RabbitMQ mailing list
and RabbitMQ community Slack.

Changes Worth Mentioning

Debian Package

  • RabbitMQ Debian package now lists Erlang 25.0 as supported.

Dependency Upgrades

None in this release.

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.8.34.tar.xz
instead of the source tarball produced by GitHub.

RabbitMQ 3.10.4

01 Jun 02:40
7fade52

Choose a tag to compare

RabbitMQ 3.10.4 is a maintenance release in the 3.10.x release series.

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

This release requires at least Erlang 23.2, and supports Erlang 24 and 25.
RabbitMQ and Erlang/OTP Compatibility Matrix has more details on
Erlang version requirements for RabbitMQ.

Changes Worth Mentioning

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

Core Server

Enhancements

  • A minor quorum queue optimization.

    GitHub issue: #4873

Bug Fixes

  • Avoid seeding default user in old clusters that still use the deprecated management.load_definitions option.
    This could result in an extra user, guest or under an overriden default user name, to appear
    in addition to the user accounts imported from definitions.

    Note that the default user with well-known name can only connect from localhost by default, so
    this would not expose reasonably configured production nodes to remote connections.

    GitHub issue: #4904

  • Streams could run into an exception or fetch stale stream position data in some scenarios.

    GitHub issue: #4898

  • rabbitmqctl set_log_level did not have any effect on logging via amq.rabbitmq.log (the system exchange for logging)

    Contributed by Péter @gomoripeti Gömöri (CloudAMQP).

    GitHub issue: #4891

CLI Tools

Bug Fix

  • rabbitmq-diagnostics status is now more resilient and won't fail if free disk space monitoring
    repeatedly fails (gets disabled) on the node.

    GitHub issue: #4900

Dependency Upgrades

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.10.4.tar.xz
instead of the source tarball produced by GitHub.

RabbitMQ 3.9.19

31 May 21:00
7595f67

Choose a tag to compare

RabbitMQ 3.9.19 is a maintenance release in the 3.9.x release series.

Please refer to the Upgrading to 3.9 section from v3.9.0 release notes if upgrading from a version prior to 3.9.0.

This release requires at least Erlang 23.2, and supports Erlang 24. RabbitMQ and Erlang/OTP Compatibility Matrix has more details on Erlang version requirements for RabbitMQ.

Changes Worth Mentioning

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

Core Server

Enhancements

  • A minor quorum queue optimization.

    GitHub issue: #4873

Bug Fixes

  • Avoid seeding default user in old clusters that still use the deprecated management.load_definitions option.
    This could result in an extra user, guest or under an overriden default user name, to appear
    in addition to the user accounts imported from definitions.

    Note that the default user with well-known name can only connect from localhost by default, so
    this would not expose reasonably configured production nodes to remote connections.

    GitHub issue: #4904

  • Streams could run into an exception or fetch stale stream position data in some scenarios.

    GitHub issue: #4898

  • rabbitmqctl set_log_level did not have any effect on logging via amq.rabbitmq.log (the system exchange for logging)

    Contributed by Péter @gomoripeti Gömöri (CloudAMQP).

    GitHub issue: #4891

CLI Tools

Bug Fix

  • rabbitmq-diagnostics status is now more resilient and won't fail if free disk space monitoring
    repeatedly fails (gets disabled) on the node.

    GitHub issue: #4900

Dependency Upgrades

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.9.19.tar.xz
instead of the source tarball produced by GitHub.

RabbitMQ 3.8.33

31 May 12:44
c6c29c6

Choose a tag to compare

RabbitMQ 3.8.33 is a maintenance release.
All users are recommended to upgrade to this release.

Obtaining Packages

RabbitMQ releases are distributed via GitHub, Cloudsmith,
and PackageCloud.

Erlang/OTP Compatibility Notes

This release requires Erlang 23.2 and supports Erlang 24.

Provisioning Latest Erlang Releases explains
what package repositories and tools can be used to provision modern Erlang versions.

Upgrade and Compatibility Notes

See the Upgrading guide for general documentation on upgrades and
RabbitMQ change log for release notes of other releases.

If upgrading from a 3.7.x release, see 3.8.0 release notes
upgrade and compatibility notes first.

If upgrading from a 3.6.x or older release series, first upgrade
to 3.7.27 and then to this version.

Getting Help

Any questions about this release, upgrades or RabbitMQ in general are welcome on the RabbitMQ mailing list
and RabbitMQ community Slack.

Changes Worth Mentioning

CLI Tools

Bug Fix

  • rabbitmq-diagnostics status is now more resilient and won't fail if free disk space monitoring
    repeatedly fails (gets disabled) on the node.

    GitHub issue: #4900

Dependency Upgrades

None in this release.

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.8.33.tar.xz
instead of the source tarball produced by GitHub.

RabbitMQ 3.10.2

20 May 17:10
c6c3789

Choose a tag to compare

RabbitMQ 3.10.2 is a maintenance release in the 3.10.x release series.

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

This release requires at least Erlang 23.2, and supports Erlang 24 and 25.
RabbitMQ and Erlang/OTP Compatibility Matrix has more details on
Erlang version requirements for RabbitMQ.

Changes Worth Mentioning

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

Core Server

Enhancements

  • 40 to 50% throughput improvement for some workloads where AMQP 0-9-1 clients
    consumed from a stream.

    GitHub issue: #4811

  • Configuration of fallback secrets for Shovel and Federation credential obfuscation.
    This feature allows for secret rotation during rolling cluster node restarts.

    Contributed by Lajos @luos Gerecs.

    GitHub issue: #4847

  • Reduced memory footprint of individual consumer acknowledgements of quorum queue consumers.

    GitHub issue: #4801

  • Reduced filesystem I/O contention for workloads where a large number of classic
    queues v2 (CQv2) were concurrently deleted.

    GitHub issue: #4844

Bug Fixes

  • Default log level used a four-character severity abbreviation instead of more
    common longer format, for example, warn instead of warning.

    GitHub issue: #4800

CLI Tools

Enhancements

  • rabbitmq-diagnostics status now reports crypto library (OpenSSL, LibreSSL, etc)
    used by the runtime, as well as its version details.

    GitHub issue: #4799

Bug Fixes

  • CLI tools failed to run on Erlang 25 because of an old version of Elixir (compiled on Erlang 21)
    was used in the release pipeline. Erlang 25 no longer loads modules
    compiled on Erlang 21 or older.

  • rabbitmqctl set_log_level documentation clarification.

    Contributed by Péter @gomoripeti Gömöri (CloudAMQP).

    GitHub issue: #4794

Dependency Upgrades

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.10.2.tar.xz
instead of the source tarball produced by GitHub.

RabbitMQ 3.9.18

20 May 16:09

Choose a tag to compare

RabbitMQ 3.9.18 is a maintenance release in the 3.9.x release series.

Please refer to the Upgrading to 3.9 section from v3.9.0 release notes if upgrading from a version prior to 3.9.0.

This release requires at least Erlang 23.2, and supports Erlang 24. RabbitMQ and Erlang/OTP Compatibility Matrix has more details on Erlang version requirements for RabbitMQ.

Changes Worth Mentioning

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

Core Server

Enhancements

  • 40 to 50% throughput improvement for some workloads where AMQP 0-9-1 clients
    consumed from a stream.

    GitHub issue: #4811

  • Configuration of fallback secrets for Shovel and Federation credential obfuscation.
    This feature allows for secret rotation during rolling cluster node restarts.

    Contributed by Lajos @luos Gerecs.

    GitHub issue: #4850

  • Reduced memory footprint of individual consumer acknowledgements of quorum queue consumers.

    GitHub issue: #4801

Bug Fixes

  • CLI tools failed to run on Erlang 25 because of an old version of Elixir (compiled on Erlang 21)
    was used in the release pipeline. Erlang 25 no longer loads modules
    compiled on Erlang 21 or older.

  • Default log level used a four-character severity abbreviation instead of more
    common longer format, for example, warn instead of warning.

    GitHub issue: #4800

CLI Tools

Enhancements

  • rabbitmq-diagnostics status now reports crypto library (OpenSSL, LibreSSL, etc)
    used by the runtime, as well as its version details.

    GitHub issue: #4799

Bug Fixes

  • rabbitmqctl set_log_level documentation clarification.

    Contributed by Péter @gomoripeti Gömöri (CloudAMQP).

    GitHub issue: #4794

Dependency Upgrades

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.9.18.tar.xz
instead of the source tarball produced by GitHub.

RabbitMQ 3.8.32

20 May 14:25

Choose a tag to compare

RabbitMQ 3.8.32 is a maintenance release.
All users are recommended to upgrade to this release.

Obtaining Packages

RabbitMQ releases are distributed via GitHub, Cloudsmith,
and PackageCloud.

Erlang/OTP Compatibility Notes

This release requires Erlang 23.2 and supports Erlang 24.

Provisioning Latest Erlang Releases explains
what package repositories and tools can be used to provision modern Erlang versions.

Upgrade and Compatibility Notes

See the Upgrading guide for general documentation on upgrades and
RabbitMQ change log for release notes of other releases.

If upgrading from a 3.7.x release, see 3.8.0 release notes
upgrade and compatibility notes first.

If upgrading from a 3.6.x or older release series, first upgrade
to 3.7.27 and then to this version.

Getting Help

Any questions about this release, upgrades or RabbitMQ in general are welcome on the RabbitMQ mailing list
and RabbitMQ community Slack.

Changes Worth Mentioning

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

Core Server

  • Configuration of fallback secrets for Shovel and Federation credential obfuscation.
    This feature allows for secret rotation during rolling cluster node restarts.

    Contributed by Lajos @luos Gerecs.

    GitHub issue: #4852

CLI Tools

Enhancements

  • rabbitmq-diagnostics status now reports crypto library (OpenSSL, LibreSSL, etc)
    used by the runtime, as well as its version details.

    GitHub issue: #4799

Bug Fixes

  • CLI tools failed to run on Erlang 25 because of an old version of Elixir (compiled on Erlang 21)
    was used in the release pipeline. Erlang 25 no longer loads modules
    compiled on Erlang 21 or older.

  • rabbitmqctl set_log_level documentation clarification.

    Contributed by Péter @gomoripeti Gömöri (CloudAMQP).

    GitHub issue: #4794

Dependency Upgrades

Source Code Archives

To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.8.32.tar.xz
instead of the source tarball produced by GitHub.