|
| 1 | +RabbitMQ `3.11.17` is a maintenance release in the `3.11.x` [release series](https://www.rabbitmq.com/versions.html). |
| 2 | + |
| 3 | +Please refer to the upgrade section from [v3.11.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.0) |
| 4 | +if upgrading from a version prior to 3.11.0. |
| 5 | + |
| 6 | +This release requires Erlang 25 and supports Erlang versions up to `25.3.x`. |
| 7 | +[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/which-erlang.html) has more details on |
| 8 | +Erlang version requirements for RabbitMQ. |
| 9 | + |
| 10 | + |
| 11 | +### Minimum Supported Erlang Version |
| 12 | + |
| 13 | +As of 3.11.0, RabbitMQ requires Erlang 25. Nodes **will fail to start** on older Erlang releases. |
| 14 | + |
| 15 | +Erlang 25 as our new baseline means much improved performance on ARM64 architectures, [profiling with flame graphs](https://blog.rabbitmq.com/posts/2022/05/flame-graphs/) |
| 16 | +across all architectures, and the most recent TLS 1.3 implementation available to all RabbitMQ 3.11 users. |
| 17 | + |
| 18 | + |
| 19 | +## Changes Worth Mentioning |
| 20 | + |
| 21 | +Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.11.x/release-notes). |
| 22 | + |
| 23 | +### Core Server |
| 24 | + |
| 25 | +#### Bug Fixes |
| 26 | + |
| 27 | + * Fixed two quorum queue federation issues. |
| 28 | + |
| 29 | + GitHub issue: [#8282](https://github.com/rabbitmq/rabbitmq-server/pull/8282) |
| 30 | + |
| 31 | +#### Enhancements |
| 32 | + |
| 33 | + * Reduce CPU footprint of quorum queue metric emission in clusters with a lot of quorum queues. |
| 34 | + |
| 35 | + Contributed by @SimonUnge (AWS). |
| 36 | + |
| 37 | + GitHub issue: [#7389](https://github.com/rabbitmq/rabbitmq-server/issues/7389) |
| 38 | + |
| 39 | + |
| 40 | +### Debian Package |
| 41 | + |
| 42 | +#### Bug Fixes |
| 43 | + |
| 44 | + * Make-based source package builds were failing in an offline environment. |
| 45 | + |
| 46 | + GitHub issue: [#7869](https://github.com/rabbitmq/rabbitmq-server/issues/7869) |
| 47 | + |
| 48 | + |
| 49 | +### RPM Package |
| 50 | + |
| 51 | +#### Bug Fixes |
| 52 | + |
| 53 | + * Make-based source package builds were failing in an offline environment. |
| 54 | + |
| 55 | + GitHub issue: [#7869](https://github.com/rabbitmq/rabbitmq-server/issues/7869) |
| 56 | + |
| 57 | + |
| 58 | +## Dependency Upgrades |
| 59 | + |
| 60 | +None in this release. |
| 61 | + |
| 62 | + |
| 63 | +## Source Code Archives |
| 64 | + |
| 65 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.11.17.tar.xz` |
| 66 | +instead of the source tarball produced by GitHub. |
0 commit comments