Skip to content

Commit ed4f6e8

Browse files
3.8.25 is out
1 parent b7edaf2 commit ed4f6e8

File tree

5 files changed

+49
-3
lines changed

5 files changed

+49
-3
lines changed

site/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ published separately.
3838
<th class="centre">Release Notes</th>
3939
</tr>
4040

41+
<tr>
42+
<td class="centre">3.8.25</td>
43+
<td class="centre">12 November 2021</td>
44+
<td>
45+
<ul>
46+
<li>Minor improvements</li>
47+
</ul>
48+
</td>
49+
<td class="centre"><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.25">Release notes</a></td>
50+
</tr>
51+
4152
<tr>
4253
<td class="centre">3.9.9</td>
4354
<td class="centre">11 November 2021</td>

site/news.xml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,40 @@ limitations under the License.
3535
will give you a suitable RFC 3339 value.
3636
-->
3737

38+
<doc:item>
39+
<doc:date iso="2021-12-11T14:00:00+00:00">12 November 2021</doc:date>
40+
<doc:title>RabbitMQ 3.8.25 release</doc:title>
41+
<doc:link>https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.25</doc:link>
42+
<doc:text>
43+
<p>
44+
The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.25.
45+
</p>
46+
<p>
47+
This is a maintenance release that exposes a handful of new metrics through the Prometheus API.
48+
Release notes can be found <a href="/changelog.html">in the change log</a>.
49+
</p>
50+
<p>
51+
This release <a href="which-erlang.html">requires Erlang/OTP 23.2</a> and
52+
<a href="https://blog.rabbitmq.com/posts/2021/03/erlang-24-support-roadmap/">supports Erlang 24</a>.
53+
</p>
54+
<p>
55+
Binary builds and packages of the new release can be found on <a href="https://github.com/rabbitmq/rabbitmq-server/releases/">GitHub</a>,
56+
<a href="https://cloudsmith.io/~rabbitmq/repos/rabbitmq-server/packages/">Cloudsmith</a>, or <a href="https://packagecloud.io/rabbitmq">Package Cloud</a>.
57+
See <a href="https://rabbitmq.com/download.html">RabbitMQ installation guides</a> to learn more.
58+
</p>
59+
<p>
60+
We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release.
61+
</p>
62+
<p>
63+
As always, we welcome any questions, bug reports, and other feedback
64+
on this release, as well as general suggestions for features and
65+
enhancements in future releases. Contact us via the
66+
<a href="https://groups.google.com/forum/#!forum/rabbitmq-users">rabbitmq-users</a>
67+
Google group or <a href="https://rabbitmq-slack.herokuapp.com/">RabbitMQ community Slack</a>.
68+
</p>
69+
</doc:text>
70+
</doc:item>
71+
3872
<doc:item>
3973
<doc:date iso="2021-11-11T14:00:00+00:00">11 November 2021</doc:date>
4074
<doc:title>RabbitMQ 3.9.9 release</doc:title>

site/rabbit.ent

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ limitations under the License.
2020
<!ENTITY version-dotnet-client "6.2.2">
2121
<!ENTITY version-server "3.9.9">
2222
<!ENTITY version-server-series "v3.9.x">
23-
<!ENTITY version-erlang-client "3.9.8">
24-
<!ENTITY version-server-tag "v3.9.8">
23+
<!ENTITY version-erlang-client "3.9.9">
24+
<!ENTITY version-server-tag "v3.9.9">
2525

2626
<!ENTITY serverDebMinorVersion "1">
2727
<!ENTITY serverRPMMinorVersion "1">

site/versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Deployment Upgrade](/blue-green-upgrade.html) guides.
4949

5050
<tr>
5151
<td>3.8</td>
52-
<td><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.24" target="_blank">3.8.24</a></td>
52+
<td><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.25" target="_blank">3.8.25</a></td>
5353
<td><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.0" target="_blank">1 October 2019</a></td>
5454
<td>31 January 2022</td>
5555
<td></td>

site/which-erlang.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ For RabbitMQ releases that have reached end of life, see [Unsupported Series Com
8181
<tr>
8282
<td>
8383
<ul>
84+
<li>3.8.25</li>
8485
<li>3.8.24</li>
8586
<li>3.8.23</li>
8687
<li>3.8.22</li>

0 commit comments

Comments
 (0)