|
| 1 | +RabbitMQ `3.12.1` is a maintenance release in the `3.12.x` [release series](https://www.rabbitmq.com/versions.html). |
| 2 | + |
| 3 | +Please refer to the upgrade section from the [3.12.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.0) |
| 4 | +if upgrading from a version prior to 3.12.0. |
| 5 | + |
| 6 | +This release requires Erlang 25 and supports Erlang versions up to `26.0.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.12.0, RabbitMQ requires Erlang 25. Nodes **will fail to start** on older Erlang releases. |
| 14 | + |
| 15 | +Users upgrading from 3.11.x (or older releases) on Erlang 25 to 3.12.x on Erlang 26 |
| 16 | +(both RabbitMQ *and* Erlang are upgraded at the same time) **must** consult |
| 17 | +the [v3.12.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.0) first. |
| 18 | + |
| 19 | + |
| 20 | +## Changes Worth Mentioning |
| 21 | + |
| 22 | +Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.12.x/release-notes). |
| 23 | + |
| 24 | +### Core Server |
| 25 | + |
| 26 | +#### Bug Fixes |
| 27 | + |
| 28 | + * Classic queues v1 (CQv1) that had a backlog of messages stored by 3.9 and earlier versions |
| 29 | + could run into an exception during queue index recovery after an upgrade to 3.10.x or any later series. |
| 30 | + |
| 31 | + CQv2 and queues without a backlog were not affected. |
| 32 | + |
| 33 | + Contributed by @gomoripeti (CloudAMQP). |
| 34 | + |
| 35 | + GitHub issue: [#8458](https://github.com/rabbitmq/rabbitmq-server/pull/8458) |
| 36 | + |
| 37 | + |
| 38 | +### OAuth 2 Plugin |
| 39 | + |
| 40 | +#### Enhancements |
| 41 | + |
| 42 | + * The plugin will now accept JWT tokens without a `scope`. Such tokens would only be useful when the plugin |
| 43 | + is used exclusively for authentication and not authorization. |
| 44 | + |
| 45 | + GitHub issue: [#8391](https://github.com/rabbitmq/rabbitmq-server/issues/8391) |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | +## Dependency Upgrades |
| 50 | + |
| 51 | +None in this release. |
| 52 | + |
| 53 | + |
| 54 | +## Source Code Archives |
| 55 | + |
| 56 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.12.1.tar.xz` |
| 57 | +instead of the source tarball produced by GitHub. |
0 commit comments