Skip to content

Commit fe149bd

Browse files
Merge pull request #10212 from rabbitmq/mk-3.11.28-release-notes
3.11.28 release notes
2 parents 1313b81 + bc148a4 commit fe149bd

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

release-notes/3.11.28.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
RabbitMQ `3.11.28` 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/main/release-notes).
23+
24+
25+
### Prometheus Plugin
26+
27+
#### Enhancements
28+
29+
* Metric label values now escape certain non-ASCII characters.
30+
31+
Contributed by @gomoripeti (CloudAMQP).
32+
33+
GitHub issue: [#10196](https://github.com/rabbitmq/rabbitmq-server/pull/10196)
34+
35+
36+
### Management Plugin
37+
38+
#### Bug Fixes
39+
40+
* Reverted a change to `DELETE /api/queues/{vhost}/{name}` that allowed removal of
41+
exclusive queues and introduced unexpected side effects.
42+
43+
GitHub issue: [#10189](https://github.com/rabbitmq/rabbitmq-server/pull/10189)
44+
45+
* Avoid log noise when an HTTP API request is issued against a booting
46+
or very freshly booted node.
47+
48+
Contributed by @gomoripeti (CloudAMQP).
49+
50+
GitHub issue: [#10183](https://github.com/rabbitmq/rabbitmq-server/pull/10183)
51+
52+
53+
### AWS Peer Discovery Plugin
54+
55+
#### Enhancements
56+
57+
* Type spec and test corrections.
58+
59+
Contributed by @illotum (AWS).
60+
61+
GitHub issue: [#10133](https://github.com/rabbitmq/rabbitmq-server/pull/10133)
62+
63+
64+
## Dependency Upgrades
65+
66+
None in this release.
67+
68+
69+
## Source Code Archives
70+
71+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.11.28.tar.xz`
72+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)