Skip to content

Commit 50357a0

Browse files
4.0.9 release notes
(cherry picked from commit 97b98c1)
1 parent 1c02612 commit 50357a0

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

Diff for: release-notes/4.0.9.md

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
## RabbitMQ 4.0.9
2+
3+
RabbitMQ `4.0.9` is a maintenance release in the `4.0.x` [release series](https://www.rabbitmq.com/release-information).
4+
5+
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
6+
who hold a valid [commercial support license](https://tanzu.vmware.com/rabbitmq/oss).
7+
8+
It is **strongly recommended** that you read [4.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.1)
9+
in detail if upgrading from a version prior to `4.0.0`.
10+
11+
12+
### Minimum Supported Erlang Version
13+
14+
This release requires Erlang 26 and supports Erlang versions up to `27.3.x`.
15+
[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/docs/which-erlang) has more details on
16+
Erlang version requirements for RabbitMQ.
17+
18+
Nodes **will fail to start** on older Erlang releases.
19+
20+
21+
## Changes Worth Mentioning
22+
23+
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v4.0.x/release-notes).
24+
25+
26+
### Management Plugin
27+
28+
#### Enhancements
29+
30+
* It is now possible to require authentication for the HTTP API reference page
31+
accessible at `/api`:
32+
33+
```ini
34+
management.require_auth_for_api_reference = true
35+
```
36+
37+
GitHub issue: [#13715](https://github.com/rabbitmq/rabbitmq-server/pull/13715)
38+
39+
40+
### Federation Plugin
41+
42+
#### Bug Fixes
43+
44+
* Federation status command and HTTP API endpoint could run into an exception.
45+
46+
GitHub issue: [#13711](https://github.com/rabbitmq/rabbitmq-server/pull/13711)
47+
48+
49+
### AMQP 1.0 Erlang Client for RabbitMQ
50+
51+
#### Bug Fixes
52+
53+
* Concurrent queue declarations could fail with an exception.
54+
55+
GitHub issue: [#13732](https://github.com/rabbitmq/rabbitmq-server/pull/13732)
56+
57+
58+
### Dependency Changes
59+
60+
* `osiris` was updated to [`1.8.7`](https://github.com/rabbitmq/osiris/releases)
61+
* `khepri_mnesia_migration` was upgraded to [`0.7.2`](https://github.com/rabbitmq/khepri_mnesia_migration/releases)
62+
63+
64+
## Source Code Archives
65+
66+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-4.0.9.tar.xz`
67+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)