Skip to content

Commit 67630c7

Browse files
Merge pull request #9823 from rabbitmq/mergify/bp/v3.12.x/pr-9822
3.12.8 release notes (backport #9822)
2 parents d3208a8 + 68395db commit 67630c7

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

release-notes/3.12.8.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
RabbitMQ `3.12.8` 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+
### Core Server
26+
27+
#### Bug Fixes
28+
29+
* Avoids a potential exception in the `autoheal` partition handler.
30+
31+
Contributed by @Ayanda-D.
32+
33+
GitHub issue: [#9818](https://github.com/rabbitmq/rabbitmq-server/pull/9818)
34+
35+
#### Enhancements
36+
37+
* `raft.segment_max_entries` is now validated to prevent the value from overflowing its 16-bit segment file field.
38+
Maximum supported value is now ``65535.
39+
40+
GitHub issue: [#9733](https://github.com/rabbitmq/rabbitmq-server/issues/9733)
41+
42+
43+
### Shovel Plugin
44+
45+
#### Enhancements
46+
47+
* Significantly faster Shovel startup in environments where there are many of them (one thousand or more).
48+
49+
GitHub issue: [#9796](https://github.com/rabbitmq/rabbitmq-server/pull/9796)
50+
51+
52+
### AMQP 1.0 Erlang Client
53+
54+
#### Enhancements
55+
56+
* User-provided credentials are now obfuscated using an one-off key pair generated on node boot.
57+
This keeps sensitive client state information from being logged by the runtime exception logger.
58+
59+
GitHub issue: [#9777](https://github.com/rabbitmq/rabbitmq-server/pull/9777)
60+
61+
62+
## Dependency Upgrades
63+
64+
None in this release.
65+
66+
67+
## Source Code Archives
68+
69+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.12.8.tar.xz`
70+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)