Skip to content

Commit d5bbb6e

Browse files
Merge pull request #6798 from rabbitmq/mergify/bp/v3.11.x/pr-6797
3.10.14 release notes (backport #6797)
2 parents 3b25947 + 03eafa4 commit d5bbb6e

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

release-notes/3.10.14.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
RabbitMQ `3.10.14` is a maintenance release in the `3.10.x` [release series](https://www.rabbitmq.com/versions.html).
2+
3+
Please refer to the upgrade section from [v3.10.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.0)
4+
if upgrading from a version prior to 3.10.0.
5+
6+
This release **requires Erlang 24.3** and supports 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+
Erlang 23 and 24 versions older than 24.3 have reached [end of support](https://www.rabbitmq.com/which-erlang.html).
14+
15+
This release of RabbitMQ requires Erlang 24.3 or later versions. Nodes **will fail to start** on older Erlang releases.
16+
17+
Erlang 25 is recommended: it offers much improved performance on ARM64 architectures, [profiling with flame graphs](https://blog.rabbitmq.com/posts/2022/05/flame-graphs/)
18+
across all architectures, and the most recent TLS 1.3 implementation.
19+
20+
21+
## Changes Worth Mentioning
22+
23+
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.10.x/release-notes).
24+
25+
### Core Server
26+
27+
#### Enhancements
28+
29+
* Preserve additional information in the log message when heartbeat frame cannot
30+
be sent due to a TCP timeout.
31+
32+
GitHub issue: [#6708](https://github.com/rabbitmq/rabbitmq-server/pull/6708)
33+
34+
35+
36+
## Dependency Upgrades
37+
38+
* `ra` was upgraded [from `2.4.5` to `2.4.6`](https://github.com/rabbitmq/ra/releases)
39+
40+
41+
## Source Code Archives
42+
43+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.10.14.tar.xz`
44+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)