release-notes/3.7.26.md
RabbitMQ 3.7.26 is a maintenance release. It focuses on bug fixes and usability
improvements.
RabbitMQ 3.7.x series are out of general support and covered by the limited extended support policy.
Please consider upgrading to RabbitMQ 3.8.x.
This release no longer supports Erlang/OTP 20.3.
Previously recent 3.7.x nodes could start on Erlang 20.3 and to some extent tested on it despite
the Erlang 21.3+ requirements in release notes and documentation.
Starting with this release, 21.3+ is a hard requirement enforced in the code
to ensure forward compatibility with Erlang 23.
Make sure a supported Erlang version is used before upgrading.
Provisioning Latest Erlang Releases explains
what package repositories and tools can be used to provision latest patch versions of Erlang 21.3.x and 22.x.
When upgrading to this release and upgrading Erlang to 21.x or later 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 or later, RabbitMQ must be upgraded before Erlang.
See 3.7.0 release notes upgrade and compatibility notes first 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.
Any questions about this release, upgrades or RabbitMQ in general are welcome on the RabbitMQ mailing list.
"Command" operations such as binding propagation now use a separate channel for all links, preventing latency spikes for asynchronous operations (such as message publishing) (a head-of-line blocking problem).
Contributed by Grigory Starinkin.
GitHub issue: rabbitmq/rabbitmq-federation#97
rabbitmqadmin failed with an exception on Python 3 when -f pretty_json flag was used.
GitHub issue: rabbitmq/rabbitmq-management#794
AMQP 1.0 client used by Shovel now correctly encodes Erlang atoms.
GitHub issue: rabbitmq/rabbitmq-amqp1.0-client#45
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-server-3.7.26.tar.xz.