Skip to content

Commit b7604e2

Browse files
Merge pull request #9927 from rabbitmq/mk-3.12.9-release-notes
3.12.9 release notes
2 parents 7dfebb9 + a40b434 commit b7604e2

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed

release-notes/3.12.9.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
RabbitMQ `3.12.9` is a maintenance release in the `3.12.x` [release series](https://www.rabbitmq.com/versions.html).
2+
3+
Please refer to the upgrade section from the [3.12.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.0)
4+
if upgrading from a version prior to 3.12.0.
5+
6+
This release requires Erlang 25 and supports Erlang versions up to `26.1.x`.
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+
As of 3.12.0, RabbitMQ requires Erlang 25. Nodes **will fail to start** on older Erlang releases.
14+
15+
Users upgrading from 3.11.x (or older releases) on Erlang 25 to 3.12.x on Erlang 26
16+
(both RabbitMQ *and* Erlang are upgraded at the same time) **must** consult
17+
the [v3.12.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.0) first.
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.12.x/release-notes).
23+
24+
25+
### Shovel Plugin
26+
27+
#### Bug Fixes
28+
29+
* Shovels on `3.12.8` nodes failed during a rolling cluster upgrade due to internal
30+
identifier format changes.
31+
32+
Starting with this release, both old and new formats are supported for upgrade safety.
33+
34+
GitHub issue: [#9894](https://github.com/rabbitmq/rabbitmq-server/pull/9894)
35+
36+
37+
### Grafana Dashboard
38+
39+
#### Enhancements
40+
41+
* [Global counters for producers](https://github.com/rabbitmq/rabbitmq-server/pull/3127) are now available in the dashboard.
42+
43+
Contributed by @johanrhodin (CloudAMQP)
44+
45+
GitHub issue: [#9846](https://github.com/rabbitmq/rabbitmq-server/pull/9846)
46+
47+
48+
### MQTT Plugin
49+
50+
#### Bug Fixes
51+
52+
* Avoids an unnecessary warning in the logs.
53+
54+
GitHub issue: [#9885](https://github.com/rabbitmq/rabbitmq-server/pull/9885)
55+
56+
57+
### CLI Tools
58+
59+
#### Enhancements
60+
61+
* `rabbitmq-diagnostics list_policies_that_match [queue name]` is a new command
62+
that simplifies troubleshooting of policy conflicts.
63+
64+
GitHub issue: [#9916](https://github.com/rabbitmq/rabbitmq-server/pull/9916)
65+
66+
67+
### Management Plugin
68+
69+
#### Enhancements
70+
71+
* Nodes that have OAuth 2 enabled now redirect the user to the original landing page (if any)
72+
after successful login with the IDP.
73+
74+
Contributed by @dukex.
75+
76+
GitHub issue: [#9851](https://github.com/rabbitmq/rabbitmq-server/pull/9851)
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.12.9.tar.xz`
87+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)