|
| 1 | +RabbitMQ `3.11.6` 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. |
| 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 | + |
| 24 | +### Core Server |
| 25 | + |
| 26 | +#### Enhancements |
| 27 | + |
| 28 | + * Lower per-queue memory footprint. This optimization saves about 1 GiB of memory for |
| 29 | + every 100K classic queues, so, for 3M MQTT connections the savings would add up to 30 GiB. |
| 30 | + |
| 31 | + GitHub issue: [#5551](https://github.com/rabbitmq/rabbitmq-server/pull/5551) |
| 32 | + |
| 33 | + * It is now possible to configure default operator policies for virtual hosts |
| 34 | + that match a naming pattern: |
| 35 | + |
| 36 | + ``` ini |
| 37 | + default_operator_policies.1.vhost_pattern = ^device |
| 38 | + default_operator_policies.1.queue_pattern = .* |
| 39 | + default_operator_policies.1.max_length_bytes = 1GB |
| 40 | + default_operator_policies.1.max_length = 1000000 |
| 41 | + ``` |
| 42 | + |
| 43 | + Contributed by @illotum (AWS). |
| 44 | + |
| 45 | + GitHub issues: [#6380](https://github.com/rabbitmq/rabbitmq-server/issues/6380), [#4999](https://github.com/rabbitmq/rabbitmq-server/issues/4999) |
| 46 | + |
| 47 | + * Preserve additional information in the log message when heartbeat frame cannot |
| 48 | + be sent due to a TCP timeout. |
| 49 | + |
| 50 | + GitHub issue: [#6708](https://github.com/rabbitmq/rabbitmq-server/pull/6708) |
| 51 | + |
| 52 | +#### Bug Fixes |
| 53 | + |
| 54 | + * Nodes [under maintenance](https://rabbitmq.com/upgrade.html#maintenance-mode) will no longer considered for stream replica placement. |
| 55 | + |
| 56 | + GitHub issue: [#3370](https://github.com/rabbitmq/rabbitmq-server/issues/3370) |
| 57 | + |
| 58 | + * Feature flag operations logged incorrect module name in some cases. |
| 59 | + |
| 60 | + GitHub issue: [#6694](https://github.com/rabbitmq/rabbitmq-server/pull/6694) |
| 61 | + |
| 62 | + |
| 63 | +### CLI Tools |
| 64 | + |
| 65 | +#### Enhancements |
| 66 | + |
| 67 | + * `rabbitmq-upgrade await_online_quorum_plus_one` will now consider stream replicas in addition to quorum queue replicas. |
| 68 | + |
| 69 | + GitHub issue: [#4890](https://github.com/rabbitmq/rabbitmq-server/issues/4890) |
| 70 | + |
| 71 | +#### Bug Fixes |
| 72 | + |
| 73 | + * Listing listeners (including via `rabbitmq-diagnostics status`) could fail with an exception |
| 74 | + if target node was shutting down. |
| 75 | + |
| 76 | + Contributed by @gomoripeti (CloudAMQP). |
| 77 | + |
| 78 | + GitHub issue: [#6719](https://github.com/rabbitmq/rabbitmq-server/pull/6719) |
| 79 | + |
| 80 | + |
| 81 | +### Management Plugin |
| 82 | + |
| 83 | +#### Enhancements |
| 84 | + |
| 85 | + * Support for Identity Provider-initiated Login (IDP). |
| 86 | + |
| 87 | + GitHub issues: [#6015](https://github.com/rabbitmq/rabbitmq-server/pull/6015), [#6201](https://github.com/rabbitmq/rabbitmq-server/pull/6201), |
| 88 | + [#6247](https://github.com/rabbitmq/rabbitmq-server/pull/6247) |
| 89 | + |
| 90 | +#### Bug Fixes |
| 91 | + |
| 92 | + * Use a more modern method (browser feature) for definition file downloads. |
| 93 | + |
| 94 | + GitHub issue: [#6674](https://github.com/rabbitmq/rabbitmq-server/pull/6674) |
| 95 | + |
| 96 | + * Perform HTML escaping of a user-provided error parameter used by some UI states. |
| 97 | + |
| 98 | + Contributed by @dentarg. |
| 99 | + |
| 100 | + GitHub issue: [#6780](https://github.com/rabbitmq/rabbitmq-server/pull/6780) |
| 101 | + |
| 102 | + |
| 103 | +## Dependency Upgrades |
| 104 | + |
| 105 | + * `ra` was upgraded [from `2.4.5` to `2.4.6`](https://github.com/rabbitmq/ra/releases) |
| 106 | + |
| 107 | + |
| 108 | +## Source Code Archives |
| 109 | + |
| 110 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.11.6.tar.xz` |
| 111 | +instead of the source tarball produced by GitHub. |
0 commit comments