Skip to content

Commit 0d632be

Browse files
3.9.5 release notes
1 parent 3b4b4dc commit 0d632be

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

release-notes/3.9.5.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
RabbitMQ `3.9.5` 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 the latest Erlang 24 version, 24.0.5 at the time of release. [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 more
12+
consistent release schedule.
13+
14+
### Core Server
15+
16+
#### Bug Fixes
17+
18+
* Reduced unnecessary debug logging from streams.
19+
20+
GitHub issue: [#3279](https://github.com/rabbitmq/rabbitmq-server/pull/3279)
21+
22+
23+
### AWS Peer Discovery Plugin
24+
25+
#### Enhancements
26+
27+
* AWS API calls are now retried multiple times.
28+
29+
Contributed by AWS.
30+
31+
GitHub issue: [#3329](https://github.com/rabbitmq/rabbitmq-server/pull/3329)
32+
33+
34+
### Management Plugin
35+
36+
#### Enhancements
37+
38+
* `PUT /api/vhosts/{name}` now can update metadata (tags and descriptions) for existing
39+
virtual hosts.
40+
41+
GitHub issue: [#3319](https://github.com/rabbitmq/rabbitmq-server/pull/3319)
42+
43+
44+
45+
## Dependency Upgrades
46+
47+
No dependency changes in this release.
48+
49+
50+
## Source Code Archives
51+
52+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.9.5.tar.xz` instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)