Skip to content

Commit c3bbafb

Browse files
Merge pull request #9959 from rabbitmq/mk-3.11.26-release-notes
3.11.26 release notes
2 parents 8d9ce84 + 56d30cc commit c3bbafb

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

release-notes/3.11.26.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
RabbitMQ `3.11.26` 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 Broker
26+
27+
#### Bug Fixes
28+
29+
* When a topic permission was deleted, an [internal event](https://rabbitmq.com/logging.html#internal-events) of type `permission.deleted`
30+
was emitted in some cases, instead of `topic.permission.deleted`.
31+
32+
Investigated by @bedia.
33+
34+
GitHub issue: [#9937](https://github.com/rabbitmq/rabbitmq-server/issues/9937)
35+
36+
37+
### AMQP 1.0 Plugin
38+
39+
#### Bug Fixes
40+
41+
* Correctly block publishing AMQP 1.0 connections when a [resource alarm](https://rabbitmq.com/alarms.html) is in effect.
42+
43+
GitHub issue: [#9955](https://github.com/rabbitmq/rabbitmq-server/pull/9955)
44+
45+
46+
### Shovel Plugin
47+
48+
#### Bug Fixes
49+
50+
* Shovels on `3.12.8` nodes failed during a rolling cluster upgrade due to internal
51+
identifier format changes.
52+
53+
Starting with this release, both old and new formats are supported for upgrade safety.
54+
55+
GitHub issue: [#9894](https://github.com/rabbitmq/rabbitmq-server/pull/9894)
56+
57+
58+
### Grafana Dashboard
59+
60+
#### Enhancements
61+
62+
* [Global counters for producers](https://github.com/rabbitmq/rabbitmq-server/pull/3127) are now available in the dashboard.
63+
64+
Contributed by @johanrhodin (CloudAMQP)
65+
66+
GitHub issue: [#9846](https://github.com/rabbitmq/rabbitmq-server/pull/9846)
67+
68+
69+
### CLI Tools
70+
71+
#### Enhancements
72+
73+
* `rabbitmq-diagnostics list_policies_that_match [queue name]` is a new command
74+
that simplifies troubleshooting of policy conflicts.
75+
76+
GitHub issue: [#9916](https://github.com/rabbitmq/rabbitmq-server/pull/9916)
77+
78+
79+
## Dependency Upgrades
80+
81+
None in this release.
82+
83+
84+
## Source Code Archives
85+
86+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.11.26.tar.xz`
87+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)