Skip to content

Commit 0dade98

Browse files
Merge pull request #9825 from rabbitmq/mergify/bp/v3.12.x/pr-9824
3.11.25 release notes (backport #9824)
2 parents 67630c7 + 9e184c8 commit 0dade98

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

release-notes/3.11.25.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
RabbitMQ `3.11.25` 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+
* Avoids a potential exception in the `autoheal` partition handler.
30+
31+
Contributed by @Ayanda-D.
32+
33+
GitHub issue: [#9819](https://github.com/rabbitmq/rabbitmq-server/pull/9819)
34+
35+
#### Enhancements
36+
37+
* `raft.segment_max_entries` is now validated to prevent the value from overflowing its 16-bit segment file field.
38+
Maximum supported value is now ``65535.
39+
40+
GitHub issue: [#9748](https://github.com/rabbitmq/rabbitmq-server/pull/9748)
41+
42+
43+
### Shovel Plugin
44+
45+
#### Enhancements
46+
47+
* Significantly faster Shovel startup in environments where there are many of them (one thousand or more).
48+
49+
GitHub issue: [#9800](https://github.com/rabbitmq/rabbitmq-server/pull/9800)
50+
51+
52+
### AMQP 1.0 Erlang Client
53+
54+
#### Enhancements
55+
56+
* User-provided credentials are now obfuscated using an one-off key pair generated on node boot.
57+
This keeps sensitive client state information from being logged by the runtime exception logger.
58+
59+
GitHub issue: [#9778](https://github.com/rabbitmq/rabbitmq-server/pull/9778)
60+
61+
62+
## Dependency Upgrades
63+
64+
None in this release.
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.25.tar.xz`
70+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)