|
| 1 | +RabbitMQ `3.9.16` is a maintenance release in the `3.9.x` release series. |
| 2 | + |
| 3 | +Please refer to the **Upgrading to 3.9** section from [v3.9.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.0) if upgrading from a version prior to 3.9.0. |
| 4 | + |
| 5 | +This release requires at least Erlang 23.2, and supports Erlang 24. [RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/which-erlang.html) has more details on Erlang version requirements for RabbitMQ. |
| 6 | + |
| 7 | + |
| 8 | +## Changes Worth Mentioning |
| 9 | + |
| 10 | +Release notes are kept under [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.9.x/release-notes). |
| 11 | +Contributors are encouraged to update them together with their changes. This helps with release automation and a more consistent release schedule. |
| 12 | + |
| 13 | +### Core Server |
| 14 | + |
| 15 | +#### Enhancements |
| 16 | + |
| 17 | + * Quorum queues: better forward compatibility with (currently in preview) RabbitMQ 3.10. |
| 18 | + |
| 19 | + GitHub issue: [#4560](https://github.com/rabbitmq/rabbitmq-server/pull/4560) |
| 20 | + |
| 21 | + * Significantly faster queue re-import from [definitions](https://rabbitmq.com/definitions.html) |
| 22 | + on subsequent node restarts. Initial definition import still takes |
| 23 | + the same amount of time as before. |
| 24 | + |
| 25 | + GitHub issue: [#4538](https://github.com/rabbitmq/rabbitmq-server/pull/4538) |
| 26 | + |
| 27 | + * Significantly faster exchange re-import from [definitions](https://rabbitmq.com/definitions.html) |
| 28 | + on subsequent node restarts. Initial definition import still takes |
| 29 | + the same amount of time as before. |
| 30 | + |
| 31 | + GitHub issue: [#4585](https://github.com/rabbitmq/rabbitmq-server/pull/4585) |
| 32 | + |
| 33 | + * RabbitMQ nodes will now filter out certain log messages related to |
| 34 | + connections, channels, and queue leader replicas receiving internal protocol messages |
| 35 | + sent to this node before a restart. These messages usually raise more questions |
| 36 | + and cause confusion than help. |
| 37 | + |
| 38 | + It is still possible to detect relevant underlying events (node or connection failures) |
| 39 | + from other log messages. |
| 40 | + |
| 41 | + GitHub issue: [#4557](https://github.com/rabbitmq/rabbitmq-server/issues/4557) |
| 42 | + |
| 43 | +#### Bug Fixes |
| 44 | + |
| 45 | + * `rabbitmq-upgrade await_online_synchronized_mirror` is now a no-op in single node |
| 46 | + clusters |
| 47 | + |
| 48 | + GitHub issue: [#4570](https://github.com/rabbitmq/rabbitmq-server/pull/4570) |
| 49 | + |
| 50 | + |
| 51 | +## Dependency Upgrades |
| 52 | + |
| 53 | + * `observer-cli` was upgraded [from v1.7.2 to v1.7.3](https://github.com/zhongwencool/observer_cli/compare/1.7.2...1.7.3) |
| 54 | + |
| 55 | + |
| 56 | +## Source Code Archives |
| 57 | + |
| 58 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.9.16.tar.xz` |
| 59 | +instead of the source tarball produced by GitHub. |
0 commit comments