Skip to content

Commit 7e267e1

Browse files
3.11.23 release notes
1 parent 9b6cc24 commit 7e267e1

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

release-notes/3.11.23.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
RabbitMQ `3.11.23` 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+
25+
### Core Server
26+
27+
#### Bug Fixes
28+
29+
* High consumer churn with reused consumer tag on quorum queues could result in some messages not being delivered
30+
after a period of time.
31+
32+
This did not affect environments where consumer churn does not exist or where it does but consumer tags vary.
33+
34+
GitHub issue: [#9164](https://github.com/rabbitmq/rabbitmq-server/pull/9164)
35+
36+
* Three environment variables, `LOG_BASE`, `MNESIA_BASE`, `CONFIG_FILE`, were not picked up when set in
37+
`rabbitmq-env-conf.bat` on Windows.
38+
39+
GitHub issue: [#9308](https://github.com/rabbitmq/rabbitmq-server/pull/9308)
40+
41+
* Avoids a potential exception when autoheal partition handling process was initiated.
42+
43+
GitHub issue: [#9223](https://github.com/rabbitmq/rabbitmq-server/pull/9223)
44+
45+
46+
### AMQP 1.0 Plugin
47+
48+
#### Bug Fixes
49+
50+
* Reverted [#8739](https://github.com/rabbitmq/rabbitmq-server/pull/8739) where unroutable AMQP 1.0 messages were settled with
51+
a "released" disposition state. Some clients do not handle this outcome correctly, throwing exceptions,
52+
which can create unnecessary and resource-consuming client reconnection and re-publishing loops.
53+
54+
On the RabbitMQ node end this looks like abnormally high CPU usage of a node that takes in a certain number of unroutable messages.
55+
56+
The original change (#8739) will be re-introduced with options for better compatibility with such irregularly-behaved clients
57+
in RabbitMQ 3.13.x or 3.12.x.
58+
59+
GitHub issue: [#9334](https://github.com/rabbitmq/rabbitmq-server/pull/9334)
60+
61+
62+
## Dependency Upgrades
63+
64+
* `osiris` was upgraded to [`1.6.4`](https://github.com/rabbitmq/osiris/tags)
65+
66+
67+
## Source Code Archives
68+
69+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.11.23.tar.xz`
70+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)