Skip to content

Commit 7089af3

Browse files
4.1.3 release notes
1 parent aba63b0 commit 7089af3

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

release-notes/4.1.3.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
RabbitMQ `4.1.3` 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+
#### Bug Fixes
22+
23+
* Fixes a rare file descriptor leak by quorum queues.
24+
25+
GitHub issue: [rabbitmq/ra#553](https://github.com/rabbitmq/ra/pull/553)
26+
27+
* Fixed two exceptions around [IEEE 754-2008](https://en.wikipedia.org/wiki/IEEE_754-2008_revision) serialization in the AMQP 1.0 implementation.
28+
29+
GitHub issue: [#14213](https://github.com/rabbitmq/rabbitmq-server/pull/14213)
30+
31+
* Queues originally defined before `3.8.0` could run into an exception
32+
when emitting metrics.
33+
34+
GitHub issue: [#14214](https://github.com/rabbitmq/rabbitmq-server/pull/14214)
35+
36+
* Avoids a potential classic queue exception logged when the queue was deleted.
37+
38+
GitHub issue: [#14276](https://github.com/rabbitmq/rabbitmq-server/pull/14276)
39+
40+
41+
### CLI Tools
42+
43+
#### Bug Fixes
44+
45+
* `rabbitmq-diagnostics status` produced a stray line of debug output.
46+
47+
GitHub issue: [#14266](https://github.com/rabbitmq/rabbitmq-server/pull/14266)
48+
49+
#### Enhancements
50+
51+
* `rabbitmqctl list_deprecated_features` now lists feature state (`permitted`, `denied`) in the target cluster.
52+
53+
GitHub issue: [#14229](https://github.com/rabbitmq/rabbitmq-server/pull/14229)
54+
55+
* Optimizes `rabbitmqctl list_queues` invocations that only request queue names.
56+
57+
GitHub issue: [#14281](https://github.com/rabbitmq/rabbitmq-server/pull/14281)
58+
59+
60+
### Dependency Changes
61+
62+
* `ra` was upgraded to [`2.16.12`](https://github.com/rabbitmq/ra/releases)
63+
64+
65+
## Source Code Archives
66+
67+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-4.1.3.tar.xz`
68+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)