|
| 1 | +RabbitMQ `3.11.18` 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 | + * Classic queues v1 (CQv1) that had a backlog of messages stored by 3.9 and earlier versions |
| 28 | + could run into an exception during queue index recovery after an upgrade to 3.10.x or any later series. |
| 29 | + |
| 30 | + CQv2 and queues without a backlog were not affected. |
| 31 | + |
| 32 | + Contributed by @gomoripeti (CloudAMQP). |
| 33 | + |
| 34 | + GitHub issue: [#8458](https://github.com/rabbitmq/rabbitmq-server/pull/8458) |
| 35 | + |
| 36 | + * `rabbitmq-upgrade drain` failed with an exception in environments where management plugin (HTTP API) |
| 37 | + plugin listener was bound to a specific interface. |
| 38 | + |
| 39 | + GitHub issue: [#8440](https://github.com/rabbitmq/rabbitmq-server/pull/8440) |
| 40 | + |
| 41 | + |
| 42 | +### OAuth 2 Plugin |
| 43 | + |
| 44 | +#### Enhancements |
| 45 | + |
| 46 | + * The plugin will now accept JWT tokens without a `scope`. Such tokens would only be useful when the plugin |
| 47 | + is used exclusively for authentication and not authorization. |
| 48 | + |
| 49 | + GitHub issue: [#8391](https://github.com/rabbitmq/rabbitmq-server/issues/8391) |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +## Dependency Upgrades |
| 54 | + |
| 55 | +None in this release. |
| 56 | + |
| 57 | + |
| 58 | +## Source Code Archives |
| 59 | + |
| 60 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.11.18.tar.xz` |
| 61 | +instead of the source tarball produced by GitHub. |
0 commit comments