Skip to content

Commit 149ee4c

Browse files
Initial 4.1.2 release notes
(cherry picked from commit e26fde9)
1 parent 382bc57 commit 149ee4c

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

release-notes/4.1.2.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
RabbitMQ `4.1.2` is a maintenance release in the `4.1.x` [release series](https://www.rabbitmq.com/release-information).
2+
3+
It is **strongly recommended** that you read [4.1.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.1.0)
4+
in detail if upgrading from a version prior to `4.1.0`.
5+
6+
7+
### Minimum Supported Erlang Version
8+
9+
[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/docs/which-erlang) has more details on Erlang version requirements for RabbitMQ.
10+
11+
Nodes **will fail to start** on older Erlang releases.
12+
13+
14+
## Changes Worth Mentioning
15+
16+
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v4.1.x/release-notes).
17+
18+
19+
### Core Server
20+
21+
#### Enhancements
22+
23+
* Minor memory footprint optimizations.
24+
25+
GitHub issues: [#14089](https://github.com/rabbitmq/rabbitmq-server/pull/14089), [#14065](https://github.com/rabbitmq/rabbitmq-server/pull/14065), [#14058](https://github.com/rabbitmq/rabbitmq-server/pull/14058)
26+
27+
28+
### Stream Plugin
29+
30+
#### Bug Fixes
31+
32+
= Multiple stream and stream SAC (Single Active Consumer) coordinator resilience improvements.
33+
34+
GitHub issues: [#14107](https://github.com/rabbitmq/rabbitmq-server/pull/14107), [#14085](https://github.com/rabbitmq/rabbitmq-server/pull/14085), [#14070](https://github.com/rabbitmq/rabbitmq-server/issues/14070)
35+
36+
* When a stream member (replica) failed, consumer cleanup could affect consumers connected to different nodes.
37+
38+
GitHub issue: [#13961](https://github.com/rabbitmq/rabbitmq-server/issues/13961)
39+
40+
* Unhandled stream coordinator exceptions now close stream connections, giving clients a chance to reconnect and reset stream state.
41+
42+
GitHub issue: [#14040](https://github.com/rabbitmq/rabbitmq-server/issues/14040)
43+
44+
45+
46+
### CLI Tools
47+
48+
#### Enhancements
49+
50+
* `rabbitmq-streams activate_stream_consumer` is a new CLI command that forcefully activates a specific consumer in a SAC (Single Active Consumer) group:
51+
52+
```shell
53+
rabbitmq-streams activate_stream_consumer --stream [stream name] --reference [reference]
54+
```
55+
56+
This is an emergency operations command that won't be necessary most of the time.
57+
58+
GitHub issue: [#14055](https://github.com/rabbitmq/rabbitmq-server/issues/14055)
59+
60+
#### Bug Fixes
61+
62+
* `rabbitmq-streams coordinator_status` command reported an incorrect Raft machine version.
63+
64+
GitHub issue: [#14112](https://github.com/rabbitmq/rabbitmq-server/pull/14112)
65+
66+
67+
### Management Plugin
68+
69+
#### Bug Fixes
70+
71+
* Eliminated a JavaScript exception that could affect those upgrading from `3.13.x` to `4.x` versions.
72+
73+
GitHub issue: [#13973](https://github.com/rabbitmq/rabbitmq-server/issues/13973)
74+
75+
* Virtual host restart form now sanitizes virtual host name.
76+
77+
78+
### Dependency Changes
79+
80+
* `redbug` was upgraded to `2.1.0`
81+
82+
83+
## Source Code Archives
84+
85+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-4.1.2.tar.xz`
86+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)