4.0.9 release notes

(cherry picked from commit 97b98c1f5f)
This commit is contained in:
Michael Klishin 2025-04-14 08:54:53 -04:00
parent 99e972959b
commit 4ced3a86a2
No known key found for this signature in database
GPG Key ID: FF4F6501646A9C9A
1 changed files with 67 additions and 0 deletions

67
release-notes/4.0.9.md Normal file
View File

@ -0,0 +1,67 @@
## RabbitMQ 4.0.9
RabbitMQ `4.0.9` is a maintenance release in the `4.0.x` [release series](https://www.rabbitmq.com/release-information).
Starting June 1st, 2024, community support for this series will only be provided to [regularly contributing users](https://github.com/rabbitmq/rabbitmq-server/blob/main/COMMUNITY_SUPPORT.md) and those
who hold a valid [commercial support license](https://tanzu.vmware.com/rabbitmq/oss).
It is **strongly recommended** that you read [4.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.1)
in detail if upgrading from a version prior to `4.0.0`.
### Minimum Supported Erlang Version
This release requires Erlang 26 and supports Erlang versions up to `27.3.x`.
[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/docs/which-erlang) has more details on
Erlang version requirements for RabbitMQ.
Nodes **will fail to start** on older Erlang releases.
## Changes Worth Mentioning
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v4.0.x/release-notes).
### Management Plugin
#### Enhancements
* It is now possible to require authentication for the HTTP API reference page
accessible at `/api`:
```ini
management.require_auth_for_api_reference = true
```
GitHub issue: [#13715](https://github.com/rabbitmq/rabbitmq-server/pull/13715)
### Federation Plugin
#### Bug Fixes
* Federation status command and HTTP API endpoint could run into an exception.
GitHub issue: [#13711](https://github.com/rabbitmq/rabbitmq-server/pull/13711)
### AMQP 1.0 Erlang Client for RabbitMQ
#### Bug Fixes
* Concurrent queue declarations could fail with an exception.
GitHub issue: [#13732](https://github.com/rabbitmq/rabbitmq-server/pull/13732)
### Dependency Changes
* `osiris` was updated to [`1.8.7`](https://github.com/rabbitmq/osiris/releases)
* `khepri_mnesia_migration` was upgraded to [`0.7.2`](https://github.com/rabbitmq/khepri_mnesia_migration/releases)
## Source Code Archives
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-4.0.9.tar.xz`
instead of the source tarball produced by GitHub.