Skip to content

Commit 05db76e

Browse files
Merge pull request #9719 from rabbitmq/mergify/bp/v3.11.x/pr-9718
3.11.24 release notes (backport #9717) (backport #9718)
2 parents 05918b1 + 085a205 commit 05db76e

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

release-notes/3.11.24.md

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
RabbitMQ `3.11.24` 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+
* Stream replication connections configured to use exclusively TLSv1.3 failed.
30+
31+
GitHub issue:[#9678](https://github.com/rabbitmq/rabbitmq-server/pull/9678)
32+
33+
* On startup, stream replicas will handle one more potential case of segment file corruption
34+
after an unclean shutdown.
35+
36+
Contributed by @gomoripeti (CloudAMQP).
37+
38+
GitHub issue: [#9678](https://github.com/rabbitmq/rabbitmq-server/pull/9678)
39+
40+
* `default_policies.*.queue_pattern` definition in `rabbitmq.conf` was incorrectly parsed.
41+
42+
Contributed by @SimonUnge (AWS).
43+
44+
GitHub issue: [#9546](https://github.com/rabbitmq/rabbitmq-server/pull/9546)
45+
46+
#### Enhancements
47+
48+
* Optimized stream index scans. Longer scans could result in some replicas stopping
49+
with a timeout.
50+
51+
GitHub issue:[#9678](https://github.com/rabbitmq/rabbitmq-server/pull/9678)
52+
53+
* Classic queue storage version is now a supported key for [operator policies](https://rabbitmq.com/parameters.html#operator-policies).
54+
55+
Contributed by @SignalWhisperer (AWS).
56+
57+
GitHub issue: [#9549](https://github.com/rabbitmq/rabbitmq-server/pull/9549)
58+
59+
* Nodes now log boot time at info level instead of debug. This piece of information
60+
can be useful during root cause analysis.
61+
62+
Contributed by @johanrhodin (CloudAMQP).
63+
64+
GitHub issue: [#9466](https://github.com/rabbitmq/rabbitmq-server/pull/9466)
65+
66+
67+
### Management Plugin
68+
69+
#### Enhancements
70+
71+
* HTTP API request body size is now limited to 10 MiB by default.
72+
Two endpoints, one that accepts messages for publishing (note: publishing over the HTTP API is greatly discouraged)
73+
and another for [definition import](https://rabbitmq.com/definitions.html#import),
74+
will now reject larger transfers with a `400 Bad Request` response.
75+
76+
GitHub issue: [#9708](https://github.com/rabbitmq/rabbitmq-server/pull/9708)
77+
78+
* `DELETE /api/queues/{vhost}/{name}` now can delete exclusive queues.
79+
80+
GitHub issue: [#8758](https://github.com/rabbitmq/rabbitmq-server/issues/8758)
81+
82+
83+
## Dependency Upgrades
84+
85+
* `osiris` has been upgraded to [`1.6.9`](https://github.com/rabbitmq/osiris/releases)
86+
87+
88+
## Source Code Archives
89+
90+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.11.24.tar.xz`
91+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)