Skip to content

Commit a458076

Browse files
Merge pull request #7795 from rabbitmq/mk-update-3.11.13-release-notes
3.11.13 release notes
2 parents 6bfbaeb + b27d44d commit a458076

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

release-notes/3.11.13.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
RabbitMQ `3.11.13` 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.
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+
* `3.11.12` introduced a regression that caused client connections to fail with an exception
28+
when TCP or TLS listeners were bould to a particular interface.
29+
30+
GitHub issue: [#7788](https://github.com/rabbitmq/rabbitmq-server/pull/7788)
31+
32+
33+
## Dependency Upgrades
34+
35+
None in this release.
36+
37+
38+
## Source Code Archives
39+
40+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.11.13.tar.xz`
41+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)