|
| 1 | +RabbitMQ `3.9.11` 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 | + |
| 9 | +## Changes Worth Mentioning |
| 10 | + |
| 11 | +Release notes are kept under [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.9.x/release-notes). |
| 12 | +Contributors are encouraged to update them together with their changes. This helps with release automation and a more consistent release schedule. |
| 13 | + |
| 14 | +### Core Server |
| 15 | + |
| 16 | +#### Bug Fixes |
| 17 | + |
| 18 | + * When a TLS-enabled listener failed to stop, it logged all of its settings |
| 19 | + which could contain sensitive values. |
| 20 | + |
| 21 | + GitHub issue: [#3803](https://github.com/rabbitmq/rabbitmq-server/issues/3803) |
| 22 | + |
| 23 | +#### Enhancements |
| 24 | + |
| 25 | + * Quorum queues now store commands for enqueued messages in a more compact format |
| 26 | + on disk (some derivative data has been dropped). |
| 27 | + |
| 28 | + GitHub issue: [#3804](https://github.com/rabbitmq/rabbitmq-server/pull/3804) |
| 29 | + |
| 30 | + * `queue.declare-ok` response to AMQP 0-9-1 clients operating on a stream could return a ready-for-delivery |
| 31 | + message count value that was out of sync with the stream leader replica. |
| 32 | + |
| 33 | + GitHub issue: [#3814](https://github.com/rabbitmq/rabbitmq-server/pull/3814) |
| 34 | + |
| 35 | + * Classic queues now deliver more efficiently on channels that had global QoS changed |
| 36 | + during consumer operation. |
| 37 | + |
| 38 | + Contributed by @tomyouyou. |
| 39 | + |
| 40 | + GitHub issue: [rabbitmq/rabbitmq-server#3805](https://github.com/rabbitmq/rabbitmq-server/pull/3805) |
| 41 | + |
| 42 | + |
| 43 | +### Prometheus Plugin |
| 44 | + |
| 45 | +#### Enhancements |
| 46 | + |
| 47 | + * New optional metrics provided by the `GET /metrics/detailed` endpoint. These metrics are **cluster-wide**, |
| 48 | + and therefore must not be aggregated. |
| 49 | + |
| 50 | + GitHub issue: [rabbitmq/rabbitmq-server#3779](https://github.com/rabbitmq/rabbitmq-server/pull/3779) |
| 51 | + |
| 52 | + |
| 53 | +### Management Agent Plugin |
| 54 | + |
| 55 | +#### Enhancements |
| 56 | + |
| 57 | + * Disabling the plugin will stop metric collection performed periodically by |
| 58 | + queues, streams, connections, et cetera. |
| 59 | + |
| 60 | + Contributed by @tomyouyou. |
| 61 | + |
| 62 | + GitHub issue: [rabbitmq/rabbitmq-server#3800](https://github.com/rabbitmq/rabbitmq-server/pull/3800) |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +## Dependency Upgrades |
| 67 | + |
| 68 | +None in this release. |
| 69 | + |
| 70 | + |
| 71 | +## Source Code Archives |
| 72 | + |
| 73 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.9.11.tar.xz` |
| 74 | +instead of the source tarball produced by GitHub. |
0 commit comments