Skip to content

RabbitMQ 3.7.11-rc.1

Pre-release
Pre-release

Choose a tag to compare

@pivotal-rabbitmq-ci pivotal-rabbitmq-ci released this 18 Jan 14:40
d512eee

RabbitMQ 3.7.11-rc.1

RabbitMQ 3.7.11-rc.1 is a preview of a maintenance release. It focuses on bug fixes and
minor usability improvements.

Erlang/OTP Compatibility Notes

Per the new Erlang version support policy going into effect in January 2019,
this release drops support for Erlang/OTP 19.3.
Make sure a supported Erlang version is used
before upgrading.

Compatibility Notes

Other than the minimum Erlang version requirement covered above,
this release has no known incompatibilities with earlier 3.7.x releases.

Upgrading to Erlang 21.x

When upgrading to this release and upgrading Erlang to 21.x at the same time, extra care has to be taken.
Since CLI tools from RabbitMQ releases older than 3.7.7 will fail on Erlang 21, RabbitMQ must be upgraded before Erlang.

Documentation Guides and Change Log

See 3.7.0 release notes upgrade and
compatibility notes if upgrading from an earlier release.

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

Changes

Core Server

Erlang Version Requirement

Bug Fixes

  • Number of socket file descriptors used is now correctly incremented.

    GitHub issue: rabbitmq/rabbitmq-management#652

  • First heartbeat frame on a successfully negotiated connection is now sent after a half of the negotiated heartbeat
    timeout. Previously it was sent after a complete timeout. Since most connections have other activity after
    connection handshake is complete, this didn't have any visible effects on most systems.

    GitHub issue: rabbitmq/rabbitmq-common#293

Management Plugin

Enhancements

  • rabbitmqadmin now defines an exception not available in Python 2, making TCP connection
    error reporting more similar with that on Python 3.

    GitHub issue: rabbitmq/rabbitmq-management#647

AWS Peer Discovery Plugin

Bug Fixes

STOMP Plugin

Enhancements

MQTT Plugin

Enhancements

AuthN/AuthZ Backend Cache Plugin

Bug Fixes

Erlang Client

Enhancements

Source code archives

Warning: The source code archive provided by GitHub only contains the source of the broker,
not the plugins or the client libraries. Please download the archive named rabbitmq-3.7.11.tar.gz.