Skip to content

Commit 6fd183b

Browse files
Merge pull request #9966 from rabbitmq/mk-3.12.10-release-notes
3.12.10 release notes
2 parents c3bbafb + 0007765 commit 6fd183b

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

release-notes/3.12.10.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
RabbitMQ `3.12.10` 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+
#### Enhancements
28+
29+
* Avoids two Shovels being started after an upgrade from `3.12.6` or older versions.
30+
31+
Two Shovels running concurrently would still transfer messages but because they act as
32+
competing consumers (and publishers), this affected message ordering in the target queue.
33+
34+
Contributed by @gomoripeti (CloudAMQP).
35+
36+
GitHub issue: [#9965](https://github.com/rabbitmq/rabbitmq-server/pull/9965)
37+
38+
39+
## Dependency Upgrades
40+
41+
None in this release.
42+
43+
44+
## Source Code Archives
45+
46+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.12.10.tar.xz`
47+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)