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
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,14 @@ Some key improvements in this release are listed below.
25
25
26
26
See Compatibility Notes below to learn about **breaking or potentially breaking changes** in this release.
27
27
28
-
## Release Artifacts
29
-
30
-
RabbitMQ releases are distributed via [GitHub](https://github.com/rabbitmq/rabbitmq-server/releases).
31
-
[Debian](https://rabbitmq.com/install-debian.html) and [RPM packages](https://rabbitmq.com/install-rpm.html) are available via Cloudsmith mirrors.
32
-
33
-
[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)
34
-
are other installation options. They are updated with a delay.
28
+
## Breaking Changes and Compatibility Notes
35
29
30
+
* RabbitMQ 3.13 [rabbitmq.conf](https://www.rabbitmq.com/docs/configure#config-file) settings `mqtt.default_user`, `mqtt.default_password`, and `amqp1_0.default_user` are unsupported in RabbitMQ 4.0
31
+
Instead, set the new RabbitMQ 4.0 settings `anonymous_login_user` and `anonymous_login_pass` (both values default to `guest`).
32
+
For production scenarios, [disallow anonymous logins](https://www.rabbitmq.com/docs/next/production-checklist#anonymous-login)
33
+
* RabbitMQ 3.13 `rabbitmq.conf` setting `rabbitmq_amqp1_0.default_vhost` is unsupported in RabbitMQ 4.0.
34
+
Instead `default_vhost` will be used to determine the default vhost an AMQP 1.0 client connects to(i.e. when the AMQP 1.0 client does not define the vhost in the `hostname` field of the `open` frame)
35
+
* RabbitMQ Shovels will be able connect to a RabbitMQ 4.0 node via AMQP 1.0 only when the Shovel runs on a RabbitMQ node >= `3.13.7`
36
36
37
37
## Erlang/OTP Compatibility Notes
38
38
@@ -42,6 +42,15 @@ This release [requires Erlang 26.2](https://www.rabbitmq.com/docs/which-erlang).
42
42
what package repositories and tools can be used to provision latest patch versions of Erlang 26.x.
43
43
44
44
45
+
## Release Artifacts
46
+
47
+
RabbitMQ releases are distributed via [GitHub](https://github.com/rabbitmq/rabbitmq-server/releases).
48
+
[Debian](https://rabbitmq.com/install-debian.html) and [RPM packages](https://rabbitmq.com/install-rpm.html) are available via Cloudsmith mirrors.
49
+
50
+
[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)
51
+
are other installation options. They are updated with a delay.
52
+
53
+
45
54
## Upgrading to 4.0
46
55
47
56
### Documentation guides on upgrades
@@ -81,15 +90,6 @@ TBD
81
90
82
91
TBD
83
92
84
-
## Breaking Changes
85
-
86
-
* RabbitMQ 3.13 [rabbitmq.conf](https://www.rabbitmq.com/docs/configure#config-file) settings `mqtt.default_user`, `mqtt.default_password`, and `amqp1_0.default_user` are unsupported in RabbitMQ 4.0.
87
-
Instead, set the new RabbitMQ 4.0 settings `anonymous_login_user` and `anonymous_login_pass` (both values default to `guest`).
88
-
For production scenarios, [disallow anonymous logins](https://www.rabbitmq.com/docs/next/production-checklist#anonymous-login).
89
-
* RabbitMQ 3.13 `rabbitmq.conf` setting `rabbitmq_amqp1_0.default_vhost` is unsupported in RabbitMQ 4.0.
90
-
Instead `default_vhost` will be used to determine the default vhost an AMQP 1.0 client connects to (i.e. when the AMQP 1.0 client does not define the vhost in the `hostname` field of the `open` frame).
91
-
* RabbitMQ shovels can connect to a RabbitMQ 4.0 node via AMQP 1.0 only when the shovel runs on a RabbitMQ node >= 3.13.7
92
-
93
93
### Dependency Changes
94
94
95
95
* Ra was [upgraded to `2.13.5`](https://github.com/rabbitmq/ra/releases)
0 commit comments