|
| 1 | +## RabbitMQ 3.13.6 |
| 2 | + |
| 3 | +RabbitMQ `3.13.6` is a maintenance release in the `3.13.x` [release series](https://www.rabbitmq.com/release-information). |
| 4 | + |
| 5 | +This upgrade is **highly recommended** to all users currently on earlier `3.13.x` series and |
| 6 | +in particular between `3.13.3` and `3.13.5`, inclusive. |
| 7 | + |
| 8 | +Starting June 1st, 2024, community support for this series will only be provided to [regularly contributing users](https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md) and those |
| 9 | +who hold a valid [commercial support license](https://tanzu.vmware.com/rabbitmq/oss). |
| 10 | + |
| 11 | +Please refer to the upgrade section from the [3.13.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.13.0) |
| 12 | +if upgrading from a version prior to 3.13.0. |
| 13 | + |
| 14 | +This release requires Erlang 26 and supports Erlang versions up to `26.2.x`. |
| 15 | +[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/docs/which-erlang) has more details on |
| 16 | +Erlang version requirements for RabbitMQ. |
| 17 | + |
| 18 | + |
| 19 | +### Minimum Supported Erlang Version |
| 20 | + |
| 21 | +As of 3.13.0, RabbitMQ requires Erlang 26. Nodes **will fail to start** on older Erlang releases. |
| 22 | + |
| 23 | +Users upgrading from 3.12.x (or older releases) on Erlang 25 to 3.13.x on Erlang 26 |
| 24 | +(both RabbitMQ *and* Erlang are upgraded at the same time) **must** consult |
| 25 | +the [v3.12.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.0) and [v3.13.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.13.0) first. |
| 26 | + |
| 27 | + |
| 28 | +## Changes Worth Mentioning |
| 29 | + |
| 30 | +Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.13.x/release-notes). |
| 31 | + |
| 32 | + |
| 33 | +### Core Broker |
| 34 | + |
| 35 | +#### Bug Fixes |
| 36 | + |
| 37 | + * Quorum queue validation on startup was too strict and prevented upgrades from certain older versions from succeeding. |
| 38 | + This validation has been reduced from an error to a warning. |
| 39 | + |
| 40 | + GitHub issue: [https://github.com/rabbitmq/rabbitmq-server/issues/11789](#11789), [#11794](https://github.com/rabbitmq/rabbitmq-server/pull/11794) |
| 41 | + |
| 42 | +#### Enhancements |
| 43 | + |
| 44 | + * Stream replication port range now can be configured via `rabbitmq.conf`: |
| 45 | + |
| 46 | + ``` |
| 47 | + stream.replication.port_range.min = 4000 |
| 48 | + stream.replication.port_range.max = 4600 |
| 49 | + ``` |
| 50 | + |
| 51 | + GitHub issue: [#11774](https://github.com/rabbitmq/rabbitmq-server/pull/11774) |
| 52 | + |
| 53 | + |
| 54 | +### Dependency Changes |
| 55 | + |
| 56 | + * Ra was [upgraded to `2.13.5`](https://github.com/rabbitmq/ra/releases) |
| 57 | + |
| 58 | +## Source Code Archives |
| 59 | + |
| 60 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.13.6.tar.xz` |
| 61 | +instead of the source tarball produced by GitHub. |
0 commit comments