Skip to content

Commit 56d2819

Browse files
michaelklishinmergify[bot]
authored andcommitted
Initial 3.12.7 release notes
(cherry picked from commit b74859d)
1 parent adf601c commit 56d2819

File tree

1 file changed

+106
-0
lines changed

1 file changed

+106
-0
lines changed

release-notes/3.12.7.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
RabbitMQ `3.12.7` is a maintenance release in the `3.12.x` [release series](https://www.rabbitmq.com/versions.html).
2+
**All users are encouraged to skip this version in favor of [`3.12.6`](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.6)**.
3+
4+
Please refer to the upgrade section from the [3.12.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.0)
5+
if upgrading from a version prior to 3.12.0.
6+
7+
This release requires Erlang 25 and supports Erlang versions up to `26.1.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.12.0, RabbitMQ requires Erlang 25. Nodes **will fail to start** on older Erlang releases.
15+
16+
Users upgrading from 3.11.x (or older releases) on Erlang 25 to 3.12.x on Erlang 26
17+
(both RabbitMQ *and* Erlang are upgraded at the same time) **must** consult
18+
the [v3.12.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.0) first.
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.12.x/release-notes).
24+
25+
26+
### Core Server
27+
28+
#### Bug Fixes
29+
30+
* `default_policies.*.queue_pattern` definition in `rabbitmq.conf` was incorrectly parsed.
31+
32+
Contributed by @SimonUnge (AWS).
33+
34+
GitHub issue: [#9545](https://github.com/rabbitmq/rabbitmq-server/pull/9545)
35+
36+
#### Enhancements
37+
38+
* Classic queue storage version is now a supported key for [operator policies](https://rabbitmq.com/parameters.html#operator-policies).
39+
40+
GitHub issue: [#9548](https://github.com/rabbitmq/rabbitmq-server/pull/9548)
41+
42+
Contributed by @SignalWhisperer (AWS).
43+
44+
45+
## Management Plugin
46+
47+
### Enhancements
48+
49+
* `DELETE /api/queues/{vhost}/{name}` now can delete exclusive queues.
50+
51+
GitHub issue: [#8758](https://github.com/rabbitmq/rabbitmq-server/issues/8758)
52+
53+
* Key supported by operator policies are now grouped by queue type in the UI.
54+
55+
GitHub issue: [#9544](https://github.com/rabbitmq/rabbitmq-server/pull/9544)
56+
57+
58+
## MQTT Plugin
59+
60+
### Enhancements
61+
62+
* Improved data safety for confirms in environments where the plugin uses classic queues.
63+
64+
GitHub issue: [#9530](https://github.com/rabbitmq/rabbitmq-server/pull/9530)
65+
66+
67+
## JMS Topic Exchange Plugin
68+
69+
#### Bug Fixes
70+
71+
* Recovery of bindings of durable queues bound to a transient JMS topic exchange failed.
72+
73+
GitHub issue: [#9533](https://github.com/rabbitmq/rabbitmq-server/issues/9533)
74+
75+
76+
## Sharding Plugin
77+
78+
#### Bug Fixes
79+
80+
* Recovery of bindings of durable queues bound to a transient `x-modulo-hash` exchange failed.
81+
82+
GitHub issue: [#9533](https://github.com/rabbitmq/rabbitmq-server/issues/9533)
83+
84+
85+
## Recent History Exchange Plugin
86+
87+
#### Bug Fixes
88+
89+
* Recovery of bindings of durable queues bound to a transient recent history exchange failed.
90+
91+
GitHub issue: [#9533](https://github.com/rabbitmq/rabbitmq-server/issues/9533)
92+
93+
94+
## Dependency Upgrades
95+
96+
None in this release.
97+
98+
99+
## Dependency Upgrades
100+
101+
None in this release.
102+
103+
## Source Code Archives
104+
105+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.12.7.tar.xz`
106+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)