Skip to content

Commit a05757e

Browse files
4.0.4 is out
1 parent b8c43d8 commit a05757e

File tree

15 files changed

+24
-21
lines changed

15 files changed

+24
-21
lines changed

docs/feature-flags/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,14 @@ There are two ways to do this:
279279

280280
1. Using the `RABBITMQ_FEATURE_FLAGS` environment variable:
281281
```bash
282-
# enables all feature flags in 4.0.3 except for khepri_db
282+
# enables all feature flags in 4.0.4 except for khepri_db
283283
RABBITMQ_FEATURE_FLAGS="delete_ra_cluster_mqtt_node,virtual_host_metadata,stream_single_active_consumer,quorum_queue,classic_mirrored_queue_version,rabbit_mqtt_qos0_queue,implicit_default_bindings,empty_basic_get_metric,'rabbitmq_4.0.0',message_containers,user_limits,queue_master_locator,detailed_queues_endpoint,stream_sac_coordinator_unblock_group,stream_update_config_command,stream_queue,stream_filtering,rabbit_exchange_type_local_random,quorum_queue_non_voters,tracking_records_in_ets,direct_exchange_routing_v2,amqp_address_v1,transient_nonexcl_queues,message_containers_deaths_v2,classic_queue_mirroring,management_metrics_collection,maintenance_mode_status,listener_records_in_ets,feature_flags_v2,global_qos,classic_queue_type_delivery_support,mqtt_v5,ram_node_type,drop_unroutable_metric,restart_streams"
284284
```
285285
2. Using the `forced_feature_flags_on_init` setting in [`advanced.config`](./configure):
286286

287287
```erlang
288288
{rabbit, [
289-
%% enables all feature flags in 4.0.3 except for khepri_db
289+
%% enables all feature flags in 4.0.4 except for khepri_db
290290
{forced_feature_flags_on_init, [
291291
maintenance_mode_status,
292292
direct_exchange_routing_v2,

docs/install-debian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ Redirecting to /bin/systemctl status rabbitmq-server.service
888888
└─2861 inet_gethost 4
889889

890890
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ##
891-
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ## RabbitMQ 4.0.3. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
891+
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ## RabbitMQ 4.0.4. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
892892
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ########## Licensed under the MPL 2.0. Website: https://www.rabbitmq.com/
893893
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ###### ##
894894
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ########## Logs: /var/log/rabbitmq/[email protected]
@@ -946,7 +946,7 @@ The output will look similar to this:
946946

947947
```ini
948948
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ##
949-
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.3. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
949+
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.4. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
950950
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Licensed under the MPL 2.0. Website: https://www.rabbitmq.com/
951951
Aug 26 11:03:04 localhost rabbitmq-server[968]: ###### ##
952952
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Logs: /var/log/rabbitmq/[email protected]

docs/install-rpm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ Redirecting to /bin/systemctl status rabbitmq-server.service
691691
└─2861 inet_gethost 4
692692

693693
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ##
694-
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ## RabbitMQ 4.0.3. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
694+
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ## RabbitMQ 4.0.4. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
695695
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ########## Licensed under the MPL 2.0. Website: https://www.rabbitmq.com/
696696
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ###### ##
697697
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ########## Logs: /var/log/rabbitmq/[email protected]
@@ -749,7 +749,7 @@ The output will look similar to this:
749749

750750
```ini
751751
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ##
752-
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.3. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
752+
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.4. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
753753
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Licensed under the MPL 2.0. Website: https://www.rabbitmq.com/
754754
Aug 26 11:03:04 localhost rabbitmq-server[968]: ###### ##
755755
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Logs: /var/log/rabbitmq/[email protected]

docs/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ The output of <code>journalctl --system</code> will look similar to this:
853853

854854
```
855855
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ##
856-
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.3. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
856+
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.4. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
857857
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Licensed under the MPL. See https://www.rabbitmq.com/
858858
Aug 26 11:03:04 localhost rabbitmq-server[968]: ###### ##
859859
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Logs: /var/log/rabbitmq/[email protected]

docs/signatures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ rpm --import https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabb
129129

130130
To check signatures for the packages, download the RabbitMQ signing key
131131
and a signature file. Signature files use the `.asc` extension that follows their artifact filename,
132-
e.g. the signature file of `rabbitmq-server-generic-unix-3.9.3.tar.xz` would be `rabbitmq-server-generic-unix-3.9.3.tar.xz.asc`.
132+
e.g. the signature file of `rabbitmq-server-generic-unix-4.0.4.tar.xz` would be `rabbitmq-server-generic-unix-4.0.4.tar.xz.asc`.
133133

134134
Then use `gpg --verify`:
135135

@@ -142,7 +142,7 @@ source archive and its associated detached signature from
142142
the download area:
143143

144144
```bash
145-
gpg --verify rabbitmq-server_4.0.3-1_all.deb.asc rabbitmq-server_4.0.3-1_all.deb
145+
gpg --verify rabbitmq-server_4.0.4-1_all.deb.asc rabbitmq-server_4.0.4-1_all.deb
146146
# => gpg: Signature made Mon Aug 26 00:22:55 2024 EDT
147147
# => gpg: using RSA key 0A9AF2115F4687BD29803A206B73A36E6026DFCA
148148
# => gpg: Good signature from "RabbitMQ Release Signing Key <[email protected]>" [unknown]

docs/which-erlang.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ For RabbitMQ releases that have reached end of life, see [Unsupported Series Com
6060
<tr>
6161
<td>
6262
<ul>
63+
<li>4.0.4</li>
6364
<li>4.0.3</li>
6465
<li>4.0.2</li>
6566
<li>4.0.1</li>

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const config = {
5151
},
5252
'4.0': {
5353
releases: [
54+
{version: '4.0.4', release_date: "2024-11-21", },
5455
{version: '4.0.3', release_date: "2024-10-28", },
5556
{version: '4.0.2', release_date: "2024-09-21", },
5657
{
@@ -305,7 +306,7 @@ const config = {
305306
},
306307
announcementBar: {
307308
id: 'latest-announcement',
308-
content: '<strong style="font-size: var(--ifm-h4-font-size);"><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.3">RabbitMQ 4.0.3 is out</a></strong>',
309+
content: '<strong style="font-size: var(--ifm-h4-font-size);"><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.4">RabbitMQ 4.0.4 is out</a></strong>',
309310
backgroundColor: 'var(--ifm-color-primary-contrast-background)',
310311
textColor: 'var(--ifm-font-color-base)',
311312
isCloseable: true,

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function Home() {
2424
</div>
2525
<div class={styles.heroCta}>
2626
<Link className="button button--primary" to="/tutorials">Getting Started</Link>
27-
<Link className={styles.release_notes_link} to="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.3">RabbitMQ 4.0.3</Link>
27+
<Link className={styles.release_notes_link} to="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.0.4">RabbitMQ 4.0.4</Link>
2828
</div>
2929
</div>
3030
</div>

versioned_docs/version-3.13/signatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ rpm --import https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabb
129129

130130
To check signatures for the packages, download the RabbitMQ signing key
131131
and a signature file. Signature files use the `.asc` extension that follows their artifact filename,
132-
e.g. the signature file of `rabbitmq-server-generic-unix-3.9.3.tar.xz` would be `rabbitmq-server-generic-unix-3.9.3.tar.xz.asc`.
132+
e.g. the signature file of `rabbitmq-server-generic-unix-3.9.3.tar.xz` would be `rabbitmq-server-generic-unix-4.0.4.tar.xz.asc`.
133133

134134
Then use `gpg --verify`:
135135

versioned_docs/version-4.0/feature-flags/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,14 @@ There are two ways to do this:
279279

280280
1. Using the `RABBITMQ_FEATURE_FLAGS` environment variable:
281281
```bash
282-
# enables all feature flags in 4.0.3 except for khepri_db
282+
# enables all feature flags in 4.0.4 except for khepri_db
283283
RABBITMQ_FEATURE_FLAGS="delete_ra_cluster_mqtt_node,virtual_host_metadata,stream_single_active_consumer,quorum_queue,classic_mirrored_queue_version,rabbit_mqtt_qos0_queue,implicit_default_bindings,empty_basic_get_metric,'rabbitmq_4.0.0',message_containers,user_limits,queue_master_locator,detailed_queues_endpoint,stream_sac_coordinator_unblock_group,stream_update_config_command,stream_queue,stream_filtering,rabbit_exchange_type_local_random,quorum_queue_non_voters,tracking_records_in_ets,direct_exchange_routing_v2,amqp_address_v1,transient_nonexcl_queues,message_containers_deaths_v2,classic_queue_mirroring,management_metrics_collection,maintenance_mode_status,listener_records_in_ets,feature_flags_v2,global_qos,classic_queue_type_delivery_support,mqtt_v5,ram_node_type,drop_unroutable_metric,restart_streams"
284284
```
285285
2. Using the `forced_feature_flags_on_init` setting in [`advanced.config`](./configure):
286286

287287
```erlang
288288
{rabbit, [
289-
%% enables all feature flags in 4.0.3 except for khepri_db
289+
%% enables all feature flags in 4.0.4 except for khepri_db
290290
{forced_feature_flags_on_init, [
291291
maintenance_mode_status,
292292
direct_exchange_routing_v2,

versioned_docs/version-4.0/install-debian.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ Redirecting to /bin/systemctl status rabbitmq-server.service
888888
└─2861 inet_gethost 4
889889

890890
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ##
891-
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ## RabbitMQ 4.0.3. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
891+
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ## RabbitMQ 4.0.4. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
892892
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ########## Licensed under the MPL 2.0. Website: https://www.rabbitmq.com/
893893
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ###### ##
894894
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ########## Logs: /var/log/rabbitmq/[email protected]
@@ -946,7 +946,7 @@ The output will look similar to this:
946946

947947
```ini
948948
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ##
949-
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.3. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
949+
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.4. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
950950
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Licensed under the MPL 2.0. Website: https://www.rabbitmq.com/
951951
Aug 26 11:03:04 localhost rabbitmq-server[968]: ###### ##
952952
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Logs: /var/log/rabbitmq/[email protected]

versioned_docs/version-4.0/install-rpm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ Redirecting to /bin/systemctl status rabbitmq-server.service
691691
└─2861 inet_gethost 4
692692

693693
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ##
694-
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ## RabbitMQ 4.0.3. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
694+
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ## ## RabbitMQ 4.0.4. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
695695
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ########## Licensed under the MPL 2.0. Website: https://www.rabbitmq.com/
696696
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ###### ##
697697
Aug 26 10:21:30 localhost.localdomain rabbitmq-server[957]: ########## Logs: /var/log/rabbitmq/[email protected]
@@ -749,7 +749,7 @@ The output will look similar to this:
749749

750750
```ini
751751
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ##
752-
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.3. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
752+
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.4. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
753753
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Licensed under the MPL 2.0. Website: https://www.rabbitmq.com/
754754
Aug 26 11:03:04 localhost rabbitmq-server[968]: ###### ##
755755
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Logs: /var/log/rabbitmq/[email protected]

versioned_docs/version-4.0/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ The output of <code>journalctl --system</code> will look similar to this:
853853

854854
```
855855
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ##
856-
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.3. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
856+
Aug 26 11:03:04 localhost rabbitmq-server[968]: ## ## RabbitMQ 4.0.4. Copyright (c) 2005-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
857857
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Licensed under the MPL. See https://www.rabbitmq.com/
858858
Aug 26 11:03:04 localhost rabbitmq-server[968]: ###### ##
859859
Aug 26 11:03:04 localhost rabbitmq-server[968]: ########## Logs: /var/log/rabbitmq/[email protected]

versioned_docs/version-4.0/signatures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ rpm --import https://github.com/rabbitmq/signing-keys/releases/download/3.0/rabb
129129

130130
To check signatures for the packages, download the RabbitMQ signing key
131131
and a signature file. Signature files use the `.asc` extension that follows their artifact filename,
132-
e.g. the signature file of `rabbitmq-server-generic-unix-3.9.3.tar.xz` would be `rabbitmq-server-generic-unix-3.9.3.tar.xz.asc`.
132+
e.g. the signature file of `rabbitmq-server-generic-unix-3.9.3.tar.xz` would be `rabbitmq-server-generic-unix-4.0.4.tar.xz.asc`.
133133

134134
Then use `gpg --verify`:
135135

@@ -142,7 +142,7 @@ source archive and its associated detached signature from
142142
the download area:
143143

144144
```bash
145-
gpg --verify rabbitmq-server_4.0.3-1_all.deb.asc rabbitmq-server_4.0.3-1_all.deb
145+
gpg --verify rabbitmq-server_4.0.4-1_all.deb.asc rabbitmq-server_4.0.4-1_all.deb
146146
# => gpg: Signature made Mon Aug 26 00:22:55 2024 EDT
147147
# => gpg: using RSA key 0A9AF2115F4687BD29803A206B73A36E6026DFCA
148148
# => gpg: Good signature from "RabbitMQ Release Signing Key <[email protected]>" [unknown]

versioned_docs/version-4.0/which-erlang.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ For RabbitMQ releases that have reached end of life, see [Unsupported Series Com
6060
<tr>
6161
<td>
6262
<ul>
63+
<li>4.0.4</li>
6364
<li>4.0.3</li>
6465
<li>4.0.2</li>
6566
<li>4.0.1</li>

0 commit comments

Comments
 (0)