|
| 1 | +RabbitMQ `3.12.12` 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.2.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 | + |
| 25 | +### Core Broker |
| 26 | + |
| 27 | +#### Bug Fixes |
| 28 | + |
| 29 | + * Environments with a lot of quorum queues could experience a large Erlang process |
| 30 | + build-up. The build-up was temporary but with a sufficiently large number of |
| 31 | + quorum queues it could last until the next round of periodic operations, |
| 32 | + making it permanent and depriving the node of CPU resources. |
| 33 | + |
| 34 | + GitHub issue: [#10242](https://github.com/rabbitmq/rabbitmq-server/pull/10242) |
| 35 | + |
| 36 | + * RabbitMQ core failed to propagate more authentication and authorization context, for example, |
| 37 | + MQTT client ID in case of MQTT connections, to authN and authZ backends. This was not intentional. |
| 38 | + |
| 39 | + GitHub issue: [#10230](https://github.com/rabbitmq/rabbitmq-server/pull/10230) |
| 40 | + |
| 41 | + * Nodes now takes more precaution about persisting feature flag state |
| 42 | + (specifically the effects of in-flight changes) during node shutdown. |
| 43 | + |
| 44 | + GitHub issue: [#10279](https://github.com/rabbitmq/rabbitmq-server/pull/10279) |
| 45 | + |
| 46 | +#### Enhancements |
| 47 | + |
| 48 | + * Simplified some type specs. |
| 49 | + |
| 50 | + Contributed by @ariel-anieli. |
| 51 | + |
| 52 | + [#10228](https://github.com/rabbitmq/rabbitmq-server/pull/10228) |
| 53 | + |
| 54 | + |
| 55 | +### Stream Plugin |
| 56 | + |
| 57 | + * One returned error value did not match the [RabbitMQ Stream Protocol](https://github.com/rabbitmq/rabbitmq-server/blob/v3.9.x/deps/rabbitmq_stream/docs/PROTOCOL.adoc) specification. |
| 58 | + |
| 59 | + GitHub issue: [#10277](https://github.com/rabbitmq/rabbitmq-server/pull/10277) |
| 60 | + |
| 61 | + |
| 62 | +### MQTT Plugin |
| 63 | + |
| 64 | +#### Bug Fixes |
| 65 | + |
| 66 | + * Recovering connections from QoS 0 consumers (subscribers) could fail if they were previously connected to a failed node. |
| 67 | + |
| 68 | + GitHub issue: [#10252](https://github.com/rabbitmq/rabbitmq-server/pull/10252) |
| 69 | + |
| 70 | + |
| 71 | +### CLI Tools |
| 72 | + |
| 73 | +#### Bug Fixes |
| 74 | + |
| 75 | + * Since [#10131](https://github.com/rabbitmq/rabbitmq-server/pull/10131) (shipped in `3.12.11`, some CLI commands in certain scenarios could fail to accept input via standard output. |
| 76 | + |
| 77 | + GitHub issues: [#10270](https://github.com/rabbitmq/rabbitmq-server/pull/10270), [#10258](https://github.com/rabbitmq/rabbitmq-server/pull/10258) |
| 78 | + |
| 79 | + |
| 80 | +### AWS Peer Discovery Plugin |
| 81 | + |
| 82 | +#### Enhancements |
| 83 | + |
| 84 | + * Updated some type specs. |
| 85 | + |
| 86 | + Contributed by @ariel-anieli. |
| 87 | + |
| 88 | + [#10226](https://github.com/rabbitmq/rabbitmq-server/pull/10226) |
| 89 | + |
| 90 | + |
| 91 | +## Dependency Upgrades |
| 92 | + |
| 93 | +None in this release. |
| 94 | + |
| 95 | + |
| 96 | +## Source Code Archives |
| 97 | + |
| 98 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.12.12.tar.xz` |
| 99 | +instead of the source tarball produced by GitHub. |
0 commit comments