Skip to content

Commit 9f0e2c7

Browse files
Merge pull request #3276 from rabbitmq/mergify/bp/v3.9.x/pr-3275
3.9.2 release notes (backport #3275)
2 parents 1b4c614 + 9ed558a commit 9f0e2c7

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

release-notes/3.9.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,14 @@ This release requires at least Erlang 23.2, and supports the latest Erlang 24 ve
5656
* Corrected a typo in direct connection net tick time adjustment.
5757

5858
GitHub issue: [#3233](https://github.com/rabbitmq/rabbitmq-server/pull/3233) contributed by @britto
59+
60+
61+
## Dependency Upgrades
62+
63+
No dependency changes in this release.
64+
65+
66+
## Source Code Archives
67+
68+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.9.1.tar.xz`
69+
instead of the source tarball produced by GitHub.

release-notes/3.9.2.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# RabbitMQ 3.9.2
2+
3+
RabbitMQ `3.9.2` is a maintenance release in the `3.9.x` release series.
4+
[This is what changed since v3.9.0](https://github.com/rabbitmq/rabbitmq-server/compare/v3.9.1...v3.9.2).
5+
6+
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)
7+
if you are upgrading from a version prior to 3.9.0.
8+
9+
This release requires at least Erlang 23.2, and supports the latest Erlang 24 version, 24.0.5 at the time of release.
10+
[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/which-erlang.html) has more details on Erlang version requirements for RabbitMQ.
11+
12+
13+
14+
## Changes Worth Mentioning
15+
16+
### CLI Tools
17+
18+
#### Bug Fixes
19+
20+
* `rabbitmq-upgrade drain` and `rabbitmq-upgrade revive` now log and `warning` and `info`
21+
level instead of `alert` (that can show up as `error`).
22+
23+
GitHub issue: [#3266](https://github.com/rabbitmq/rabbitmq-server/pull/3266)
24+
25+
26+
### Shovel Plugin
27+
28+
#### Bug Fixes
29+
30+
* Multiple Shovels could be started in some cases involving node restarts of failures.
31+
32+
GitHub issue: [#3263](https://github.com/rabbitmq/rabbitmq-server/pull/3263)
33+
34+
35+
### Federation Plugin
36+
37+
#### Bug Fixes
38+
39+
* Multiple Federation links could be started in some cases involving node restarts of failures.
40+
41+
GitHub issue: [#3263](https://github.com/rabbitmq/rabbitmq-server/pull/3263)
42+
43+
44+
### Prometheus Plugin
45+
46+
#### Enhancements
47+
48+
* Grafana dashboard improvements.
49+
50+
Commits: [c12698](https://github.com/rabbitmq/rabbitmq-server/commit/c126989eb7fadb40f3066b2dc606d59827fa5b56), [5e43b0](https://github.com/rabbitmq/rabbitmq-server/commit/5e43b06da27cb038470bdb66e6a48c0f8f85a1bd)
51+
52+
53+
54+
## Dependency Upgrades
55+
56+
* Osiris has been [updated to 1.1.0](https://github.com/rabbitmq/osiris/compare/v1.0.0..v1.1.0)
57+
58+
59+
## Source Code Archives
60+
61+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.9.1.tar.xz`
62+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)