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/3.13.0.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The user-facing areas that have seen the biggest improvements in this release ar
14
14
*[Khepri](https://www.youtube.com/watch?v=whVqpgvep90) now can be used as an [alternative schema data store](https://github.com/rabbitmq/rabbitmq-server/pull/7206) in RabbitMQ, replacing Mnesia
* Support for [consumer-side stream filtering](https://github.com/rabbitmq/rabbitmq-server/pull/8207)
17
-
* A new [common message container format](https://github.com/rabbitmq/rabbitmq-server/pull/5077) used internally, based on the AMQP 1.0 message container format
17
+
* A new [common message container format](https://github.com/rabbitmq/rabbitmq-server/pull/5077) used internally, based on the AMQP 1.0 message format
18
18
* Improved classic non-mirrored queue performance with message sizes larger than
19
19
4 KiB (or a different customized CQ index embedding threshold)
20
20
* Classic queues storage implementation version 2 (CQv2) is now highly recommended for all new deployments.
@@ -27,31 +27,31 @@ See Compatibility Notes below to learn about **breaking or potentially breaking
27
27
RabbitMQ releases are distributed via [GitHub](https://github.com/rabbitmq/rabbitmq-server/releases).
28
28
[Debian](https://rabbitmq.com/install-debian.html) and [RPM packages](https://rabbitmq.com/install-rpm.html) are available via Cloudsmith mirrors.
29
29
30
-
[Community Docker image](https://hub.docker.com/_/rabbitmq/), [Chocolatey package](https://community.chocolatey.org/packages/rabbitmq), and the [Homebrew formula](https://rabbitmq.com/install-homebrew.html)
30
+
[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)
31
31
are other installation options. They are updated with a delay.
32
32
33
33
34
34
## Erlang/OTP Compatibility Notes
35
35
36
-
This release [requires Erlang 26.x](https://www.rabbitmq.com/which-erlang.html).
36
+
This release [requires Erlang 26.x](https://www.rabbitmq.com/docs/which-erlang).
what package repositories and tools can be used to provision latest patch versions of Erlang 26.x.
40
40
41
41
42
42
## Upgrading to 3.13
43
43
44
44
### Documentation guides on upgrades
45
45
46
-
See the [Upgrading guide](https://www.rabbitmq.com/upgrade.html) for documentation on upgrades and [RabbitMQ change log](https://www.rabbitmq.com/changelog.html)
47
-
for release notes of other releases.
46
+
See the [Upgrading guide](https://www.rabbitmq.com/docs/upgrade) for documentation on upgrades and [GitHub releases](https://github.com/rabbitmq/rabbitmq-server/releases)
47
+
for release notes of individual releases.
48
48
49
49
Note that since 3.12.0 requires **all feature flags** to be enabled before upgrading,
50
50
there is no upgrade path from 3.11.24 (or a later patch release) straight to 3.13.0.
51
51
52
52
### Required Feature Flags
53
53
54
-
This release does not [graduate](https://rabbitmq.com/feature-flags.html#graduation) any feature flags.
54
+
This release does not [graduate](https://www.rabbitmq.com/docs/feature-flags#graduation) any feature flags.
55
55
56
56
However, all users are highly encouraged to enable all feature flags before upgrading to this release from
57
57
3.12.x.
@@ -196,7 +196,7 @@ For example, if you set `mqtt.subscription_ttl = 3600000` (1 hour) prior to 3.13
196
196
`rabbitmqctl node_health_check` has been deprecated for over three years
197
197
and is now a no-op (does nothing).
198
198
199
-
See the [Health Checks section](https://www.rabbitmq.com/monitoring.html#health-checks) in the monitoring guide
199
+
See the [Health Checks section](https://www.rabbitmq.com/docs/monitoring#health-checks) in the monitoring guide
200
200
to find out what modern alternatives are available.
201
201
202
202
### openSUSE Leap Package is not Provided
@@ -245,8 +245,8 @@ Some of it's great features include:
245
245
```
246
246
247
247
In practical terms this means that it will be possible to swap Mnesia for a Raft-based data store
248
-
that will **predictably recover from network partitions and node failures**, the same way [quorum queues](https://rabbitmq.com/quorum-queues.html#leader-election)
249
-
and [streams](https://rabbitmq.com/streams.html#leader-election) already do. At the same time, this means
248
+
that will **predictably recover from network partitions and node failures**, the same way [quorum queues](https://www.rabbitmq.com/docs/quorum-queues#leader-election)
249
+
and [streams](https://www.rabbitmq.com/docs/streams#leader-election) already do. At the same time, this means
250
250
that RabbitMQ clusters now **must have a majority of nodes online at all times**, or all client operations will be refused.
251
251
252
252
Like quorum queues and streams, Khepri uses [RabbitMQ's Raft implementation](https://github.com/rabbitmq/ra) under the hood. With Khepri enabled, all key modern features
@@ -272,7 +272,7 @@ Some of it's great features include:
272
272
273
273
When the number of online replicas of a quorum queue goes below (or above) its target,
274
274
new replicas will be automatically placed if enough cluster nodes are available.
275
-
This is a more automatic version of how [quorum queue replicas have originally been grown](https://rabbitmq.com/quorum-queues.html#replica-management).
275
+
This is a more automatic version of how [quorum queue replicas have originally been grown](https://www.rabbitmq.com/docs/quorum-queues#replica-management).
276
276
277
277
For automatic shrinking of queue replicas, the user must opt in.
278
278
@@ -281,7 +281,7 @@ Some of it's great features include:
* Revisited peer discovery implementation that further reduces the probability of two or more
284
-
sets of nodes [forming separate clusters](https://www.rabbitmq.com/cluster-formation.html#initial-formation-race-condition) when **all** cluster nodes are created at the same time and boot in parallel.
284
+
sets of nodes [forming separate clusters](https://www.rabbitmq.com/docs/cluster-formation#initial-formation-race-condition) when **all** cluster nodes are created at the same time and boot in parallel.
0 commit comments