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.2.0.md
+51-9Lines changed: 51 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
## RabbitMQ 4.2.0-beta.5
1
+
## RabbitMQ 4.2.0-rc.1
2
2
3
-
RabbitMQ `4.2.0-beta.5` is a preview of a feature release.
3
+
RabbitMQ `4.2.0-rc.1` is a preview of a feature release.
4
4
5
5
6
6
## Breaking Changes and Compatibility Notes
@@ -23,6 +23,12 @@ Starting with RabbitMQ 4.2, if an AMQP 0.9.1 Direct Reply-To responder (RPC serv
23
23
Whether the requester (RPC client) is still there to consume the reply is not checked at routing time.
24
24
In other words, if the responder publishes to only this queue name, then the message will be considered "routed" and RabbitMQ will therefore not send a `basic.return`.
25
25
26
+
### Very Rarely Used `*.cacerts` Settings are Removed from `rabbitmq.conf`
27
+
28
+
`*.cacerts` (not to be confused with `cacertfile`) settings in `rabbitmq.conf` did not have the expected effect and were removed
29
+
to eliminate confusion.
30
+
31
+
26
32
## Release Highlights
27
33
28
34
### SQL Filter Expression for Streams
@@ -169,8 +175,6 @@ compared to other versions.
169
175
170
176
## Changes Worth Mentioning
171
177
172
-
This section is **incomplete** and will be expanded as 4.2 approaches its release candidate stage.
173
-
174
178
### Core Server
175
179
176
180
#### Enhancements
@@ -204,8 +208,8 @@ This section is **incomplete** and will be expanded as 4.2 approaches its releas
* Similarly to the number of [queues](https://github.com/rabbitmq/rabbitmq-server/pull/11196) and [virtual hosts](https://github.com/rabbitmq/rabbitmq-server/pull/7798), it is now possible
208
-
to configure a limit on the cluster-wide number of exchanges that applications
211
+
* Similarly to the number of [queues](https://github.com/rabbitmq/rabbitmq-server/pull/11196) and [virtual hosts](https://github.com/rabbitmq/rabbitmq-server/pull/7798),
212
+
it is now possible to configure a limit on the cluster-wide number of exchanges that applications
209
213
can create:
210
214
211
215
```ini
@@ -218,6 +222,18 @@ This section is **incomplete** and will be expanded as 4.2 approaches its releas
0 commit comments