Skip to content

Commit 9337d0a

Browse files
Merge pull request #4413 from rabbitmq/mk-3.9.15-release-notes
Initial 3.9.15 release notes
2 parents e83b966 + b3203bd commit 9337d0a

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

release-notes/3.9.15.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
RabbitMQ `3.9.15` is a maintenance release in the `3.9.x` release series.
2+
3+
Please refer to the **Upgrading to 3.9** section from [v3.9.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.0) if upgrading from a version prior to 3.9.0.
4+
5+
This release requires at least Erlang 23.2, and supports Erlang 24. [RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/which-erlang.html) has more details on Erlang version requirements for RabbitMQ.
6+
7+
8+
## Changes Worth Mentioning
9+
10+
Release notes are kept under [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.9.x/release-notes).
11+
Contributors are encouraged to update them together with their changes. This helps with release automation and a more consistent release schedule.
12+
13+
### Core Server
14+
15+
#### Bug Fixes
16+
17+
* Stream delivery rate could drop if concurrent stream consumers consumed in a way
18+
that made them reach the end of the stream often.
19+
20+
GitHub issue: [#4371](https://github.com/rabbitmq/rabbitmq-server/pull/4371)
21+
22+
23+
### Management Plugin
24+
25+
#### Bug Fixes
26+
27+
* `rabbitmqadmin` now correctly loads TLS-related keys from its configuration file.
28+
29+
Contributed by @fwolfsjaeger.
30+
31+
GitHub issue: [#4408](https://github.com/rabbitmq/rabbitmq-server/pull/4408)
32+
33+
34+
## Dependency Upgrades
35+
36+
* Ra was [upgraded to `2.0.6`](https://github.com/rabbitmq/ra/compare/v2.0.4...v2.0.6)
37+
38+
39+
## Source Code Archives
40+
41+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.9.15.tar.xz`
42+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)