Skip to content

Commit 35c3dbf

Browse files
Merge branch 'stable' into live
2 parents b76303c + 332e385 commit 35c3dbf

File tree

5 files changed

+152
-5
lines changed

5 files changed

+152
-5
lines changed

site/changelog.md

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

41+
<tr>
42+
<td class="centre">3.11.5</td>
43+
<td class="centre">14 December 2022</td>
44+
<td>
45+
<ul>
46+
<li>Bug fixes</li>
47+
<li>Usability improvements</li>
48+
</ul>
49+
</td>
50+
<td class="centre">
51+
<a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.5">Release notes</a>
52+
</td>
53+
</tr>
54+
55+
<tr>
56+
<td class="centre">3.10.13</td>
57+
<td class="centre">14 December 2022</td>
58+
<td>
59+
<ul>
60+
<li>Bug fixes</li>
61+
</ul>
62+
</td>
63+
<td class="centre">
64+
<a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.13">Release notes</a>
65+
</td>
66+
</tr>
67+
68+
<tr>
69+
<td class="centre">3.9.27</td>
70+
<td class="centre">14 December 2022</td>
71+
<td>
72+
<ul>
73+
<li>Bug fixes</li>
74+
</ul>
75+
</td>
76+
<td class="centre">
77+
<a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.27">Release notes</a>
78+
</td>
79+
</tr>
80+
4181
<tr>
4282
<td class="centre">3.11.4</td>
4383
<td class="centre">29 November 2022</td>

site/news.xml

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

38+
<doc:item>
39+
<doc:date iso="2022-12-14T14:00:00+00:00">14 December 2022</doc:date>
40+
<doc:title>RabbitMQ 3.11.5 release</doc:title>
41+
<doc:link>https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.5</doc:link>
42+
<doc:text>
43+
<p>
44+
The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.5,
45+
a maintenance release in the <a href="https://blog.rabbitmq.com/tags/v3.11.x/">RabbitMQ 3.11.x</a> series.
46+
</p>
47+
<p>
48+
This is a maintenance release that contains bug fixes and usability improvements.
49+
Release notes can be found <a href="./changelog.html">in the change log</a>.
50+
</p>
51+
<p>
52+
This release <a href="which-erlang.html">requires Erlang/OTP 25.0</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+
72+
<doc:item>
73+
<doc:date iso="2022-12-14T14:00:00+00:00">14 December 2022</doc:date>
74+
<doc:title>RabbitMQ 3.10.13 release</doc:title>
75+
<doc:link>https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.13</doc:link>
76+
<doc:text>
77+
<p>
78+
The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.13,
79+
a maintenance release in the <a href="https://blog.rabbitmq.com/tags/v3.10.x/">RabbitMQ 3.10.x</a> series.
80+
</p>
81+
<p>
82+
This is a maintenance release that contains bug fixes and usability improvements.
83+
Release notes can be found <a href="./changelog.html">in the change log</a>.
84+
</p>
85+
<p>
86+
This release <a href="which-erlang.html">requires Erlang/OTP 24.2</a> and
87+
supports Erlang versions through <a href="https://www.erlang.org/blog/my-otp-25-highlights/">the latest Erlang 25.1</a>.
88+
</p>
89+
<p>
90+
Binary builds and packages of the new release can be found on <a href="https://github.com/rabbitmq/rabbitmq-server/releases/">GitHub</a>,
91+
<a href="https://cloudsmith.io/~rabbitmq/repos/rabbitmq-server/packages/">Cloudsmith</a>, or <a href="https://packagecloud.io/rabbitmq">Package Cloud</a>.
92+
See <a href="https://rabbitmq.com/download.html">RabbitMQ installation guides</a> to learn more.
93+
</p>
94+
<p>
95+
We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release.
96+
</p>
97+
<p>
98+
As always, we welcome any questions, bug reports, and other feedback
99+
on this release, as well as general suggestions for features and
100+
enhancements in future releases. Contact us via the
101+
<a href="https://groups.google.com/forum/#!forum/rabbitmq-users">rabbitmq-users</a>
102+
Google group or <a href="https://rabbitmq-slack.herokuapp.com/">RabbitMQ community Slack</a>.
103+
</p>
104+
</doc:text>
105+
</doc:item>
106+
107+
<doc:item>
108+
<doc:date iso="2022-12-14T14:00:00+00:00">14 December 2022</doc:date>
109+
<doc:title>RabbitMQ 3.9.27 release</doc:title>
110+
<doc:link>https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.27</doc:link>
111+
<doc:text>
112+
<p>
113+
The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.27.
114+
</p>
115+
<p>
116+
This is a maintenance release.
117+
Release notes can be found <a href="./changelog.html">in the change log</a>.
118+
</p>
119+
<p>
120+
This release <a href="which-erlang.html">requires Erlang/OTP 24.2</a> and
121+
<a href="https://blog.rabbitmq.com/posts/2021/03/erlang-24-support-roadmap/">supports Erlang 24</a>,
122+
including Erlang 24.3.
123+
</p>
124+
<p>
125+
Binary builds and packages of the new release can be found on <a href="https://github.com/rabbitmq/rabbitmq-server/releases/">GitHub</a>,
126+
<a href="https://cloudsmith.io/~rabbitmq/repos/rabbitmq-server/packages/">Cloudsmith</a>, or <a href="https://packagecloud.io/rabbitmq">Package Cloud</a>.
127+
See <a href="https://rabbitmq.com/download.html">RabbitMQ installation guides</a> to learn more.
128+
</p>
129+
<p>
130+
We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release.
131+
</p>
132+
<p>
133+
As always, we welcome any questions, bug reports, and other feedback
134+
on this release, as well as general suggestions for features and
135+
enhancements in future releases. Contact us via the
136+
<a href="https://groups.google.com/forum/#!forum/rabbitmq-users">rabbitmq-users</a>
137+
Google group or <a href="https://rabbitmq-slack.herokuapp.com/">RabbitMQ community Slack</a>.
138+
</p>
139+
</doc:text>
140+
</doc:item>
141+
38142
<doc:item>
39143
<doc:date iso="2022-11-29T14:00:00+00:00">29 November 2022</doc:date>
40144
<doc:title>RabbitMQ 3.11.4 release</doc:title>

site/rabbit.ent

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ limitations under the License.
1818

1919
<!ENTITY version-java-client "5.16.0">
2020
<!ENTITY version-dotnet-client "6.3.0">
21-
<!ENTITY version-server "3.11.4">
21+
<!ENTITY version-server "3.11.5">
2222
<!ENTITY version-server-series "v3.11.x">
23-
<!ENTITY version-erlang-client "3.11.4">
24-
<!ENTITY version-server-tag "v3.11.4">
23+
<!ENTITY version-erlang-client "3.11.5">
24+
<!ENTITY version-server-tag "v3.11.5">
2525

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

site/versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For guidance on upgrades, see the [Upgrade](./upgrade.html) and
4949

5050
<tr>
5151
<td>3.10</td>
52-
<td><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.12" target="_blank" rel="noopener noreferrer">3.10.12</a></td>
52+
<td><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.13" target="_blank" rel="noopener noreferrer">3.10.13</a></td>
5353
<td><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.0" target="_blank" rel="noopener noreferrer">3 May 2022</a></td>
5454
<td></td>
5555
<td></td>
@@ -58,7 +58,7 @@ For guidance on upgrades, see the [Upgrade](./upgrade.html) and
5858

5959
<tr>
6060
<td>3.9</td>
61-
<td><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.26" target="_blank" rel="noopener noreferrer">3.9.26</a></td>
61+
<td><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.27" target="_blank" rel="noopener noreferrer">3.9.27</a></td>
6262
<td><a href="https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.0" target="_blank" rel="noopener noreferrer">26 July 2021</a></td>
6363
<td>31 January, 2023</td>
6464
<td>31 July, 2023</td>

site/which-erlang.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ For RabbitMQ releases that have reached end of life, see [Unsupported Series Com
4646
<tr>
4747
<td>
4848
<ul>
49+
<li>3.11.5</li>
4950
<li>3.11.4</li>
5051
<li>3.11.3</li>
5152
<li>3.11.2</li>
@@ -80,6 +81,7 @@ For RabbitMQ releases that have reached end of life, see [Unsupported Series Com
8081
<tr>
8182
<td>
8283
<ul>
84+
<li>3.10.13</li>
8385
<li>3.10.12</li>
8486
<li>3.10.11</li>
8587
<li>3.10.10</li>
@@ -179,6 +181,7 @@ For RabbitMQ releases that have reached end of life, see [Unsupported Series Com
179181
<tr>
180182
<td>
181183
<ul>
184+
<li>3.9.27</li>
182185
<li>3.9.26</li>
183186
<li>3.9.25</li>
184187
<li>3.9.24</li>

0 commit comments

Comments
 (0)