RabbitMQ 3.10.9
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 Erlang 24.2 and supports Erlang 25.
RabbitMQ and Erlang/OTP Compatibility Matrix has more details on
Erlang version requirements for RabbitMQ.
Minimum Supported Erlang Version
Erlang 23 support has reached its end of support.
This release of RabbitMQ requires Erlang 24.2 or later versions. Nodes will fail to start on older Erlang releases.
Erlang 25 is recommended: it offers much improved performance on ARM64 architectures, profiling with flame graphs
across all architectures, and the most recent TLS 1.3 implementation.
Changes Worth Mentioning
Release notes can be found on GitHub at rabbitmq-server/release-notes.
Core Server
Bug Fixes
-
A rolling upgrade on Kubernetes could hang.
GitHub issue: #6034
-
In mixed 3.11/3.10 clusters, channels that performed operations on classic queues could
run into an exception.GitHub issue: #5931
-
A quorum queue consumer was cancelled and immediately re-registered while some
deliveries were in flight could result in a channel exception.GitHub issue: #5927
-
More strings from external sources are converted to Unicode-aware representation
internally, in log messages, CLI tools output and UI, and so on.GitHub issues: #5551
-
During plugin activation on a running node, plugins with dependencies were added to runtime code path
in an order that could break if a plugin had hard transitive dependencies (that must be loaded first).Contributed by @gomoripeti.
GitHub issue: #6019
Enhancements
-
Support for paths with non-ASCII (Unicode) characters in paths.
-
rabbitmq-diagnostics observer
now includes a new tab that provides access to internal classic queue
metrics.GitHub issue: #6074
-
More free disk space monitor resilience improvements.
GitHub issue: #5831
AMQP 1.0 Plugin
Bug Fixes
-
rabbitmqctl list_amqp10_connections
were not listing connections correctly.GitHub issue: #4238
Shovel Management Plugin
Bug Fixes
-
Shovel management HTTP API endpoint could run into an exception.
Contributed by @gomoripeti.
GitHub issue: #5892
Dependency Upgrades
cuttlefish
upgraded to3.1.0
Source Code Archives
To obtain source code of the entire distribution, please download the archive named rabbitmq-server-3.10.9.tar.xz
instead of the source tarball produced by GitHub.