Skip to content

Commit e611310

Browse files
Merge pull request #8161 from rabbitmq/mergify/bp/v3.12.x/pr-8160
3.11.16 release notes (backport #8160)
2 parents a6b5355 + a7c850d commit e611310

File tree

1 file changed

+92
-0
lines changed

1 file changed

+92
-0
lines changed

release-notes/3.11.16.md

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
RabbitMQ `3.11.16` is a maintenance release in the `3.11.x` [release series](https://www.rabbitmq.com/versions.html).
2+
3+
Please refer to the upgrade section from [v3.11.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.0)
4+
if upgrading from a version prior to 3.11.0.
5+
6+
This release requires Erlang 25 and supports Erlang versions up to `25.3.x`.
7+
[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/which-erlang.html) has more details on
8+
Erlang version requirements for RabbitMQ.
9+
10+
11+
### Minimum Supported Erlang Version
12+
13+
As of 3.11.0, RabbitMQ requires Erlang 25. Nodes **will fail to start** on older Erlang releases.
14+
15+
Erlang 25 as our new baseline means much improved performance on ARM64 architectures, [profiling with flame graphs](https://blog.rabbitmq.com/posts/2022/05/flame-graphs/)
16+
across all architectures, and the most recent TLS 1.3 implementation available to all RabbitMQ 3.11 users.
17+
18+
19+
## Changes Worth Mentioning
20+
21+
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.11.x/release-notes).
22+
23+
### Core Server
24+
25+
#### Bug Fixes
26+
27+
* [Automatic node removal](https://rabbitmq.com/cluster-formation.html#node-health-checks-and-cleanup) now will
28+
[remove quorum queue replicas](https://rabbitmq.com/quorum-queues.html#replica-management) from the node before removing it from the cluster.
29+
30+
Contributed by @SimonUnge (AWS).
31+
32+
GitHub issue: [#2882](https://github.com/rabbitmq/rabbitmq-server/issues/2882)
33+
34+
#### Enhancements
35+
36+
* A new boolean setting, `quorum_queue.property_equivalence.relaxed_checks_on_redeclaration`,
37+
makes it possible to relax queue property equivalence checks
38+
for quorum queues. Specifically, when a quorum queue is redeclared and the client-provided
39+
type is set to "classic", this setting will help avoid a channel exception, making it
40+
easier to migrate to quorum queues step by step, without upgrading all applications in a short
41+
period of time.
42+
43+
Contributed by @SimonUnge (AWS).
44+
45+
GitHub issue: [#8076](https://github.com/rabbitmq/rabbitmq-server/issues/8076)
46+
47+
48+
### CLI Tools
49+
50+
#### Enhancements
51+
52+
* `rabbitmq-queues grow` and `rabbitmq-queues add_member` now verify cluster membership of the node
53+
new quorum queue replicas should be placed on.
54+
55+
GitHub issue: [#8007](https://github.com/rabbitmq/rabbitmq-server/issues/8007)
56+
57+
58+
### Federation Plugin
59+
60+
#### Bug Fixes
61+
62+
* URI parser incorrectly used the `password` query parameter to override the password
63+
value in authority (user info) part.
64+
65+
The `password` query parameter can be used to specify private key password for
66+
upstream connections that use TLS.
67+
68+
GitHub issue: [#8129](https://github.com/rabbitmq/rabbitmq-server/issues/8129)
69+
70+
71+
### Shovel Plugin
72+
73+
#### Bug Fixes
74+
75+
* URI parser incorrectly used the `password` query parameter to override the password
76+
value in authority (user info) part.
77+
78+
The `password` query parameter can be used to specify private key password for Shovels
79+
that use TLS.
80+
81+
GitHub issue: [#8129](https://github.com/rabbitmq/rabbitmq-server/issues/8129)
82+
83+
84+
## Dependency Upgrades
85+
86+
* [`ra`](https://github.com/rabbitmq/ra) was upgraded [to `2.6.1`](https://github.com/rabbitmq/ra/releases)
87+
88+
89+
## Source Code Archives
90+
91+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.11.16.tar.xz`
92+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)