Skip to content

Initial 3.9.15 release notes (backport #4413) #4414

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions release-notes/3.9.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
RabbitMQ `3.9.15` is a maintenance release in the `3.9.x` release series.

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.

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.


## Changes Worth Mentioning

Release notes are kept under [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.9.x/release-notes).
Contributors are encouraged to update them together with their changes. This helps with release automation and a more consistent release schedule.

### Core Server

#### Bug Fixes

* Stream delivery rate could drop if concurrent stream consumers consumed in a way
that made them reach the end of the stream often.

GitHub issue: [#4371](https://github.com/rabbitmq/rabbitmq-server/pull/4371)


### Management Plugin

#### Bug Fixes

* `rabbitmqadmin` now correctly loads TLS-related keys from its configuration file.

Contributed by @fwolfsjaeger.

GitHub issue: [#4408](https://github.com/rabbitmq/rabbitmq-server/pull/4408)


## Dependency Upgrades

* Ra was [upgraded to `2.0.6`](https://github.com/rabbitmq/ra/compare/v2.0.4...v2.0.6)


## Source Code Archives

To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.9.15.tar.xz`
instead of the source tarball produced by GitHub.