You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/4.0.0.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,17 @@ Quorum queues now have a default [redelivery limit](https://www.rabbitmq.com/doc
51
51
CQv1, [the original classic queue storage layer, was removed](https://github.com/rabbitmq/rabbitmq-server/pull/10656)
52
52
except for the part that's necessary for upgrades to CQv2 (the 2nd generation).
53
53
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
+
54
65
### Several Disk I/O-Related Metrics were Removed
55
66
56
67
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
99
110
## Release Artifacts
100
111
101
112
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.
103
115
104
116
[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)
105
117
are other installation options. They are updated with a delay.
0 commit comments