Skip to content

Commit 88fd473

Browse files
Merge pull request #9129 from rabbitmq/mergify/bp/v3.12.x/pr-9128
3.11.21 release notes (backport #9128)
2 parents e31cfa6 + 20bfa7f commit 88fd473

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

release-notes/3.11.21.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
RabbitMQ `3.11.21` is a maintenance release in the `3.11.x` [release series](https://www.rabbitmq.com/versions.html).
2+
This release series [goes out of community support on Dec 31, 2023](https://rabbitmq.com/versions.html).
3+
4+
Please refer to the upgrade section from [v3.11.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.0)
5+
if upgrading from a version prior to 3.11.0.
6+
7+
This release requires Erlang 25 and supports Erlang versions up to `25.3.x`.
8+
[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/which-erlang.html) has more details on
9+
Erlang version requirements for RabbitMQ.
10+
11+
12+
### Minimum Supported Erlang Version
13+
14+
As of 3.11.0, RabbitMQ requires Erlang 25. Nodes **will fail to start** on older Erlang releases.
15+
16+
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/)
17+
across all architectures, and the most recent TLS 1.3 implementation available to all RabbitMQ 3.11 users.
18+
19+
20+
## Changes Worth Mentioning
21+
22+
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.11.x/release-notes).
23+
24+
### Core Server
25+
26+
#### Bug Fixes
27+
28+
* Certain diagnostics operations during rolling upgrades from 3.10 to 3.11 could fail
29+
if the `listener_records_in_ets` feature flag was enabled in the middle of the upgrade.
30+
31+
Contributed by @gomoripeti (CloudAMQP).
32+
33+
GitHub issue: [#8984](https://github.com/rabbitmq/rabbitmq-server/pull/8984)
34+
35+
* On Windows, PowerShell will no longer be used as a fallback for `handle.exe`
36+
for computing how many file and socket handles a node uses.
37+
38+
If a user does not have `handle.exe`` installed in the `PATH`` of their Windows system,
39+
a message will be logged once, and then the total handles being used will be set to 0.
40+
41+
PowerShell ended up being a CPU-intensive alternative that's not worth the gains
42+
for many installations.
43+
44+
GitHub issue: [#8700](https://github.com/rabbitmq/rabbitmq-server/issues/8700)
45+
46+
* Node maintenance state was not replicated to all nodes, even though it was accessible
47+
from any node (and for any node).
48+
49+
GitHub issue: [#9011](https://github.com/rabbitmq/rabbitmq-server/pull/9011)
50+
51+
52+
### CLI Tools
53+
54+
#### Enhacements
55+
56+
* Some warnings were emitted even when `--formatter` was set to `json`.
57+
58+
GitHub issue: [#8912](https://github.com/rabbitmq/rabbitmq-server/issues/8912)
59+
60+
61+
### HTTP AuthN/AuthZ Backend Plugin
62+
63+
#### Bug Fixes
64+
65+
* AMQP 1.0 client connections were refused with this plugin.
66+
67+
GitHub issue: [#9043](https://github.com/rabbitmq/rabbitmq-server/issues/9043)
68+
69+
70+
### LDAP AuthN/AuthZ Backend Plugin
71+
72+
#### Bug Fixes
73+
74+
* AMQP 1.0 client connections were refused with this plugin.
75+
76+
GitHub issue: [#9043](https://github.com/rabbitmq/rabbitmq-server/issues/9043)
77+
78+
79+
## Dependency Upgrades
80+
81+
* `osiris` was upgraded to [`1.6.2`](https://github.com/rabbitmq/osiris/tags)
82+
83+
84+
## Source Code Archives
85+
86+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.11.21.tar.xz`
87+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)