diff --git a/release-notes/4.0.0.md b/release-notes/4.0.0.md index f5e25c659e..1513f059af 100644 --- a/release-notes/4.0.0.md +++ b/release-notes/4.0.0.md @@ -18,7 +18,7 @@ Some key improvements in this release are listed below. * Mirroring (replication) of classic queues [was removed](https://github.com/rabbitmq/rabbitmq-server/pull/9815) after several years of depracation. For replicated messaging data types, use quorum queues and/or streams. Non-replicated classic queues remain and their development continues * Classic queue [storage efficiency improvements](https://github.com/rabbitmq/rabbitmq-server/pull/11112), in particular recovery time and storage of multi-MiB messages - * Node with multiple enabled plugins little on disk data to recover now [start up to 20-30% faster](https://github.com/rabbitmq/rabbitmq-server/pull/10989) + * Nodes with multiple enabled plugins and little on disk data to recover now [start up to 20-30% faster](https://github.com/rabbitmq/rabbitmq-server/pull/10989) * CQv1, [the original classic queue storage layer, was removed](https://github.com/rabbitmq/rabbitmq-server/pull/10656) except for the part that's necessary for upgrades * Several I/O-related metrics are dropped, they should be [monitored at the infrastructure and kernel layers](https://www.rabbitmq.com/docs/monitoring#system-metrics) @@ -88,5 +88,5 @@ TBD ## Source Code Archives -To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.13.4.tar.xz` +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-4.0.0-beta.1.tar.xz` instead of the source tarball produced by GitHub.