Skip to content

Commit b0ce31f

Browse files
More 4.0 release notes edits
1 parent 0d7960f commit b0ce31f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

release-notes/4.0.0.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ Quorum queues now have a default [redelivery limit](https://www.rabbitmq.com/doc
5151
CQv1, [the original classic queue storage layer, was removed](https://github.com/rabbitmq/rabbitmq-server/pull/10656)
5252
except for the part that's necessary for upgrades to CQv2 (the 2nd generation).
5353

54+
In case `rabbitmq.conf` explicitly sets `classic_queue.default_version` to `1` like so
55+
56+
``` ini
57+
# this configuration value is no longer supported,
58+
# remove this line or set the version to 2
59+
classic_queue.default_version = 1
60+
```
61+
62+
nodes will now fail to start. Removing the line will make the node start and perform
63+
the migration from CQv1 to CQv2.
64+
5465
### Several Disk I/O-Related Metrics were Removed
5566

5667
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)
@@ -99,7 +110,8 @@ what package repositories and tools can be used to provision latest patch versio
99110
## Release Artifacts
100111

101112
RabbitMQ releases are distributed via [GitHub](https://github.com/rabbitmq/rabbitmq-server/releases).
102-
[Debian](https://rabbitmq.com/install-debian.html) and [RPM packages](https://rabbitmq.com/install-rpm.html) are available via Cloudsmith mirrors.
113+
[Debian](https://rabbitmq.com/docs/install-debian/) and [RPM packages](https://rabbitmq.com/docs/install-rpm/) are available via
114+
repositories maintained by the RabbitMQ Core Team.
103115

104116
[Community Docker image](https://hub.docker.com/_/rabbitmq/), [Chocolatey package](https://community.chocolatey.org/packages/rabbitmq), and the [Homebrew formula](https://www.rabbitmq.com/docs/install-homebrew)
105117
are other installation options. They are updated with a delay.

0 commit comments

Comments
 (0)