RabbitMQ 3.13.2 #11130
Unanswered
michaelklishin
asked this question in
Other
RabbitMQ 3.13.2
#11130
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
RabbitMQ 3.13.2
RabbitMQ
3.13.2
is a maintenance release in the3.13.x
release series.This series is covered by community support through Feb 28, 2025 and extended commercial support through Aug 31, 2025.
Please refer to the upgrade section from the 3.13.0 release notes
if upgrading from a version prior to 3.13.0.
This release requires Erlang 26 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.13.0, RabbitMQ requires Erlang 26. Nodes will fail to start on older Erlang releases.
Users upgrading from 3.12.x (or older releases) on Erlang 25 to 3.13.x on Erlang 26
(both RabbitMQ and Erlang are upgraded at the same time) must consult
the v3.12.0 release notes and v3.13.0 release notes first.
Changes Worth Mentioning
Release notes can be found on GitHub at rabbitmq-server/release-notes.
Core Broker
Bug Fixes
Several Quorum queues WAL and segment file operations are now more resilient to certain filesystem operation failures.
GitHub issue: #11113
Classic queues v2 could run into an exception after a node restart.
GitHub issue: #11111
Peer discovery failed in at some IPv6-only environments. This behavior was new in 3.13.x.
GitHub issue: #10728
rabbitmqctl stop_app
is now faster, in particular for nodes that are not under significant load.GitHub issue: #11075
x-death
counter was not incremented for messages that expired due to message TTL.This behavior was new in 3.13.x.
GitHub issue: #10709
Quorum queue replica removal now more resilient in clusters under close to peak load,
a condition that can trigger timeouts for certain operations involving multiple nodes.
GitHub issue: #11065
rabbitmq-server
(the shell script) now propagetes the exit code from the runtime process.Contributed by @giner.
GitHub issue: #10819
Enhancements
Definition import did not handle a scenario where some virtual hosts did not have
the default queue type metadata key set.
GitHub issue: #10897
When a virtual host is deleted, several more internal events are emitted: for example,
the events related to removal of user permissions and runtime parameters associated
with the virtual host.
GitHub issue: #11077
CLI Tools
Bug Fixes
rabbitmqctl list_unresponsive_queues
now supports the (queue)type
column.Contributed by @aaron-seo.
GitHub issue: #11081
MQTT Plugin
Bug Fixes
MQTT clients that did not configure a will (message) delay interval could run into
an exception due to an unnecessary permission check on the will target.
GitHub issue: #11024
Messages published by MQTT clients were missing the
timestamp_in_ms
(the more precise header).This behavior was new in 3.13.x.
GitHub issue: #10925
Messages published using QoS 0 were unintentionally marked as durable internally.
GitHub issue: #11012
Management Plugin
Bug Fixes
GET /api/queues/{vhost}/{name}
could return duplicate keys for quorum queues.GitHub issue: #10929
Several endpoints responded with a 500 instead of a 404 when target virtual host
was non-existent.
Partially contributed by @LoisSotoLopez.
GitHub issue: #10901
OAuth 2 AuthN/AuthZ Plugin
Enhancements
The OpenID Connect RP-Initiated Logout feature is now only used if the identity provider service
lists it as supported.
GitHub issue: #11067
Kubernetes Peer Discovery Plugin
Enhancements
More TLS client settings now can be configured:
GitHub issue: #10916
JMS Topic Exchange Plugin
Enhancements
The plugin now stores its state on multiple nodes.
GitHub issue: #11091
Shovel Plugin
Bug Fixes
Shovel metrics and internal state are now deleted when their shovel is, regardless of what node
it was hosted on and what node was targeted by the deleting (CLI or HTTP API) operation.
GitHub issue: #11101
rabbitmqctl list_shovels
CLI command now will list shovels running on all cluster nodesand not just the target node.
GitHub issue: #11119
Dependency Changes
ra
was updated to2.10.0
Source Code Archives
To obtain source code of the entire distribution, please download the archive named
rabbitmq-server-3.13.2.tar.xz
instead of the source tarball produced by GitHub.
This discussion was created from the release RabbitMQ 3.13.2.
Beta Was this translation helpful? Give feedback.
All reactions