From f897201a89844997946a365c12d189cad0b1b487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Mon, 19 Feb 2024 19:04:03 +0100 Subject: [PATCH 01/13] Wrangler: Prepare the deploy to v3-12.rabbitmq.com [Why] The current website will be replaced by a Docusaurus-base new website that supports docs versioning. The new website will cover RabbitMQ versions starting with 3.13.0. We want to keep a copy of the docs of RabbitMQ 3.12.x. Therefore, we want to publish what was the `live` branch to v3-12.rabbitmq.com. [How] The method remains the same: we use Cloudflare's Wrangler to deploy the generated static website to a Cloudflare worker. --- .github/workflows/{publish-live.yml => publish-website.yml} | 6 +++--- ci/worker/wrangler.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{publish-live.yml => publish-website.yml} (88%) diff --git a/.github/workflows/publish-live.yml b/.github/workflows/publish-website.yml similarity index 88% rename from .github/workflows/publish-live.yml rename to .github/workflows/publish-website.yml index 2dc6c75cbf..2f5e4fca79 100644 --- a/.github/workflows/publish-live.yml +++ b/.github/workflows/publish-website.yml @@ -1,9 +1,9 @@ -name: Publish Live Website +name: Publish website - 3.12 on: push: branches: - - live + - v3.12.x workflow_dispatch: jobs: @@ -13,7 +13,7 @@ jobs: image: pivotalrabbitmq/website-packaging steps: - uses: actions/checkout@v4 - - name: Generate next website + - name: Generate website id: generate run: | mkdir generated diff --git a/ci/worker/wrangler.toml b/ci/worker/wrangler.toml index fc68d4e655..acd8493dbe 100644 --- a/ci/worker/wrangler.toml +++ b/ci/worker/wrangler.toml @@ -1,8 +1,8 @@ -name = "live" +name = "rabbitmq-website-v3-12" main = "src/index.ts" compatibility_date = "2023-10-30" workers_dev = true -routes = ["https://rabbitmq.com/*", "https://www.rabbitmq.com/*", "https://live.rabbitmq.com/*"] +routes = ["https://v3-12.rabbitmq.com/*"] [site] bucket = "./public" From ed6b94b3af778984b90d2d1d07a4896d048bf142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Tue, 20 Feb 2024 11:44:06 +0100 Subject: [PATCH 02/13] news.xml: Keep 3.12.x-related news entries only --- site/news.xml | 9158 +------------------------------------------------ 1 file changed, 18 insertions(+), 9140 deletions(-) diff --git a/site/news.xml b/site/news.xml index 1866357a29..7c63ed659b 100644 --- a/site/news.xml +++ b/site/news.xml @@ -125,60 +125,6 @@ limitations under the License. - - 22 December 2023 - RabbitMQ 3.11.28 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.28 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.28, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions - and the RabbitMQ Discord server. -

-
-
- - - 15 December 2023 - RabbitMQ 3.11.27 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.27 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.27, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions - and the RabbitMQ Discord server. -

-
-
- 21 November 2023 RabbitMQ 3.12.10 release @@ -209,33 +155,6 @@ limitations under the License. - - 20 November 2023 - RabbitMQ 3.11.26 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.26 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.26, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions - and the RabbitMQ Discord server. -

-
-
- 17 November 2023 RabbitMQ 3.12.9 release @@ -296,33 +215,6 @@ limitations under the License. - - 1 November 2023 - RabbitMQ 3.11.25 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.25 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.25, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions - and the RabbitMQ Discord server. -

-
-
- 18 October 2023 RabbitMQ 3.12.7 release @@ -358,38 +250,6 @@ limitations under the License. - - 18 October 2023 - RabbitMQ 3.11.24 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.24 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.24, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that addresses CVE-2023-46118 - as well as a round bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions - and the RabbitMQ Discord server. -

-
-
- 22 September 2023 RabbitMQ 3.12.6 release @@ -458,37 +318,6 @@ limitations under the License. - - 12 September 2023 - RabbitMQ 3.11.23 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.23 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.23, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions - and the RabbitMQ Discord server. -

-
-
- 24 August 2023 RabbitMQ 3.12.4 release @@ -523,37 +352,6 @@ limitations under the License. - - 24 August 2023 - RabbitMQ 3.11.22 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.22 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.22, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions - and the RabbitMQ Discord server. -

-
-
- 18 August 2023 RabbitMQ 3.12.3 release @@ -588,37 +386,6 @@ limitations under the License. - - 18 August 2023 - RabbitMQ 3.11.21 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.21 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.21, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions - and the RabbitMQ Discord server. -

-
-
- 18 July 2023 RabbitMQ 3.12.2 release @@ -654,13 +421,13 @@ limitations under the License. - 18 July 2023 - RabbitMQ 3.11.20 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.20 + 26 June 2023 + RabbitMQ 3.12.1 release + https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.1

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.20, - a maintenance release in the RabbitMQ 3.11.x series. + The RabbitMQ team is pleased to announce the release of RabbitMQ 3.12.1, + a maintenance release in the RabbitMQ 3.12.x series.

This is a maintenance release that contains bug fixes. @@ -668,7 +435,7 @@ limitations under the License.

This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. + and supports Erlang versions through the latest Erlang 26.

Binary builds and packages of the new release can be found on GitHub, @@ -676,35 +443,7 @@ limitations under the License. See RabbitMQ installation guides to learn more.

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions, - RabbitMQ Discord server or RabbitMQ community Slack. -

-
-
- - - 18 July 2022 - RabbitMQ 3.10.25 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.25 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.25, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. + We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release.

As always, we welcome any questions, bug reports, and other feedback @@ -716,26 +455,21 @@ limitations under the License. - 26 June 2023 - RabbitMQ 3.12.1 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.1 + 2 June 2023 + RabbitMQ 3.12.0 release + https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.0

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.12.1, - a maintenance release in the RabbitMQ 3.12.x series. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. + The RabbitMQ team is pleased to announce the release of RabbitMQ 3.12.0.

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 26. + This release includes a significantly more efficient implementation of MQTTv3, + performance and efficiency improvements, and a number + of other features. Release notes can be found in the change log.

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. + Binary and source distributions of the new release can be found in the + installation guide.

We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. @@ -743,8867 +477,11 @@ limitations under the License.

As always, we welcome any questions, bug reports, and other feedback on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions, - RabbitMQ Discord server or RabbitMQ community Slack. + enhancements in future releases. Contact us via our community Discord server + or GitHub Discussions.

- - - 26 June 2023 - RabbitMQ 3.11.19 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.19 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.19, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via GitHub Discussions, - RabbitMQ Discord server or RabbitMQ community Slack. -

-
-
- - - 7 June 2023 - RabbitMQ 3.11.18 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.18 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.18, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 7 June 2022 - RabbitMQ 3.10.24 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.24 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.24, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 2 June 2023 - RabbitMQ 3.12.0 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.12.0 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.12.0. -

-

- This release includes a significantly more efficient implementation of MQTTv3, - performance and efficiency improvements, and a number - of other features. Release notes can be found in the change log. -

-

- Binary and source distributions of the new release can be found in the - installation guide. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via our community Discord server - or GitHub Discussions. -

-
-
- - - 29 May 2023 - RabbitMQ 3.11.17 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.17 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.17, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x - and supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 25 May 2022 - RabbitMQ 3.10.23 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.23 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.23, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 27 May 2023 - PackageCloud Repositories are Unavailable - https://github.com/rabbitmq/rabbitmq-server/discussions/8386 - -

- Team RabbitMQ's account on PackageCloud is currently unavailable. - Please switch to our Cloudsmith mirror for Debian and RPM - package repositories. -

-
-
- - - 13 May 2023 - RabbitMQ 3.11.16 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.16 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.16, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 30 April 2023 - RabbitMQ 3.11.15 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.15 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.15, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains RPM package spec updates. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 30 April 2022 - RabbitMQ 3.10.22 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.22 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.22, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains RPM packages spec updates. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Debian and dnf (yum) repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 29 April 2023 - RabbitMQ 3.11.14 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.14 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.14, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x. -

-

- Binary builds and packages of the new release can be found on GitHub. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 29 April 2022 - RabbitMQ 3.10.21 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.21 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.21, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 31 March 2023 - RabbitMQ 3.11.13 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.13 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.13, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 30 March 2023 - RabbitMQ 3.11.12 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.12 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.12, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 22 March 2022 - RabbitMQ 3.10.20 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.20 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.20, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 20 March 2023 - RabbitMQ 3.11.11 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.11 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.11, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 09 March 2023 - RabbitMQ 3.9.29 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.29 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.29. -

-

- This is a maintenance release. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang 24, - including Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 2 March 2023 - RabbitMQ 3.11.10 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.10 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.10, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 2 March 2022 - RabbitMQ 3.10.19 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.19 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.19, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.2. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 13 February 2023 - RabbitMQ 3.11.9 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.9 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.9, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 13 February 2022 - RabbitMQ 3.10.18 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.18 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.18, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.2. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 31 January 2022 - RabbitMQ 3.10.17 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.17 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.17, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.2. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 30 January 2023 - RabbitMQ 3.11.8 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.8 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.8, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 30 January 2022 - RabbitMQ 3.10.16 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.16 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.16, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.2. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 30 January 2022 - RabbitMQ 3.10.15 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.16 - -

- Due to a release pipeline failure that was not practically possible to retry, - this release never shipped. See 3.10.16. -

-
-
- - - 17 January 2023 - RabbitMQ 3.11.7 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.7 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.7, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.x. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 17 January 2022 - RabbitMQ 3.10.14 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.14 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.14, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.3 and - supports Erlang versions through the latest Erlang 25.2. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 5 January 2023 - RabbitMQ 3.11.6 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.6 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.6, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.0. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 14 December 2022 - RabbitMQ 3.11.5 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.5 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.5, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.0. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 14 December 2022 - RabbitMQ 3.10.13 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.13 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.13, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang versions through the latest Erlang 25.1. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 14 December 2022 - RabbitMQ 3.9.27 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.27 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.27. -

-

- This is a maintenance release. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang 24, - including Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 29 November 2022 - RabbitMQ 3.11.4 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.4 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.4, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.0. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 29 November 2022 - RabbitMQ 3.10.12 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.12 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.12, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang versions through the latest Erlang 25.1. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 29 November 2022 - RabbitMQ 3.9.26 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.26 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.26. -

-

- This is a maintenance release. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang 24, - including Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 17 November 2022 - Announcing RabbitMQ 3.9 release series end of life - https://rabbitmq.com/versions.html - -

- RabbitMQ 3.9 release series will reach its end of maintenance on January 31st, 2023. - After that date, no new RabbitMQ 3.9 patch releases will be produced. -

-

- If you use RabbitMQ 3.9, please upgrade to a more recent release series - before that date. -

-

- In case you have questions, feel free to contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 10 November 2022 - RabbitMQ 3.11.3 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.3 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.3, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.0. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 10 November 2022 - RabbitMQ 3.10.11 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.11 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.11, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang versions through the latest Erlang 25.1. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 10 November 2022 - RabbitMQ 3.9.25 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.25 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.25. -

-

- This is a maintenance release. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang 24, - including Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 19 October 2022 - RabbitMQ 3.11.2 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.2 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.2, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.0. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 19 October 2022 - RabbitMQ 3.10.10 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.10 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.10, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang versions through the latest Erlang 25.1. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 19 October 2022 - RabbitMQ 3.9.24 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.24 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.24. -

-

- This is a maintenance release. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang 24, - including Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 13 October 2022 - RabbitMQ 3.11.1 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.1 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.1, - a maintenance release in the RabbitMQ 3.11.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 25.0. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 13 October 2022 - RabbitMQ 3.10.9 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.9 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.9, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang versions through the latest Erlang 25.1. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 8 October 2022 - CVE-2022-37026: a critical vulnerability in Erlang's TLS implementation - https://nvd.nist.gov/vuln/detail/CVE-2022-37026 - -

- CVE-2022-37026, - a CVE with critical severity (CVSS 3.x Base Store: 9.8), affets the following Erlang versions: - -

    -
  • Erlang 25 before 25.0.2
  • -
  • Erlang 24 before 24.3.4.2
  • -
  • Erlang 23 before 23.3.4.15
  • -
-

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 28 September 2022 - RabbitMQ 3.11.0 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.0 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.11.0. -

-

- This release includes new features, - performance and efficiency improvements, and a handful of bug fixes. - Release highlights and notes can be found in the change log. -

-

- Binary and source distributions of the new release can be found in the - installation guide. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 25 September 2022 - RabbitMQ 3.10.8 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.8 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.8, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang versions through the latest Erlang 25.1. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 25 September 2022 - RabbitMQ 3.9.23 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.23 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.23. -

-

- This is a maintenance release. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang 24, - including Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 2 August 2022 - RabbitMQ 3.10.7 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.7 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.7, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.2 and - supports Erlang versions through the latest Erlang 25. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 2 August 2022 - RabbitMQ 3.9.22 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.22 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.22. -

-

- This is a maintenance release. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 24.0 and - supports Erlang 24, - including Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 11 July 2022 - RabbitMQ 3.10.6 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.6 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.6, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.3 and supports Erlang versions through Erlang 25. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 11 July 2022 - RabbitMQ 3.9.21 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.21 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.21. -

-

- This is a maintenance release. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.3 and - supports Erlang 24, - including Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 11 July 2022 - RabbitMQ 3.8.35 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.35 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.35. -

-

- This is a maintenance release and the final release in the 3.8.x series. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier 3.8.x versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 6 June 2022 - RabbitMQ 3.10.5 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.5 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.5, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and supports Erlang 24 and Erlang 25. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 6 June 2022 - RabbitMQ 3.9.20 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.20 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.20. -

-

- This is a maintenance release. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24, - including recently released Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 6 June 2022 - RabbitMQ 3.8.34 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.34 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.34. -

-

- This is a maintenance release. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier 3.8.x versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 1 June 2022 - RabbitMQ 3.10.4 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.4 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.4, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and supports Erlang 24 and Erlang 25. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 31 May 2022 - RabbitMQ 3.9.19 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.19 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.19. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24, - including recently released Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 31 May 2022 - RabbitMQ 3.8.33 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.33 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.33. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier 3.8.x versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - - 20 May 2022 - RabbitMQ 3.10.2 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.2 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.2, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and supports Erlang 24 and Erlang 25. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 20 May 2022 - RabbitMQ 3.9.18 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.18 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.18. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24, - including recently released Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 20 May 2022 - RabbitMQ 3.8.32 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.32 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.32. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier 3.8.x versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - - 11 May 2022 - RabbitMQ 3.10.1 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.1 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.1, - a maintenance release in the RabbitMQ 3.10.x series. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and supports Erlang 24 and Erlang 25. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 11 May 2022 - RabbitMQ 3.9.17 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.17 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.17. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24, - including recently released Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 11 May 2022 - RabbitMQ 3.8.31 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.31 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.31. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier 3.8.x versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 3 May 2022 - RabbitMQ 3.10.0 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.0 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.10.0. -

-

- This release includes new features, - performance and efficiency improvements, and a handful of bug fixes. - Release highlights and notes can be found in the change log. -

-

- Binary and source distributions of the new release can be found in the - installation guide. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 27 April 2022 - RabbitMQ 3.9.16 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.16 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.16. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24, - including recently released Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 27 April 2022 - RabbitMQ 3.8.30 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.30 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.30. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier 3.8.x versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 13 April 2022 - RabbitMQ 3.9.15 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.15 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.15. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24, - including recently released Erlang 24.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 13 April 2021 - RabbitMQ 3.8.29 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.29 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.29. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier 3.8.x versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 23 March 2022 - RabbitMQ 3.9.14 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.14 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.14. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 23 March 2021 - RabbitMQ 3.8.28 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.28 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.28. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 19 January 2022 - RabbitMQ 3.9.13 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.13 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.13. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 6 January 2022 - RabbitMQ 3.9.12 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.12 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.12. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 5 January 2021 - RabbitMQ 3.8.27 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.27 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.27. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 2 December 2021 - RabbitMQ 3.9.11 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.11 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.11. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 20 November 2021 - RabbitMQ 3.9.10 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.10 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.10. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 20 November 2021 - RabbitMQ 3.8.26 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.26 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.26. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 12 November 2021 - RabbitMQ 3.8.25 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.25 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.25. -

-

- This is a maintenance release that exposes a handful of new metrics through the Prometheus API. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 11 November 2021 - RabbitMQ 3.9.9 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.9 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.9. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 11 November 2021 - RabbitMQ 3.8.24 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.24 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.24. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 19 October 2021 - RabbitMQ 3.9.8 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.8 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.8. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 24 September 2021 - RabbitMQ 3.9.7 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.7 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.7. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 24 September 2021 - RabbitMQ 3.8.23 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.23 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.23. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 16 September 2021 - RabbitMQ 3.9.6 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.6 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.6. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 30 August 2021 - RabbitMQ 3.9.5 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.5 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.5. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 30 August 2021 - RabbitMQ 3.8.22 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.22 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.22. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 17 August 2021 - RabbitMQ 3.9.4 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.4 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.4. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 12 August 2021 - RabbitMQ 3.9.3 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.3 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.3. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 12 August 2021 - RabbitMQ 3.8.21 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.21 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.21. -

-

- This is a maintenance release that contains bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 9 August 2021 - RabbitMQ 3.9.2 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.2 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.2. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 9 August 2021 - RabbitMQ 3.8.20 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.20 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.20. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 30 July 2021 - RabbitMQ 3.9.1 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.1 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.1. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 26 July 2021 - RabbitMQ 3.9.0 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.9.0 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.9.0. -

-

- This release has new features as well as bug fixes. - Release highlights and notes can be found in the change log. -

-

- Binary and source distributions of the new release can be found in the - installation guide. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- A webinar recording that covers what's new in this release is also available. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 5 July 2021 - RabbitMQ 3.8.19 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.19 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.19. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 25 June 2021 - RabbitMQ 3.8.18 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.18 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.18. -

-

- This is a maintenance release that includes a security vulnerability patch for CVE-2021-32719. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 8 June 2021 - RabbitMQ 3.8.17 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.17 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.17. -

-

- This is a maintenance release that includes a security vulnerability patch for CVE-2021-32718. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and - supports Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 4 May 2021 - RabbitMQ 3.8.16 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.16 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.16. -

-

- This is a maintenance release that follows-up to 3.8.15 to - reintroduce AWS peer discovery plugin that was unintentionally excluded. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 23.2 and is the first - release to support Erlang 24. -

-

- Binary builds and packages of the new release can be found on GitHub, - as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 3 May 2021 - RabbitMQ 3.8.15 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.15 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.15. -

-

- This is a maintenance release that includes two security patches. - Release notes can be found in the change log. -

-

- This is the last release to support Erlang/OTP 22. -

-

- We encourage all users to consult release notes but skip this release and upgrade to 3.8.16 or later. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group, RabbitMQ community Discord or RabbitMQ community Slack. -

-
-
- - - 24 March 2021 - Erlang 24 Support and Erlang 22 Retirement Timeline - https://blog.rabbitmq.com/posts/2021/03/erlang-24-support-roadmap/ - -

- Starting on May 3rd, 2021, RabbitMQ will introduce support for Erlang 24 - and retire support for Erlang 22 ahead of schedule. -

-

- Erlang 24 offers meaningful improvements to RabbitMQ throughput and improved TLSv1.3 support. - To smoothen the transition to this new major Erlang version, we encourage all users to move to Erlang 23 today. - upgrade -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via RabbitMQ community Slack - or the rabbitmq-users - Google group. -

-
-
- - - 2 March 2021 - RabbitMQ 3.8.14 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.14 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.14. -

-

- This is a maintenance release that restores compatibility with Erlang 22.3 - for a specific feature. - Release notes can be found in the change log. -

-

- Binary builds and packages of the new release can be found on - GitHub, as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release - and run it on Erlang/OTP 23. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via RabbitMQ community Slack - or the rabbitmq-users - Google group. -

-
-
- - - 27 February 2021 - RabbitMQ 3.8.13 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.13 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.13. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- Binary builds and packages of the new release can be found on - GitHub, as well as Debian and RPM repositories. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release - and run it on Erlang/OTP 23. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via RabbitMQ community Slack - or the rabbitmq-users - Google group. -

-
-
- - - 16 February 2021 - RabbitMQ 3.8.12 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.12 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.12. -

-

- This is a maintenance release that contains bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 22.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via RabbitMQ community Slack - or the rabbitmq-users - Google group. -

-
-
- - - 22 January 2021 - RabbitMQ 3.8.11 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.11 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.11. -

-

- This is a maintenance release that follows-up to 3.8.10 with two bug fixes. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 22.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 19 January 2021 - RabbitMQ 3.8.10 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.10 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.10. -

-

- This is a maintenance release that focuses on bug fixes and usability improvements. - It also includes a few deprecations. Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 22.3. -

-

- We encourage all users to consult release notes but skip this release and upgrade to 3.8.11 or later. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 28 September 2020 - RabbitMQ 3.8.9 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.9 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.9. -

-

- This is a maintenance release that focuses on bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This release drops support for Erlang/OTP 21.3. - 22.3 is now the minimum supported version. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 3 September 2020 - RabbitMQ 3.8.8 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.8 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.8. -

-

- This is a maintenance release that focuses on bug fixes and usability improvements. - Release notes can be found in the change log. -

-

- This is the last release to support Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 17 August 2020 - RabbitMQ 3.8.7 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.7 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.7. -

-

- This is a maintenance release that includes a security vulnerability fix (CVE-2020-5419). - Release notes can be found in the change log. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 17 August 2020 - RabbitMQ 3.7.28 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.28 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.28. -

-

- This is a maintenance release that includes a security vulnerability fix (CVE-2020-5419). - Release notes can be found in the change log. - RabbitMQ 3.7 series are now only covered under the limited extended support policy. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to the latest release series, 3.8.x. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 4 August 2020 - RabbitMQ 3.8.6 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.6 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.6. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- Starting with this release, core RabbitMQ and plugins that ship with it - were re-licensed under the Mozilla Public License 2.0. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 24 July 2020 - RabbitMQ Cluster Operator for Kubernetes - https://github.com/rabbitmq/cluster-operator - -

- VMware has open sourced a RabbitMQ cluster operator for Kubernetes. -

-

- This project is under active development and this release should be considered a preview. - Community feedback is very welcome. -

- -

- See Operator Overview - to learn what the Operator does, what Kubernetes flavours and versions are supported, and so on. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 15 June 2020 - RabbitMQ 3.8.5 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.5 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.5. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This release features complete Erlang 23 support. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ installation guides to learn more. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 25 May 2020 - RabbitMQ 3.8.4 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.4 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.4. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This release introduces Erlang 23 support. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 4 May 2020 - RabbitMQ 3.7.26 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.26 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.26. -

-

- This is a maintenance release. Release notes can be found in the change log. - RabbitMQ 3.7 series are now only covered under the limited extended support policy. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to the latest release series, 3.8.x. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 9 April 2020 - RabbitMQ 3.7.25 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.25 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.25. -

-

- This is a maintenance release. Release notes can be found in the change log. - RabbitMQ 3.7 series are now only covered under the limited extended support policy. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to the latest release series. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 10 March 2020 - RabbitMQ 3.8.3 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.3 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.3. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 13 February 2020 - RabbitMQ 3.7.24 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.24 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.24. -

-

- This is a maintenance release. Release notes can be found in the change log. - RabbitMQ 3.7 series will go out of support on March 31, 2020. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 5 December 2019 - RabbitMQ 3.7.23 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.23 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.23. -

-

- This is a maintenance release. Release notes can be found in the change log. - RabbitMQ 3.7 series will go out of support on March 31, 2020. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 2 December 2019 - RabbitMQ 3.8.2 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.2 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.2. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 27 November 2019 - RabbitMQ 3.7.22 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.22 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.22. -

-

- This is a maintenance release. Release notes can be found in the change log. - RabbitMQ 3.7 series will go out of support on March 31, 2020. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 31 October 2019 - RabbitMQ 3.8.1 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.1 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.1. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 31 October 2019 - RabbitMQ 3.7.21 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.21 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.21. -

-

- This is a maintenance release that includes a security patch for CVE-2019-11287. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 25 October 2019 - RabbitMQ 3.7.20 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.20 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.20. -

-

- This is a maintenance release. Release notes can be found in the change log. - RabbitMQ 3.7 series will go out of support on March 31, 2020. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 2 October 2019 - RabbitMQ 3.7.19 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.19 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.19. -

-

- This is a maintenance release. Release notes can be found in the change log. - RabbitMQ 3.7 series will go out of support on March 31, 2020. -

-

- This release requires Erlang/OTP 21.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 1 October 2019 - RabbitMQ 3.8.0 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.0 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.8.0. -

-

- This release has new features as well as bug fixes. - Release highlights and notes can be found in the change log. -

-

- Binary and source distributions of the new release can be found in the - installation guide. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- A webinar recording that covers what's new in this release is also available. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 18 September 2019 - RabbitMQ 3.7.18 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.18 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.18. -

-

- This is a maintenance release that addresses a security vulnerability - which will be announced shortly. -

-

- Release notes can be found in the change log. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 30 July 2019 - Erlang 20.3.x Support Retirement Schedule - https://groups.google.com/forum/#!searchin/rabbitmq-users/ANN|sort:date/rabbitmq-users/9tc_OE1eMPk/ly1NEISwBwAJ - -

- Starting on October 1st, 2019 support for Erlang/OTP 20.3.x will be dropped. - RabbitMQ 3.7.18 and future releases will require Erlang 21.3 or later. -

-

- Latest Erlang releases can be provisioned from Bintray, PackageCloud, - and built from source with kerl. Debian - and RPM installation guides provide more details. -

-

- The list of supported releases for a given RabbitMQ version can be found in the Erlang/OTP compatibility guide. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 29 July 2019 - RabbitMQ 3.7.17 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.17 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.17. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 20.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 8 July 2019 - RabbitMQ 3.7.16 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.16 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.16. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 20.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 20 May 2019 - RabbitMQ 3.7.15 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.15 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.15. -

-

- This is a maintenance release that introduces Erlang 22 support. - Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 20.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 2 April 2019 - Erlang Packages Move to a Separate Org on Bintray - https://groups.google.com/d/msg/rabbitmq-users/Gu55prdJ7uM/tftnTT_ZAwAJ - -

- Erlang packages produced by Team RabbitMQ will soon only be available from a separate organisation on Bintray. -

-

- Originally the packages we published to the main Bintray org - (Debian, RPM) - Erlang packages in those repositories stopped receiving updates - in November 2018 and will be removed from the main org on April 29, 2019. -

-

- Users who rely on them must migrate to the rabbitmq-erlang Bintray organisation. - See Debian and RPM guides for - up-to-date installation instructions. -

-

- As always, we welcome any questions on the RabbitMQ mailing list. -

-
-
- - - 29 March 2019 - RabbitMQ 3.7.14 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.14 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.14. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 20.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 8 March 2019 - RabbitMQ 3.7.13 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.13 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.13. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 20.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 15 February 2019 - RabbitMQ 3.7.12 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.12 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.12. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This release requires Erlang/OTP 20.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 31 January 2019 - RabbitMQ 3.7.11 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.11 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.11. -

-

- This is a maintenance release. Release notes can be found in the change log. -

-

- This is the first RabbitMQ release to require Erlang/OTP 20.3. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 7 January 2019 - New Erlang/OTP Support Policy Goes into Effect - https://groups.google.com/d/msg/rabbitmq-users/G4UJ9zbIYHs/qCeyjkjyCQAJ - -

- Starting this month, RabbitMQ support policy for Erlang/OTP changes. -

-

- All RabbitMQ releases starting with January 2019 will support two most recent major Erlang release series, - starting with 20.3.x and 21.x. When Erlang 22.0 ships, after a transition period, - the supported versions will be 21.2.x and 22.x. -

-

- Latest Erlang releases can be provisioned from Bintray, PackageCloud, - and built from source with kerl. Debian - and RPM installation guides provide more details. -

-

- The list of supported releases for a given RabbitMQ version can be found in the Erlang/OTP compatibility guide. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 7 January 2019 - RabbitMQ 3.7.10 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.10 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.10. -

-

- This is a bug fix release. Release notes can be found in the change log. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- This is the last RabbitMQ release to support Erlang/OTP 19.3. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 16 November 2018 - RabbitMQ 3.7.9 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.9 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.9. -

-

- This is a bug fix release. Release notes can be found in the change log. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 16 October 2018 - PackageCloud Signing Key Migration - - -

- PackageCloud is one of the services used by the RabbitMQ team to distribute packages. - The service signs all packages uploaded to it with their own signing key. Recently PackageCloud - started migrating to per-repository signing keys instead of a single primary key. -

-

- On December 1st, 2018 (GMT) all repositories under the RabbitMQ account on PackageCloud will be switched to use the new - signing keys. - RabbitMQ users who install packages from PackageCloud must import the new signing keys - before the migration. The recommended way of doing that is by re-running PackageCloud - setup scripts (RabbitMQ, Erlang). - Signing keys can be downloaded and imported directly as well (RabbitMQ, Erlang). - If the new keys are not imported, package installation will start failing with a signature verification - error. -

-

- Services and tools that do not use PackageCloud (and thus rely on RabbitMQ's own release signing key for signing) - are not affected by this transition. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 20 September 2018 - RabbitMQ 3.7.8 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.8 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.8. -

-

- This is a bug fix release. Release notes can be found in the change log. -

-

- Binary builds and packages of the new release can be found on GitHub, - Package Cloud and Bintray. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 5 July 2018 - RabbitMQ 3.7.7 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.7 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.7. -

-

- This release introduces Erlang 21 compatibility - and bug fixes. You can view the changes in the change log. -

-

- Binary builds and packages of the new release can be found on Bintray, - Package Cloud and GitHub. - See RabbitMQ downloads page for installation guides. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 13 June 2018 - RabbitMQ 3.7.6 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.6 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.6. -

-

- This release primarily contains bug fixes. - You can view the changes in the change log. -

-

- Binary and source distributions of the new release can be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 9 May 2018 - RabbitMQ 3.7.5 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.5 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.5. -

-

- This release primarily contains bug fixes. - You can view the changes in the change log. -

-

- Binary and source distributions of the new release can be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 23 March 2018 - RabbitMQ 3.6.x Series Reaches End-of-Life on May 1st, 2018 - https://groups.google.com/d/msg/rabbitmq-users/kXkI-f3pgEw/UFowJIK4BQAJ - -

- As announced previously on the RabbitMQ mailing list, - RabbitMQ 3.6.x release series will reach end of life on May 1st, 2018. -

-

- What this means: - -

    -
  • 3.6.x releases after May 2018 are highly unlikely
  • -
  • Security patches may be provided depending on their severity through September 1st, 2018
  • -
  • Bugs that only affect 3.6.x releases won't be addressed
  • -
  • Most recent 3.6.x version packages will continue to be available from Bintray, Package Cloud and GitHub
  • -
-

-

- We encourage all 3.6.x users to upgrade to the latest release. -

-

- We welcome any questions you may have on our - official mailing list, rabbitmq-users. -

-
-
- - - 8 March 2018 - RabbitMQ 3.7.4 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.4 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.4. -

-

- This release primarily contains bug fixes. - You can view the changes in the change log. -

-

- Binary and source distributions of the new release can be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 30 January 2018 - RabbitMQ 3.7.3 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.3 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.3. -

-

- This release has a few enhancements and bug fixes. - You can view the changes in the change log. -

-

- Binary and source distributions of the new release can be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 26 January 2018 - Impact of Meltdown mitigation on RabbitMQ performance - https://groups.google.com/d/topic/rabbitmq-users/Q1PqJhbuC1A/discussion - -

- We tested a few workloads with and without KPTI, the solution - to mitigate the Meltdown - attack on Linux. You can find our results - on the mailist-list. -

-
-
- - - 26 January 2018 - Securing RabbitMQ against the ROBOT TLS attack - https://groups.google.com/forum/#!topic/rabbitmq-users/MudIwPhZRVo - -

- A recently disclosed TLS vulnerability called ROBOT affects - Erlang/OTP. Learn what RabbitMQ installations are affected - and how to mitigate. -

-
-
- - - 17 January 2018 - RabbitMQ 3.6.15 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_15 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.6.15. -

-

- This is a bugfix release. - You can view the changes in the change log. -

-

- Binary and source distributions of the new release can be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 15 January 2018 - RabbitMQ Community Survey - https://goo.gl/forms/DqbquKSV9c8aVrd12 - -

- Team RabbitMQ is conducting a RabbitMQ user survey. Please help us - understand how you use RabbitMQ and what are your top pain points are. It will only take a few minutes. -

-
-
- - - 12 January 2018 - Breaking changes in Erlang/OTP 20.2 on Windows - https://groups.google.com/forum/#!topic/rabbitmq-users/dzetiXNy0Ec - -

- RabbitMQ users who run on Windows should be aware that default Erlang cookie - location in Erlang/OTP 20.2 has changed. - RabbitMQ documentation guides were updated to explain the difference. - Users on other operating systems are not affected. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 23 December 2017 - RabbitMQ 3.7.2 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.2 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.2. -

-

- This is a bugfix release. - You can view the changes in the change log. -

-

- Binary and source distributions of the new release can be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 21 December 2017 - RabbitMQ 3.7.1 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.1 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.1. -

-

- This is a bugfix release. - You can view the changes in the change log. -

-

- Binary and source distributions of the new release can be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 29 November 2017 - RabbitMQ 3.7.0 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.0 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.7.0. -

-

- This release has new features, a few backwards-incompatible changes, as well as bug fixes. - You can view the changes in the change log. -

-

- Binary and source distributions of the new release can be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 11 November 2017 - Dropping support for older Erlang versions - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_14 - -

- RabbitMQ 3.7.0 as well as 3.6.x series starting with 3.6.15 will drop support for Erlang/OTP versions older than 19.3. -

- -

- List of installation options for modern Erlang releases can be found in - the RabbitMQ Erlang compatibility guide. -

- -

- As always, we welcome questions and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 7 November 2017 - RabbitMQ 3.6.14 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_14 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.6.14. -

- -

- This release contains a bug fix in packages for systemd-based distributions. -

- -

- All artifacts in this release are signed. - Please refer to the Debian/Ubuntu, RHEL/CentOS/SUSE, and other installation guides - for installation instructions. -

- -

- Binary and source distributions of the new release can - be found on - GitHub, - Bintray, Package Cloud, - as well as rabbitmq.com. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 6 November 2017 - RabbitMQ 3.6.13 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_13 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.6.13. -

- -

- This release contains bug fixes and usability improvements. -

- -

- All artifacts in this release are signed. - Please refer to the Debian/Ubuntu, RHEL/CentOS/SUSE, and other installation guides - for installation instructions. -

- -

- Binary and source distributions of the new release can - be found on - GitHub, - Bintray, Package Cloud, - as well as rabbitmq.com. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 11 September 2017 - RabbitMQ 3.6.12 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_12 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.6.12. -

- -

- This is a bug fix release. -

- -

- All artifacts in this release are signed. - Please refer to the Debian and RPM installation guides for Debian/Ubuntu and RHEL/CentOS installation instructions. -

- -

- Binary and source distributions of the new release can - be found on - GitHub, - Bintray, Package Cloud, - as well as rabbitmq.com. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 16 August 2017 - RabbitMQ 3.6.11 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_11 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.6.11. -

- -

- This release contains bug fixes and usability improvements. -

- -

- All artifacts in this release are signed. - Please refer to the Debian and RPM installation guides for Debian/Ubuntu and RHEL/CentOS installation instructions. -

- -

- Binary and source distributions of the new release can - be found on - GitHub, - Bintray, Package Cloud, - as well as rabbitmq.com. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 25 May 2017 - RabbitMQ 3.6.10 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_10 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.6.10. -

- -

- This release contains bug fixes and usability improvements. -

- -

- All artifacts in this release are signed. - Please refer to the Debian and RPM installation guides for Debian/Ubuntu and RHEL/CentOS installation instructions. -

- -

- Binary and source distributions of the new release can - be found on the - downloads page, - GitHub, - Package Cloud, and Bintray. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 29 March 2017 - RabbitMQ 3.6.9 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_9 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.6.9. -

- -

- This a maintenance release that includes several security vulnerabilities patched in the management plugin: - -

    -
  • CVE-2017-4965: XSS vulnerabilities in management UI
  • -
  • CVE-2017-4966: authentication details are stored in browser-local storage without expiration
  • -
  • CVE-2017-4967: XSS vulnerabilities in management UI
  • -
- - Details of the above CVEs are pending publishing. -

- -

- All artifacts in this release are signed with a new 4096-bit OpenGPG key. - Please refer to the Debian and RPM installation guides for more details. -

- -

- Binary and source distributions of the new release can - be found on the - RabbitMQ site, - GitHub, - Package Cloud, and Bintray. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 17 March 2017 - RabbitMQ 3.6.8 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_8 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ 3.6.8. -

- -

- This release restores Erlang/OTP R16B03 and 17.x - compatibility that was affected in the 3.6.7 release. It - also contains a few minor bug fixes. -

- -

- All artifacts in this release are signed with a new 4096-bit OpenGPG key. - Please refer to the Debian and RPM installation guides for more details. -

- -

- Binary and source distributions of the new release can - be found on the - downloads page, - GitHub, - Package Cloud, and Bintray. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 15 March 2017 - RabbitMQ 3.6.7 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_7 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.6.7. -

- -

- This release contains a new distributed management plugin - as well as bug fixes and usability improvements. -

- -

- All artifacts in this release are signed with a new 4096-bit OpenGPG key. - Please refer to the Debian and RPM installation guides for more details. -

- -

- Binary and source distributions of the new release can - be found on the - downloads page, - GitHub, - Package Cloud, and Bintray. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 21 November 2016 - RabbitMQ 3.6.6 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_6 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.6.6. -

- -

- This release contains a security vulnerability (CVE-2016-9877) fix in the MQTT plugin and bug fixes. -

- -

- All artifacts in this release are signed with a new 4096-bit OpenGPG key. - Please refer to the Debian and RPM installation guides for more details. -

- -

- Binary and source distributions of the new release can - be found on the - downloads page, - GitHub, - Package Cloud, and Bintray. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 21 November 2016 - RabbitMQ 3.5.8 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_8 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.5.8. -

- -

- This release contains a security vulnerability (CVE-2016-9877) fix in the MQTT plugin. -

- -

- All artifacts in this release are signed with a new 4096-bit OpenGPG key. - Please refer to the Debian and RPM installation guides for more details. -

- -

- Binary and source distributions of the new release can - be found on - GitHub, - Package Cloud, and Bintray. -

-

- We encourage all users of earlier 3.5.x versions of RabbitMQ to - upgrade to this release. Note: release 3.5.8 marks the final patch in the 3.5.x series. RabbitMQ 3.5.x is no longer maintained. - Upgrade, and refer to the current version of RabbitMQ instead. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 5 August 2016 - RabbitMQ 3.6.5 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_5 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.6.5. -

- -

- This release only contains bug fixes. -

- -

- All artifacts in this release are signed with a new 4096-bit OpenGPG key. - Please refer to the Debian and RPM installation guides for more details. -

- -

- Binary and source distributions of the new release can - be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release, in particular from 3.6.2. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 29 July 2016 - RabbitMQ 3.6.4 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_4 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.6.4. -

- -

- This release fixes a number of bugs and is compatible with Erlang 19.0. - It also contains minor usability improvements. -

- -

- All artifacts in this release are signed with a new 4096-bit OpenGPG key. - Please refer to the Debian and RPM installation guides for more details. -

- -

- Binary and source distributions of the new release can - be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release, in particular from 3.6.2. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 6 July 2016 - RabbitMQ 3.6.3 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_3 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.6.3. -

- -

- This release fixes a number of bugs in 3.6.2 and earlier - versions, introduces systemd support in the Debian package, - retires Debian package support for Ubuntu versions older than 14.04, - and includes 3 new plugins into the main distribution. It also contains minor usability improvements. -

- -

- All artifacts in this release are signed with a new 4096-bit OpenGPG key. - Please refer to the Debian and RPM installation guides for more details. -

- -

- Binary and source distributions of the new release can - be found on the - downloads page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release, in particular from 3.6.2. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 25 May 2016 - New OpenPGP keys - -

- We are replacing our old OpenPGP keys we use to sign releases - and nightlies with new stronger keys. The old keys were still - DSA-1024 keys. The new ones are RSA-4096 keys. They are already - available at the following locations: -

- - -

- You will find below the transition statement for each replaced - keys. They are each signed with the appropriate old key and - their corresponding new key. There are links so you can easily - download the transition statements and verify them. -

- -

- For Deb and RPM packages users, we recommend you import the new - keys as soon as possible, so the switch from the old to the new - key is smooth. See the documentation - for Deb packages and - for RPM packages - for instructions to import it. -

- -
-
Transition statement for the release key
-
-
-----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1,SHA512
-
-OpenPGP Key Transition Statement for RabbitMQ Release Signing Key
-
-We have created a new OpenPGP key and will be transitioning away from
-the old key. The old key has not been compromised and will continue
-to be valid for some time, but we will sign release artifacts and
-repositories with the new key going forward.
-
-We would like this new key to be re-integrated into the web of trust.
-This message is signed by both keys to certify the transition.  The new
-and old keys are signed by each other.
-
-The old key, which we are transitioning away from, is:
-
-pub   dsa1024/0xF7B8CEA6056E8E56 2007-07-06 [SC]
-      Key fingerprint = F783 72A0 6FF5 0C80 464F  C1B4 F7B8 CEA6 056E 8E56
-uid                              RabbitMQ Release Signing Key <info@rabbitmq.com>
-
-The new key, to which we are transitioning, is:
-
-pub   rsa4096/0x6B73A36E6026DFCA 2016-05-17 [SC]
-      Key fingerprint = 0A9A F211 5F46 87BD 2980  3A20 6B73 A36E 6026 DFCA
-uid                              RabbitMQ Release Signing Key <info@rabbitmq.com>
-
-The entire key may be downloaded from: https://www.rabbitmq.com/rabbitmq-release-signing-key.asc
-
-To fetch the full new key from a public key server using GnuPG, run:
-
-  gpg --recv-key 0x6B73A36E6026DFCA
-
-If you already know my old key, you can now verify that the new key is
-signed by the old one:
-
-  gpg --check-sigs 0x6B73A36E6026DFCA
-
-If you'd like any further verification or have any questions about the
-transition please contact us directly.
-
-To verify the integrity of this statement:
-
-  wget -q -O- https://www.rabbitmq.com/key-transition-0xF7B8CEA6056E8E56.txt | gpg --verify
-
-The RabbitMQ Team
------BEGIN PGP SIGNATURE-----
-
-iEYEARECAAYFAlc8IjwACgkQ97jOpgVujlYL3QCfdO0C4R3iSDn+cmmff3xpEmWj
-9JcAnRP15QAkjlOeIBRDRM+1rqLGbAMniQIcBAEBCgAGBQJXPCI8AAoJEGtzo25g
-Jt/KtgUQALCNCCSnCX5A3jvtQl1iN9QegfSB7wXBkyWzc7wBwknzGCV+29P/y8rr
-e8i4nBm+Kdkq55UDkFcX+kPBe+m+H/Xb53fWcoMatUb82C0YEmnJ8C1zXDcHvlVH
-eSVRouWY6qa5GPcTIiGnsM5lTTYuo6BQUU7U1DbrGcpK9pi557a4mX+5aE05/hqR
-w8LzMv+jhdY0/enaeQ9oqvfIP32WEVhHlzCNU5XDK0z2uOXtNoAK8AOtHufD+JaX
-1DS1mHSr+l1LRkH346rW9fa5EaS6qqT1QNkjMwYDsrSiT3Z4/rIaDArPJf4SEL9R
-1DGizxVN/I5VY+v+DH0fv07P4+W6mJQEPRmia2NYgHfU39QtiQYi0UW8Ep8yNpEQ
-Pq+cjj1pKY9hWAkAQkRrxqM3k6h2OJEW2u9WIxuB6SaZDB1b6VZK1vQcFyybNqTx
-zBHr6A+bROU6GvzO+klTrrsqnEYMZavzhzO9nupoRdfJ3+bHJASWwQDgEgNAlI6h
-Yni/tbq8gcEGr6ym6cIOPz7Gwqxfpwfw0UMBfEzaZMbZkeJ6ZOzf7OIPhADtJ1S+
-ilHqXw1v5uTFdBDb2P6rBkJHkQICGULoW1mbjheG/l2nBz7gRPlq6eeohW7XjJYk
-645b/NuitFjWIKnnNO3YH6da92pLddzEuZOh9rdCpam/G9Uxyadk
-=GeDx
------END PGP SIGNATURE-----
-
-
Transition statement for the nightlies key
-
-
-----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1,SHA512
-
-OpenPGP Key Transition Statement for RabbitMQ (Nightly builds)
-
-We have created a new OpenPGP key and will be transitioning away from
-the old key. The old key has not been compromised and will continue
-to be valid for some time, but we will sign release artifacts and
-repositories with the new key going forward.
-
-We would like this new key to be re-integrated into the web of trust.
-This message is signed by both keys to certify the transition.  The new
-and old keys are signed by each other.
-
-The old key, which we are transitioning away from, is:
-
-pub   dsa1024/0x0697F46E2DF405B6 2010-08-23 [SC]
-      Key fingerprint = 9EFB 5FE2 CBEB 7999 23EE  0F58 0697 F46E 2DF4 05B6
-uid                              RabbitMQ (Nightly builds) <info@rabbitmq.com>
-
-The new key, to which we are transitioning, is:
-
-pub   rsa4096/0xD441A9DDBA058EF7 2016-05-17 [SC]
-      Key fingerprint = C77F 043E C632 A405 91D2  158B D441 A9DD BA05 8EF7
-uid                              RabbitMQ Nightly Signing Key <info@rabbitmq.com>
-
-The entire key may be downloaded from: https://www.rabbitmq.com/rabbitmq-nightly-signing-key.asc
-
-To fetch the full new key from a public key server using GnuPG, run:
-
-  gpg --recv-key 0xD441A9DDBA058EF7
-
-If you already know my old key, you can now verify that the new key is
-signed by the old one:
-
-  gpg --check-sigs 0xD441A9DDBA058EF7
-
-If you'd like any further verification or have any questions about the
-transition please contact us directly.
-
-To verify the integrity of this statement:
-
-  wget -q -O- https://www.rabbitmq.com/key-transition-0x0697F46E2DF405B6.txt | gpg --verify
-
-The RabbitMQ Team
------BEGIN PGP SIGNATURE-----
-
-iEYEARECAAYFAlc8IiYACgkQBpf0bi30BbbgbQCgkY4xS5z+fSlGYhbYHnLEuEMs
-z9QAoKx5erqa0qiO6pXNm+Nt/LOusns2iQIcBAEBCgAGBQJXPCImAAoJENRBqd26
-BY73ouEQAJ3lQpKUZw/TbC2AMyKXEqZmikUiZE9cMXR53RAHAwOOxRlJYT4ykfKQ
-GQc/xefJ2nbSbRb2f871YYimw+CmOrMfTtz1RNEkcNvD9Shz3qtYPr/JtY+dA4bV
-7d8JcpVm4WObG0gijXZsLKSXTzK3NBNop2hmL/Sjk34aabu2o8X3S9XNqpH+qjqx
-dfMWifhcvviEPfdCUcGX5IPh25UgJEtu/wDnb1c7pLAnuKhZ7zo7hGWAICjXdLaz
-+Khe7YRq/fjabXq6oJXng8o2AZwQsrRfPPF5pWiKpPOth11YYI9tUjpQwIiAl8Yc
-VdmxGyF4FvHTF8ERnQugwGYA4BWjp4xBUg7aLoOtfAp92EUVP10qgvFVQo708DIU
-hPvQDL4IJtf7qqNhwcz73LP+/a+5Bg1DceICZ5Ki2WyRfF1Ig//XQLhif0/gG0gC
-rG3W2TuoGgSMbbnuk42J7JUxRfHMNWy+y8dBBeMVExybZSGZqfJAOXbhY8RIPUK3
-4RMTVlsqBwhvix5L4NbbPsY5sIbbEq2RRn7Nepa9JpGEpddjVEpwaPW8op9ImRht
-U9Vex5RdGT0uoPDlqBsCffBxxy9MxTFD+NreVrah5NeCWiROG4WwDwOPmR2hH7io
-j8ZGl+/bUPvV/SuMHp61DbfBXjbeBmnP3mycMwo6LMr+ZBqwbVJq
-=brAw
------END PGP SIGNATURE-----
-
-
-
-
- - - 19 May 2016 - RabbitMQ 3.6.2 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_2 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.6.2. -

- -

- This release fixes a number of bugs in 3.6.1 and earlier - versions, introduces a new statistics collector in the management plugin. - It also contains usability improvements. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. Note that all cluster nodes running the - management plugin need to be upgraded in lock step due to significant - internal plugin changes. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 1 March 2016 - RabbitMQ 3.6.1 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_1 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.6.1. -

- -

- This release fixes a number of bugs in 3.6.0 and earlier - versions, as well as one security issue (CVE-2015-8786) in the management plugin. - It also contains usability improvements. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 22 December 2015 - RabbitMQ 3.6.0 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_6_0 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.6.0. -

- -

- This release has new features, a few backwards-incompatible changes, as well as bug fixes. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 15 December 2015 - RabbitMQ 3.5.7 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_7 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.5.7. -

- -

- This release fixes a number of bugs in 3.5.6 and earlier - versions. It also contains usability improvements. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 7 October 2015 - RabbitMQ 3.5.6 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_6 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.5.6. -

- -

- This release fixes a number of bugs in 3.5.5 and earlier - versions. It also contains usability improvements. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 24 September 2015 - RabbitMQ 3.5.5 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_5 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.5.5. -

- -

- This release fixes a number of bugs in 3.5.4 and earlier - versions. In addition, it improves performance, especially - when a queue is purged or paged to disk. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 22 May 2015 - RabbitMQ 3.5.4 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_4 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.5.4. -

- -

- This is a bug fix release focused on RabbitMQ server, .NET and Java clients. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 22 May 2015 - RabbitMQ 3.5.3 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_3 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.5.3. -

- -

- This release fixes a number of bugs in 3.5.2 and earlier - versions. In particular, two regressions introduced in 3.5.2 - which could prevent the broker from starting are now fixed. -

- -

- As announced on the mailing list, - there is a breakage in the Java client library API to - fix a bug. - Of course, if you are not impacted by this bug, you can - safely continue to use a previous version of the library. We - are discussing the possibility to release client libraries - separately from the broker/plugins to have distinct - versioning and avoid this problem in the future. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 12 May 2015 - RabbitMQ 3.5.2 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_2 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.5.2. -

- -

- This release fixes a number of bugs in 3.5.1 and earlier - versions. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - We're Hiring - - - 16 April 2015 - RabbitMQ team is Hiring Engineers - https://groups.google.com/forum/#!msg/rabbitmq-users/UuvnsOV7yS4/14b8pHcs8I0J - -

- RabbitMQ team at Pivotal has 2 engineering positions open. Come help us make - RabbitMQ better! -

-
-
- - - 03 April 2015 - RabbitMQ 3.5.1 release - https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_1 - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.5.1. -

- -

- This release fixes a number of bugs in 3.5.0 and earlier - versions. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 11 March 2015 - RabbitMQ 3.5.0 release - release-notes/README-3.5.0.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.5.0. -

- -

- This release adds support for - priority queues - which were available as a plugin before. Performance is improved; - in particular messages smaller than configurable size are - embedded in the queue index - to reduce I/O and memory consumption. Stability of clustering and - autoheal partition handling is improved as well. A new - pause_if_all_down - partition handling mode is added. The management web UI now shows - many more I/O statistics. -

- -

- The .NET client receives many improvements leading to - backward-incompatible changes - to the API. - In the future, NuGet will become the primary distribution method - for the .NET client. -

- -

- This release also corrects a number of defects in the broker - and plugins, as well as introducing many smaller new - features and improvements. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 11 February 2015 - RabbitMQ 3.4.4 release - release-notes/README-3.4.4.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.4.4. -

- -

- This release fixes a number of bugs in 3.4.3 and earlier - versions. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 8 January 2015 - Security issues in RabbitMQ management plugin (3.4.2 or lower) [CVE-2015-0862] - https://nvd.nist.gov/vuln/detail/CVE-2015-0862 - -

- Several security issues were found in the RabbitMQ management - plugin. All versions of RabbitMQ up-to 3.4.2 included are - affected. All issues are fixed in RabbitMQ 3.4.3. -

- -

- The management plugin is a web interface which allows users - to monitor the activity of a RabbitMQ cluster and perform - administration tasks such as (but not limited to): -

-
    -
  • adding, modifying or removing users;
  • -
  • manage virtual hosts;
  • -
  • manage resources (exchanges and queues);
  • -
  • consume queued messages.
  • -
- -

- Some user-controllable content was not properly HTML-escaped - before being presented to a user in the management web UI: -

-
    -
  • - When a user unqueued a message from the management UI, - message details (header names, arguments, etc.) were - displayed unescaped. - An attacker could publish a specially - crafted message to add content or execute arbitrary Javascript - code on behalf of a user, if this user unqueued the message - from the management UI. -
  • -
  • - When viewing policies, their name was displayed - unescaped. - An attacker could create a policy with a specially crafted - name to add content or execute arbitrary Javascript code - on behalf of a user who is viewing policies. -
  • -
  • - When listing connected AMQP network clients, client details - such as its version were displayed unescaped. - An attacker could use a client with a specially crafted - version field to add content or execute arbitrary Javascript - code on behalf of a user who is viewing connected clients. -
  • -
-

- In all cases, the attacker needs a valid user account on the - targeted RabbitMQ cluster. -

- -

- Furthermore, some admin-controllable content was not properly - escaped: -

-
    -
  • user names;
  • -
  • the cluster name.
  • -
-

- Likewise, an attacker could add content or execute arbitrary - Javascript code on behalf of a user using the management web UI. - However, the attacker must be an administrator on the RabbitMQ - cluster, thus a trusted user. -

- -

- No workaround is available, but RabbitMQ clusters with the - management plugin deactivated on all nodes are not affected. -

-

- We strongly encourage you to upgrade to RabbitMQ 3.4.3. -

-
-
- - - 7 January 2015 - RabbitMQ 3.4.3 release - release-notes/README-3.4.3.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.4.3. -

- -

- This release fixes a number of bugs in 3.4.2 and earlier - versions. It also fixes a couple of security issues in the - management plugin. CVE-IDs were requested; an update will - be posted as soon as they are assigned. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 26 November 2014 - RabbitMQ 3.4.2 release - release-notes/README-3.4.2.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.4.2. -

- -

- This release fixes a number of bugs in 3.4.1 and earlier - versions. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 29 October 2014 - RabbitMQ 3.4.1 release - release-notes/README-3.4.1.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.4.1. -

- -

- This release fixes a number of bugs in 3.4.0 and earlier - versions. It also fixes a couple of security issues in the - management plugin. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 21 Oct 2014 - RabbitMQ 3.4.0 release - release-notes/README-3.4.0.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.4.0. -

- -

- This release adds a fast reply-to mechanism for RPC clients, - adds monitoring and limiting of queue length in bytes, - allows plugins to be activated and deactivated without - server restart, makes crashing queues recover from - persistent data, and allows .net-based clients to reconnect - automatically after network failure. -

- -

- This release also corrects a number of defects in the broker - and plugins, as well as introducing many smaller new - features and improvements. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 11 August 2014 - RabbitMQ 3.3.5 release - release-notes/README-3.3.5.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.3.5. -

- -

- This release fixes a number of bugs in 3.3.4 and earlier versions. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 24 June 2014 - RabbitMQ 3.3.4 release - release-notes/README-3.3.4.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.3.4. -

- -

- This release fixes a small number of bugs in 3.3.3 and - earlier versions. In particular it fixes a bug introduced in - 3.3.3 which could cause startup to fail under some - circumstances. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 17 June 2014 - RabbitMQ 3.3.3 release - release-notes/README-3.3.3.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.3.3. -

- -

- This release fixes a small number of bugs in 3.3.2 and - earlier versions. In particular it fixes a bug introduced in - 3.3.2 which could cause logging to stop under some - circumstances. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 9 June 2014 - RabbitMQ 3.3.2 release - release-notes/README-3.3.2.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.3.2. -

- -

- This release fixes a number of bugs in 3.3.1 and earlier - versions. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 29 April 2014 - RabbitMQ 3.3.1 release - release-notes/README-3.3.1.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.3.1. -

- -

- This release fixes a number of bugs in 3.3.0 and earlier - versions, including security bugs in the MQTT and shovel - plugins. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 2 April 2014 - RabbitMQ 3.3.0 release - release-notes/README-3.3.0.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.3.0. -

- -

- This release improves performance in a variety of - conditions, adds monitoring information to identify - performance bottlenecks, adds dynamically manageable - shovels, and allows Java-based clients to reconnect - automatically after network failure. -

- -

- This release also corrects a number of defects in the broker - and plugins, as well as introducing a host of smaller - features. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 4 March 2014 - RabbitMQ 3.2.4 release - release-notes/README-3.2.4.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.2.4. -

- -

- This release fixes a number of bugs in 3.2.3 and earlier - versions. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 23 January 2014 - RabbitMQ 3.2.3 release - release-notes/README-3.2.3.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.2.3. -

- -

- This release fixes a number of bugs in the broker and federation plugin. - Improvements to the LDAP and shovel plugins are also included. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - 11 December 2013 - RabbitMQ 3.2.2 release - release-notes/README-3.2.2.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.2.2. -

- -

- This release fixes a number of bugs in the broker (including High - Availability mode) and plugins (LDAP, Management and MQTT). -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 7 November 2013 - RabbitMQ 3.2.1 release - release-notes/README-3.2.1.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.2.1. -

- -

- This fixes a number of bugs in 3.2.0 and earlier versions. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 23 October 2013 - RabbitMQ 3.2.0 release - release-notes/README-3.2.0.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.2.0. -

- -

- This release introduces federated queues and features enhanced policies - for aspects of the broker which previously required AMQP arguments. - Clients can now obtain better feedback about authentication failures and - broker alarm conditions. -

- -

- This release corrects a number of defects in the broker and plugins. - The minimum version of Erlang has been changed from R12B5 to R13B03. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - 15 August 2013 - RabbitMQ 3.1.5 release - release-notes/README-3.1.5.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.1.5. -

- -

- This release fixes a bug in the delegate module leading to various - crashes and cross-cluster minor version incompatibility, along with - some other smaller bugs. -

- -

- Note that due to the above mentioned bug, RabbitMQ 3.1.4 cannot be - deployed in a cluster with other RabbitMQ 3.1.x versions. 3.1.5 can - be deployed in a cluster with with 3.1.0 to 3.1.3. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 7 August 2013 - RabbitMQ 3.1.4 release - release-notes/README-3.1.4.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.1.4. -

-

- This release fixes two security bugs: a directory traversal bug for - the management plugin (and other HTTP applications) on Windows, and - a means to subvert publish access control using dead-lettering. -

-

- This release also fixes a number of bugs in 3.1.0 and earlier - versions. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 26 June 2013 - RabbitMQ 3.1.3 release - release-notes/README-3.1.3.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.1.3. -

-

- This release fixes a bug in the management plugin. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - 24 June 2013 - RabbitMQ 3.1.2 release - release-notes/README-3.1.2.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.1.2. -

-

- This is primarilly a bug fix release. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - 21 May 2013 - RabbitMQ 3.1.1 release - release-notes/README-3.1.1.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.1.1. -

-

- This is primarilly a bug fix release. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - 14 May 2013 - Proudly part of Pivotal - -

- RabbitMQ v3.1.0 is significant because it introduces an important - set of - new features, making Rabbit easier to use and manage. -

-
    -
  • Eager synchronisation of mirror queue mirrors
  • -
  • Automatic cluster partition healing
  • -
  • Improved statistics
  • -
-

- V3.1.0 has significance for another reason: it is the first release made - under the banner of our new sponsor company, Pivotal. - Pivotal launched earlier this year as a joint venture between VMware, EMC and with a - strategic partnership with General Electric Global Software. Billed as "A New Platform - for a New Era", the Pivotal platform will unite data, application, and cloud - fabrics. The Rabbit team members are excited to be part of this bold new - initiative driving open source innovation and collaboration. -

-

- RabbitMQ will continue to be available under the open source - Mozilla Public License - or commercial terms. Commercial support, consulting and both self-paced and - instructor-led training courses are still available worldwide. - The rabbitmq-discuss mailing list - will continue to be the primary channel of communication about open-source RabbitMQ. - The release cycle is not expected to change as a result of the change of ownership. -

-

- We invite all customers to continue with us on the journey to become the most - reliable, scalable and portable messaging system. -

-
-
- - - 1 May 2013 - RabbitMQ 3.1.0 release - release-notes/README-3.1.0.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.1.0. -

-

- This release introduces eager synchronisation of mirror queue - mirrors, automatic cluster partition healing, and improved statistics - (including charts) in the management plugin. It also adds many - smaller new features, bug fixes and performance improvements. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 12 March 2013 - RabbitMQ 3.0.4 release - release-notes/README-3.0.4.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.0.4. -

-

- This release fixes a bug in the federation plugin where upstream - credentials were leaked in the x-received-from header. This bug had - been in the federation plugin since RabbitMQ 3.0.0. There are no - other changes from RabbitMQ 3.0.3. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 6 March 2013 - RabbitMQ 3.0.3 release - release-notes/README-3.0.3.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.0.3. -

-

- This release fixes a small number of bugs in 3.0.2 and earlier - versions. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 31 January 2013 - RabbitMQ 3.0.2 release - release-notes/README-3.0.2.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.0.2. -

-

- This release fixes a number of bugs in 3.0.1 and earlier - versions. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 11 December 2012 - RabbitMQ 3.0.1 release - release-notes/README-3.0.1.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.0.1. -

-

- This release fixes a number of bugs in 3.0.0 and earlier - versions. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 19 November 2012 - RabbitMQ 3.0.0 release - release-notes/README-3.0.0.txt - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 3.0.0. -

-

- This release introduces dynamic, policy-based control of - mirroring and federation, improves the user friendliness of - clustering, adds support for per-message TTL, introduces - plugins for web-STOMP and MQTT, and adds many smaller new - features and bug fixes. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 27 September 2012 - RabbitMQ 2.8.7 release - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2012-September/000051.html - -

- The RabbitMQ team is delighted to announce the release of RabbitMQ - 2.8.7. -

-

- This release fixes a number of bugs in the broker, Erlang client and - STOMP and management plugins. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 22 August 2012 - RabbitMQ 2.8.6 release - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2012-August/000050.html - -

- The RabbitMQ team is delighted to announce the release of RabbitMQ - 2.8.6. -

-

- This release fixes a number of bugs, including one introduced in 2.8.5 - that could cause an error during shutdown of mirrored queues. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 2 July 2012 - RabbitMQ 2.8.5 release - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2012-August/000049.html - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 2.8.5. -

-

- This is primarily a bugfix release, with several improvements to HA queues. -

-

- The new release can be downloaded from the - download page. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 22 June 2012 - RabbitMQ 2.8.4 release - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2012-June/000048.html - -

- We've found an unpleasant bug in RabbitMQ 2.8.3 which can - cause log rotation to trigger a state where the log file - grows rapidly and without end, eventually exhausting all - available disk space. -

-

- If you are running RabbitMQ 2.8.3 you are strongly advised - to upgrade to 2.8.4 immediately and in the meantime do not - invoke "rabbitmqctl rotate_logs". This applies particularly - strongly to users of the RPM and .deb packages, since these - are configured to rotate logs automatically. -

-

- Other versions of RabbitMQ are not affected by this bug. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 21 June 2012 - RabbitMQ 2.8.3 release - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2012-June/000047.html - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 2.8.3. -

-

- This is primarily a bugfix release, with some minor - enhancements (make disk space monitoring less intrusive by - default, improve SSL performance with the Java client). -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - - 30 April 2012 - RabbitMQ 2.8.2 release - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2012-April/000046.html - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 2.8.2. -

-

- This release fixes a number of bugs and improves performance in a - variety of areas, as well as introducing disc space monitoring and - federation status reporting. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - - 22 March 2012 - RabbitMQ 2.8.1 release - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2012-March/000045.html - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 2.8.1. -

-

- This release fixes a small number of bugs, including one - which prevented cluster RAM nodes which had run an earlier - version from being upgraded. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 19 March 2012 - RabbitMQ 2.8.0 release - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2012-March/000044.html - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 2.8.0. -

-

- This release fixes a number of bugs and adds new - features. Notable new features include: -

-
    -
  • - dead lettering - queues can specify an exchange to which - messages should be redirected when they are rejected or - expire -
  • -
  • - internal flow control to limit memory use and make performance - more predictable if the server is overloaded -
  • -
-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of RabbitMQ to - upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Contact us via the - rabbitmq-users - Google group. -

-
-
- - - 20 December 2011 - - RabbitMQ 2.7.1 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-December/016941.html - - -

- The RabbitMQ team is delighted to announce the release of RabbitMQ - 2.7.1. -

-

- This release includes important fixes to high availability recovery, - fixes to the STOMP adapter, compatibility with Erlang Release R15B, - and general improvements to the management interface, performance and - stability. -

-

- Binary and source distributions of the new release can - be found on the - download page. -

-

- We encourage all users of earlier versions of - RabbitMQ to upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Mail us on the RabbitMQ discussion - list (signup - here - and then e-mail to <rabbitmq-discuss at lists.rabbitmq.com>), or - contact us directly by e-mailing <info at rabbitmq.com>. -

-
-
- - - 9 November 2011 - - RabbitMQ 2.7.0 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-November/016069.html - - -

- The RabbitMQ team is delighted to announce the release of RabbitMQ - 2.7.0. -

- -

- Features of this release include: order preservation of - re-queued messages; plugins included with the server download; - "amqp" URI scheme for client connections; and performance - improvements and bug fixes. -

- -

- Binary and source distributions of the new release can - be found on the - download page. -

- -

- We encourage all users of earlier versions of - RabbitMQ to upgrade to this latest release. -

- -

- As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Mail us on the RabbitMQ discussion - list (signup - here - and then e-mail to rabbitmq-discuss at lists.rabbitmq.com), or contact - us directly by e-mailing to info at rabbitmq.com. -

-
-
- - - 12 September 2011 - - RabbitMQ 2.6.1 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-September/015033.html - - -

- The RabbitMQ team is pleased to announce the release - of RabbitMQ 2.6.1. -

- -

- This release fixes a bug in the 2.6.0 version that causes the broker to fail to restart on reboot on some operating systems. -

- -

- Binary and source distributions of the new release can - be found in the usual - place. -

- -

- We recommend that all users of earlier versions of - RabbitMQ upgrade to this latest release. -

- -

- As always, we welcome any questions, bug reports, - and other feedback on this release, as well as - general suggestions for features and enhancements in - future releases. Mail us via the RabbitMQ discussion - list at rabbitmq-discuss@lists.rabbitmq.com, - or directly at info@rabbitmq.com. -

-
-
- - - - 31 August 2011 - - RabbitMQ on Heroku - - - http://blog.cloudfoundry.com/post/8713844574/rabbitmq-cloud-foundry-cloud-messaging-that-just-works - - -

- The RabbitMQ team is happy to announce that the RabbitMQ - add-on for Heroku is now - available in beta. You can read about it on on - the Heroku blog and on the - RabbitMQ blog. And there is more information and - links to sample code on this page. -

-
-
- - - 31 August 2011 - - RabbitMQ 2.6.0 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110831/36015373/attachment.txt - - -

- The RabbitMQ team is pleased to announce the release - of RabbitMQ 2.6.0. -

- -

- The highlight of this release is the introduction of - active-active HA, with queues getting replicated - across nodes in a cluster. There are many other - improvements, particularly to the management and - stomp plug-ins, as well as a number of bug - fixes. See the release notes for more details. -

- -

- Binary and source distributions of the new release can - be found in the usual - place. -

- -

- We recommend that all users of earlier versions of - RabbitMQ upgrade to this latest release. -

- -

- As always, we welcome any questions, bug reports, - and other feedback on this release, as well as - general suggestions for features and enhancements in - future releases. Mail us via the RabbitMQ discussion - list at rabbitmq-discuss@lists.rabbitmq.com, - or directly at info@rabbitmq.com. -

-
-
- - - 15 August 2011 - - RabbitMQ on CloudFoundry - - - http://blog.cloudfoundry.com/post/8713844574/rabbitmq-cloud-foundry-cloud-messaging-that-just-works - - -

- The RabbitMQ team is excited to announce the launch of the - RabbitMQ service on CloudFoundry.com. - This service brings the messaging functionality of - RabbitMQ to developers building applications on Cloud - Foundry. Please see the - main announcement over on the Cloud Foundry - blog. There's also an - FAQ with more details on the Cloud Foundry knowledge - base. -

-
-
- - - 27 June 2011 - - RabbitMQ 2.5.1 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-June/013449.html - - -

- The RabbitMQ team is pleased to announce the release of - RabbitMQ 2.5.1. -

-

- This release correctly upgrades from RabbitMQ 2.1.1 and - 2.2.0. There are no other changes compared with 2.5.0. -

-

- For details see the release notes. -

-

- As always, we welcome any questions, bug reports, and - other feedback on this release, as well as general - suggestions for features and enhancements in future - releases. Mail us via the RabbitMQ - discussion list, or directly at info@rabbitmq.com. -

-
-
- - - 14 June 2011 - - RabbitMQ 2.5.0 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-June/013248.html - - -

- The RabbitMQ team is delighted to announce the release of - RabbitMQ 2.5.0. -

-

- This release fixes a number of bugs. In particular: -

    -
  • recovery has been simplified, improving startup - times when many exchanges or bindings exist
  • -
  • bindings are recovered between durable queues and - non-durable exchanges on restart of individual cluster - nodes
  • -
  • better performance under high load and memory pressure
  • -
  • source compatibility with the new Erlang R14B03 release
  • -
- New features include: -
    -
  • tracing facility for debugging incoming and outgoing messages, - (see firehose)
  • -
  • improved inbound network performance
  • -
  • improved routing performance
  • -
  • new rabbitmqctl commands ('report', 'environment', and - 'cluster_status')
  • -
-

-

- For details see the release notes. -

-

- As always, we welcome any questions, bug reports, and - other feedback on this release, as well as general - suggestions for features and enhancements in future - releases. Mail us via the RabbitMQ - discussion list, or directly at info@rabbitmq.com. -

-
-
- - - 7 April 2011 - - RabbitMQ 2.4.1 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-April/012304.html - - -

- The RabbitMQ team is delighted to announce the release of - RabbitMQ 2.4.1. -

-

- This release fixes a number of bugs, in particular one bug - in 2.4.0 that would break upgrades if durable queues were - present. A notable enhancement included in this release - are cluster upgrades. - - For details see the - release notes. -

-

- As always, we welcome any questions, bug reports, and - other feedback on this release, as well as general - suggestions for features and enhancements in future - releases. Mail us via the RabbitMQ - discussion list, or directly at info@rabbitmq.com. -

-
-
- - 6 April 2011 - Messaging Patterns with RabbitMQ - http://www.erlang-factory.com/conference/London2011/speakers/AlvaroVidela - -

Alvaro Videla, co-author of RabbitMQ in Action, will - be speaking about RabbitMQ and messaging patterns at the next Erlang - Factory meeting in London, June 9-10th.

-

Alvaro will present how to implement several messaging patterns using RabbitMQ such as: -

    -
  • Competing Consumers
  • -
  • RPC
  • -
  • Parallel RPC
  • -
  • Smart Proxy
  • -
  • Publish/Subscribe
  • -
-

-

To learn more, visit the Erlang Factory website.

-
-
- - 1 April 2011 - Spring AMQP Project 1.0 RC1 release - https://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10450&version=11821 - -

The RabbitMQ team and SpringSource are pleased to announce that the Spring AMQP Project (for Java) has reached RC1 status.

-

For details see the release notes.

-

You can download the distribution zip file. The - JARs are available in the SpringSource - Milestone Maven repository.

-

To learn more about the project and provide welcome feedback, please visit the - Spring AMQP homepage for links to downloads, documentation, the forum and more.

-
-
- - 23 March 2011 - - RabbitMQ 2.4.0 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-March/011985.html - - -

- The RabbitMQ team is delighted to announce the release of - RabbitMQ 2.4.0. -

-

- This release fixes a number of bugs and introduces some - enhancements, including fast routing for topic exchanges, - sender-selected distribution and server-side consumer - cancellation notifications. - - For details see the - release notes. -

-

- As always, we welcome any questions, bug reports, and - other feedback on this release, as well as general - suggestions for features and enhancements in future - releases. Mail us via the RabbitMQ - discussion list, or directly at info@rabbitmq.com. -

-
-
- - 3 February 2011 - - RabbitMQ 2.3.1 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2011-February/000033.html - - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 2.3.1. -

-

- This release fixes a small number of bugs, in particular one serious - bug in 2.3.0 which could lead to queue processes crashing. - For details see the - release notes. -

-

- As always, we welcome any questions, bug reports, and other feedback on - this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ - discussion list, or directly at info@rabbitmq.com. -

-
-
- - 2 February 2011 - - RabbitMQ 2.3.0 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2011-February/011019.html - - -

- Perfectly timed one day before the start of the year of the Rabbit, the - RabbitMQ team is pleased to announce the release of RabbitMQ - 2.3.0. -

-

- This release fixes a number of bugs and introduces some enhancements, - including streaming publish confirmations, new plugin mechanisms for - authentication and authorisation, and a great deal more. - For details see the - release notes. -

-

- As always, we welcome any questions, bug reports, and other feedback on - this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ - discussion list, or directly at info@rabbitmq.com. -

-
-
- - 13 December 2010 - RabbitMQ Webinar: Messaging that just works (update) - http://www.youtube.com/user/SpringSourceDev/videos?query=rabbitmq+messaging+that+just+works - -

A recording of the webinar is available.

-
-
- - 9 December 2010 - RabbitMQ Webinar: Messaging that just works - http://www.springsource.org/news-events - -

We are pleased to announce that we will be hosting our first, live (and free) - webinar today at 1500 GMT and repeated at 1300 EST / 1000 PST.

-

Emile, from the RabbitMQ engineering team, will look at the relevance - of Erlang/OTP as an implementation platform, the benefits of a messaging - system and common messaging patterns. Some important features in recent - releases will be discussed with examples. Join us to find out how RabbitMQ - can help to scale your application, whether it's on a device, the web, in - the data centre, or the cloud.

-

To register, please visit the SpringSource events page.

-
-
- - 30 November 2010 - - RabbitMQ 2.2.0 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-November/010172.html - - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 2.2.0. -

-

- This release fixes a number of bugs and introduces some enhancements, - including automatic upgrades of non-clustered brokers, per-queue - message TTLs and significantly reduced memory usage for pending - acknowledgements. For details see the - release notes. -

-

- As always, we welcome any questions, bug reports, and other feedback on - this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ - discussion list, or directly at info@rabbitmq.com. -

-
-
- - - 19 October 2010 - - RabbitMQ 2.1.1 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-October/009516.html - - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 2.1.1. -

-

- This release fixes a number of bugs and introduces some enhancements, - including exchange to exchange bindings and some performance - improvements, in the server and clients. -

-

- As always, we welcome any questions, bug reports, and other feedback on - this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ - discussion list, or directly at info@rabbitmq.com. -

-
-
- - - 15 September 2010 - - RabbitMQ 2.1.0 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/attachments/20100915/ee935f85/attachment.txt - - -

- The RabbitMQ team is pleased to announce the release of RabbitMQ - 2.1.0. -

-

- This release fixes a number of bugs, including some race - conditions and introduces minor enhancements in the server - and clients. -

-

- As always, we welcome any questions, bug reports, and - other feedback on this release, as well as general - suggestions for features and enhancements in future - releases. Mail us via the RabbitMQ - discussion list, or directly at info@rabbitmq.com. -

-
-
- - - 25 August 2010 - - RabbitMQ 2.0.0 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2010-August/000028.html - - -

- We the RabbitMQ team are delighted to announce the release - of RabbitMQ 2.0.0. -

-

- This release includes a rewritten message store that pages - messages to disk to relieve memory pressure, and support - for AMQP 0-9-1. There are many other more modest - additions, such as an implementation of basic.reject, and - queue leases. For details see the release - notes. -

-

- Binary and source distributions of the new release can be - found in the usual - place. -

-

- This now includes binary - packages of plugins. Please note the caveats there. -

-

- We recommend that all users of earlier versions of - RabbitMQ upgrade to this latest release. -

-

- As always, we welcome any questions, bug reports, and - other feedback on this release, as well as general - suggestions for features and enhancements in future - releases. Mail us via the RabbitMQ discussion - list, or directly at info@rabbitmq.com. -

-
-
- - 21 July 2010 - Spring AMQP Project 1.0 M1 release - http://www.springsource.org/node/2715 - -

The RabbitMQ team and SpringSource are pleased to announce the first milesone release of the Spring AMQP Project 1.0 M1.

-

Spring AMQP makes common Spring idoms - available to developers who are building AMQP-based messaging solutions. For example, building a messaging - application that uses RabbitMQ as broker will feel quite similar to building an application based on Spring's - JMS support. The project consists of both Java and .NET versions.

-

To learn more about the project, visit the - Spring AMQP homepage for links to downloads, documentation, the forum and more.

-
-
- - 15 July 2010 - - RabbitMQ 1.8.1 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2010-July/000027.html - - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.8.1.

- -

This release of RabbitMQ can now be compiled with Erlang - R14A. This is expected to bring relief for MacPorts users and - Debian (unstable) users who build from source. Administration - tools are now easier to use on MacPorts. Further enhancements - include the ability to observe channel.flow events from the - Java API and clustering usability improvements.

- -

For details see - the release notes.

- -

Binary and source distributions of the new release can be found in the - usual place.

- -

We recommend that all users of earlier versions of RabbitMQ upgrade to - this latest release.

- -

As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ discussion - list at rabbitmq-discuss@lists.rabbitmq.com, - or directly at info@rabbitmq.com.

- -
-
- - - 16 June 2010 - - RabbitMQ 1.8.0 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2010-June/000025.html - - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.8.0.

- -

This release introduces several APIs to extend Rabbit in - a pluggable way, first with pluggable exchange types, and - then with pluggable backing queues. Other improvements - include optimisations for cross-node routing within a - cluster, and more rigorous enforcement of channel.flow to - ensure that Rabbit can stop producers who are failing to - obey the instruction to stop sending messages to Rabbit when - Rabbit comes under memory pressure.

- -

For details see - the release notes.

- -

Binary and source distributions of the new release can be found in the - usual place.

- -

We recommend that all users of earlier versions of RabbitMQ upgrade to - this latest release.

- -

As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ discussion - list at rabbitmq-discuss@lists.rabbitmq.com, - or directly at info@rabbitmq.com.

- -
-
- - - 13 April 2010 - - Rabbit Technologies announce acquisition by SpringSource - - - /resources/SpringSourceAcquiresRabbitTech.pdf - - - -

Rabbit Technologies Ltd. (RTL), the company behind RabbitMQ, today announced that the company - is to be acquired by SpringSource, a division of VMware, Inc.. RTL was founded in February 2007 - and is a spin out from LShift Ltd., the UK software consultancy, and Cohesive FT, the US - virtualization and cloud computing company.

- -

The Rabbit Team are very excited about the deal. “RabbitMQ is an extremely successful - technology and forms the backbone for many varied cloud messaging systems,” said Alexis - Richardson, chief executive officer and co-founder, Rabbit Technologies, Ltd. “By - providing a multi-protocol, completely open, portable messaging system, our technology - can be a key enabler of tomorrow’s applications. By joining with enterprise leaders, - SpringSource and VMware, RabbitMQ expects to continue to be at the forefront of the - movement toward cloud computing. Users and customers will benefit from an organization - offering deep and immediate experience with the challenges of managing highly available - and stable operations.”

- -

RabbitMQ will continue to be open source and distributed in the same way as before. - The RabbitMQ community can expect to see increased investment in this outstanding technology - which should result in significant improvements to the open source release.

- -

RabbitMQ customers will see an increase in availability of training, professional - services and support offerings as the RabbitMQ business is integrated with SpringSource.

- -

For more details please see the - full press release.

- -

Contacts:

- -

SpringSource and VMware
- Charlie Purdom, cpurdom@vmware.com
- Ross Levanto or Christine McKeown, springsource@schwartz-pr.com

- -

Rabbit Technologies Ltd.
- Alexis Richardson, alexis@rabbitmq.com

- -

LShift Ltd.
- Mike Rowlands, press@lshift.net

- -

Cohesive FT
- Dwight Koop, dwight.koop@cohesiveft.com

- -

Acknowledgements:

-

Rabbit Technologies would like to thank Orrick, Herrington & Sutcliffe LLP (London) for acting - as counsel throughout the acquisition process. Visit - their website.

-
-
- - - 12 April 2010 - - Alexis will be speaking at Cloud & Grid Exchange 2010 - - - http://skillsmatter.com/event/cloud-grid/cloud-grid-exchange-2010/wd-777 - - -

Alexis Richardson, Rabbit Technologies CEO, will be speaking at the Cloud & Grid - Exchange in London, 23rd April. In this talk, Alexis will present use cases for cloud - messaging: what is messaging and why it is useful for cloud computing? This talk will - answer these questions by way of illustrating use cases from RabbitMQ customers.

-

Read more

-
-
- - - 16 February 2010 - - RabbitMQ 1.7.2 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-January/005993.html - - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.7.2.

- -

This release fixes yet more bugs specific to Windows in regards to - memory monitoring, and works around various bat inadequacies. - Other fixes include enforcing codec size limits, and handling some - corner cases of basic.qos.

- -

The rabbitmqctl tool has been extended with several new commands. - There have also been enhancements to the plugin system, and network - performance over high-latency links. The exception reporting in the - Java client has been improved and there are several bug fixes and - enhancements to the AMQP Tracer tool.

- -

For details see - the release notes.

- -

Binary and source distributions of the new release can be found in the - usual place.

- -

We recommend that all users of earlier versions of RabbitMQ upgrade to - this latest release.

- -

As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ discussion - list at rabbitmq-discuss@lists.rabbitmq.com, - or directly at info@rabbitmq.com.

- -
-
- - - 25 January 2010 - - RabbitMQ 1.7.1 release - - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2010-January/005993.html - - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.7.1.

- -

This release fixes a number of bugs specific to Windows, several - problems in the ssl support and plug-in system, some race conditions - and corner cases in the AMQP protocol and connection lifecycle - handling, breakages in Debian and RPM package removal, as well as some - minor bugs in rabbitmqctl.

- -

There are also some noteworthy enhancements, such as the support for - complete short node names in all the startup and control scripts - (making it easier to install RabbitMQ on systems with changing host - names), improved memory monitoring and producer throttling, an - extension of the AMQP codec with array types, better support for - MacPorts, and improved performance and error reporting in the Java and - .Net clients.

- -

For details see - the release notes.

- -

Binary and source distributions of the new release can be found in the - usual place.

- -

We recommend that all users of earlier versions of RabbitMQ upgrade to - this latest release.

- -

As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ discussion - list at rabbitmq-discuss@lists.rabbitmq.com, - or directly at info@rabbitmq.com.

- -
-
- - - 05 January 2010 - - RabbitMQ Wins 2009 Cloudies Award for Best Cloud Application Provider - - - http://www.johnmwillis.com/other/the-2009-cloudies-awards/ - - -

RabbitMQ was listed as one of the Best Cloud Application Providers in John M Willis - second annual 'Cloudies' awards. John has worked in the IT management industry for 30 years and is - known internationally for the IT Management and Cloud blog. -

- -
-
- - - 07 December 2009 - - RabbitMQ is now in Fedora and EPEL - - - https://admin.fedoraproject.org/updates/rabbitmq-server - - -

RabbitMQ 1.7.0 is now in Fedora 10, 11, and 12, and EPEL. So, for all Fedora users RabbitMQ is now just a - yum install rabbitmq-server away! -

- -

For the full package details see the Fedora Project website.

- -
-
- - - - - 08 October 2009 - - Rabbit Technologies and Canonical announce teaming agreement - - - https://www.rabbitmq.com/resources/RabbitMQ_CanonicalTeaming_PR.pdf - - -

Rabbit Technologies Limited, the company behind RabbitMQ, today - announced the signing of a formal teaming agreement with Ubuntu sponsor - Canonical. The goal of the partnership is to promote open standards in - the emerging cloud computing space.

- -

"We want to ensure our users can navigate safely into the cloud", said - Simon Wardley, software services manager for Canonical, "and we see this - working according to three rules. Rule one is to build on their own - infrastructure. Rule two is moving between their infrastructure and an external - provider. Rule three is switching between providers. RabbitMQ provides an - important message bus in the cloud that enables applications to interoperate - without dependency upon a proprietary solution. It will play a significant - role in the future of cloud switching."

- -

For details see the - full press release.

- -
-
- - - - - 07 October 2009 - - RabbitMQ 1.7.0 release - - - https://www.rabbitmq.com/download.html - - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.7.0.

- -

This release has 'beta' status and introduces a number of new -features, such as native SSL support, a plugin mechanism, and a -Windows installer for the .net client. There are also improvements to -error reporting and diagnostics, performance and stability, the -windows bundle (which now includes the .net client and a more recent -version of Erlang/OTP), server installation and -configuration. Finally, there are a number of small bug fixes.

- -

For details see the release notes.

- -

Binary and source distributions of the new release can be found in the usual -place

- -

We recommend that all users of earlier versions of RabbitMQ upgrade to this -latest release.

- -

As always, we welcome any questions, bug reports, and other feedback on this -release, as well as general suggestions for features and enhancements in future -releases. Mail us via the RabbitMQ discussion list at -rabbitmq-discuss@lists.rabbitmq.com, -or directly at info@rabbitmq.com.

- -
-
- - - - 17 June 2009 - - RabbitMQ 1.6.0 release - - - https://www.rabbitmq.com/download.html - - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.6.0.

- -

This release has 'beta' status and introduces a number of new features, -such as prefetch count limiting, headers exchanges, fine-grained access -control, and alternate exchanges. There are also improvements to -performance and stability under high load, improved compatibility with -other software (such as ejabberd and PowerShell), and a number of small -bug fixes.

- -

For details see the release notes.

- -

Binary and source distributions of the new release can be found in the usual -place

- -

We recommend that all users of earlier versions of RabbitMQ upgrade to this -latest release.

- -

As always, we welcome any questions, bug reports, and other feedback on this -release, as well as general suggestions for features and enhancements in future -releases. Mail us via the RabbitMQ discussion list at -rabbitmq-discuss@lists.rabbitmq.com, -or directly at info@rabbitmq.com.

- -
-
- - - - - - 03 June 2009 - - RabbitMQ is now included in the Fedora Linux distribution - - - https://admin.fedoraproject.org/updates/rabbitmq-server - - -

RabbitMQ is now included in the Fedora Linux distribution. See -fedoraproject.org for the package -details.

- -

So, for all Fedora users RabbitMQ is now just a -yum install rabbitmq-server away.

- -

Thanks go to the Fedora community for their guidance in getting our RPM packages into shape -for inclusion.

- - -
-
- - - 20 May 2009 - - RabbitMQ 1.5.5 release - - - https://www.rabbitmq.com/download.html - - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.5.5

- -

This release has 'final' status and fixes a small number of bugs in the server, -the startup and control scripts on Windows, and the Debian/RPM packaging. Also -included are some minor enhancements to the way the server can be configured. The -RabbitMQ clients have remained unchanged.

-

For details see the release notes.

- -

Binary and source distributions of the new release can be found in the usual -place

- -

We recommend that all users of earlier versions of RabbitMQ upgrade to this -latest release.

- -

As always, we welcome any questions, bug reports, and other feedback on this -release, as well as general suggestions for features and enhancements in future -releases. Mail us via the RabbitMQ discussion list at -rabbitmq-discuss@lists.rabbitmq.com, -or directly at info@rabbitmq.com.

- -
-
- - - - 23 April 2009 - - Canonical adds RabbitMQ AMQP to Ubuntu 9.04 - - - http://www.emediawire.com/releases/2009/4/prweb2340344.htm - - -

- Yes, Ubuntu 9.04 Server Edition, aka "Jaunty Jackalope", now - includes support for the emerging standard for messaging through RabbitMQ.

- -

- See Canonical's press release for more information on the release.

- -

- We look forward to hearing more from Ubuntu users and would welcome - more feedback, bug requests and other contributions. Talk to us on irc.freenode.net #rabbitmq (see logs), or join our mailing list (or see archived messages).

- -
-
- - - - - - 6 April 2009 - - RabbitMQ 1.5.4 release - - - https://www.rabbitmq.com/download.html - - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.5.4.

- -

This release has 'final' status and fixes a small number of bugs in the server, -the startup and control scripts on Windows, and the Debian/RPM packaging. Also -included are some minor enhancements to the way the server can be configured. The -RabbitMQ clients have remained unchanged.

- -

For details see the release notes.

- -

Binary and source distributions of the new release can be found in the usual -place

- -

We recommend that all users of earlier versions of RabbitMQ upgrade to this -latest release.

- -

As always, we welcome any questions, bug reports, and other feedback on this -release, as well as general suggestions for features and enhancements in future -releases. Mail us via the RabbitMQ discussion list at -rabbitmq-discuss@lists.rabbitmq.com, -or directly at info@rabbitmq.com.

- -
-
- - - - 16 March 2009 - - RabbitMQ and AMQP team speak at QCon - - - /resources/RabbitMQcon.pdf - - -

The RabbitMQ and AMQP team gave a presentation at QCon London last week. Slides presented are available here:

- -

See also:

- -

If you're looking for a place to start try here.

- -
-
- - - - - 11 March 2009 - - RabbitMQ team is at Qcon London - - http://qconlondon.com/london-2009/conference/ - - -

The LShift/RabbitMQ team is pleased to announce its second visit to Qcon London, please do come and say hello.

-

In honour of the event, and while we work on a new website, see our suite of RabbitMQ tutorials.

- -
-
- - - 24 February 2009 - - The RabbitMQ team is pleased to announce the release of RabbitMQ 1.5.3. - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2009-February/003089.html - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.5.3.

- -

This release has 'final' status and fixes a number of bugs in the - server, the Java client, the .net client, and the Debian/RPM packaging.

- -

For details see the release notes.

- -

Binary and source distributions of the new release can be found in the - usual place, at https://www.rabbitmq.com/download.html.

- - -

We recommend that all users of earlier versions of RabbitMQ upgrade to - this latest release.

- -

As always, we welcome any questions, bug reports, and other feedback on - this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ discussion - list at rabbitmq-discuss@lists.rabbitmq.com, or directly at - info@rabbitmq.com.

-
-
- - - 21 January 2009 - - The RabbitMQ team is pleased to announce the release of RabbitMQ 1.5.1. - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2009-January/002668.html - - - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.5.1.

- -

This release has 'final' status and fixes a number of bugs in the - server, the .net client, and the Debian/RPM packaging.

- -

For details see the release notes.

- -

Binary and source distributions of the new release can be found in the - usual place, at https://www.rabbitmq.com/download.html.

- -

We recommend that all users of earlier versions of RabbitMQ upgrade to - this latest release.

- -

As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ discussion - list at rabbitmq-discuss@lists.rabbitmq.com, or directly at - info@rabbitmq.com.

- - -
-
- - - 18 December 2008 - - The RabbitMQ team is pleased to announce the release of RabbitMQ 1.5.0. - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2008-December/002295.html - - -

The RabbitMQ team is pleased to announce the release of RabbitMQ 1.5.0.

- -

This release has beta status and focuses on the following areas:

- -
    -
  • removal of tickets and realms
  • -
  • implementation of 'queue.unbind'
  • -
  • producer throttling when running low on memory
  • -
  • improved scalability of queue and binding creation and deletion
  • -
  • deactivated Nagle for more consistent latency
  • -
  • added several management/info commands to rabbitmqctl
  • -
  • bug fixes in the area of connection and channel closure
  • -
  • support the latest Erlang/OTP release (R12B-5)
  • -
  • improved configurability via environment variables
  • -
-

For details see the release notes.

- -

Binary and source distributions of the new release can be found in the - usual place, at https://www.rabbitmq.com/download.html.

- -

We recommend that all users of earlier versions of RabbitMQ upgrade to - this latest release.

- -

As always, we welcome any questions, bug reports, and other feedback - on this release, as well as general suggestions for features and - enhancements in future releases. Mail us via the RabbitMQ discussion - list at rabbitmq-discuss@lists.rabbitmq.com, or directly at - info@rabbitmq.com.

- - -
-
- - - 14 October 2008 - - RabbitMQ talk this Thursday 16th in London - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2008-October/001722.html - - - There is a talk on RabbitMQ this Thursday October 16th. The agenda will be: -
    -
  1. Overview - why RabbitMQ and AMQP
  2. -
  3. How we got away with less then 5k LOC in the server
  4. -
  5. Ben's hackathon showing what you can do and how
  6. -
-

- It will start at 6:30pm and be at the LShift offices in London. - A few beers may be provided and some RabbitMQ t-shirts are available - for people who don't have one. Please let us know if you're coming. -

- - -
-
- - - 30 September 2008 - - RabbitMQ Tech Talk at Google London - - http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2008-September/001659.html - -

- Matthias Radestock (LShift TD), Tony Garnock-Jones (LShift Senior Developer) and Alexis Richardson (CohesiveFT CEO) spoke at the Google London meeting. -

-

- The presentation dealt with the AMQP protocol, how we built our Erlang implementation of it (RabbitMQ), and how it might address, eg., Twitter's scaling problems. -

-

- Further details are available at Google's developer blog.. -

-
-
- - - 30 July 2008 - - RabbitMQ version 1.4.0 released - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2008-July/000012.html - -

- The RabbitMQ team is pleased to announce the release of - RabbitMQ 1.4.0. -

-

- This release has beta status, and switches to the use of a - DFSG-free JSON-formatted specification document, includes - bug fixes for a number of race conditions and - non-compliances with the protocol specification, includes - several performance improvements for large numbers of - queues, fixes aspects of the Debian and RPM packaging, and - improves upon the error reporting and general performance - of the server. -

-

- Further details are available here. -

-
-
- - 18 July 2008 - - RabbitMQ .Net/C# AMQP client library 1.4.0 released - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2008-July/000011.html - - The RabbitMQ team is pleased to announce the release of - the RabbitMQ .Net/C# AMQP client library 1.4.0.
- This release has beta status and focuses on the following areas: - bug fixes for a number of race conditions, improved shutdown protocol, - bug fix for usage of read timeouts in .Net sockets. - Further details - are available here. -
-
- - 09 July 2008 - - AMQP: Secure business messaging for the future - - resources/AMQP_Solution_Brief_final.pdf - - Intel believe the remarkable results of RabbitMQ performance tests in their Low Latency Lab indicate that AMQP is set to revolutionise the financial messaging industry AMQP: Secure business messaging for the future. - - - - 01 April 2008 - - RabbitMQ 1.3.0 released - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2008-April/000010.html - - The RabbitMQ team is pleased to announce the release of - RabbitMQ 1.3.0.
This release has beta status. It fixes - a number of race conditions and other bugs, improves - performance and has better error reporting. Further details - are available here. -
-
- - 27 September 2007 - - RabbitMQ 1.2.0 released - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2007-September/000009.html - - The RabbitMQ team is pleased to announce the release of - RabbitMQ 1.2.0.
This release has beta status. It - improves performance when running a server close to capacity - and simplifies cluster configuration, along with the - usual bug fixes and minor enhancements. Further details are - available here. -
-
- - 29 August 2007 - - RabbitMQ 1.1.1 released - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2007-August/000008.html - - The RabbitMQ team is pleased to announce the release of - RabbitMQ 1.1.1.
This release has beta status and - focuses on two areas: improved interoperability with Qpid M1 - Java client and server, and some bug fixes and minor - enhancements. Further details are available here. -
-
- - 01 August 2007 - - RabbitMQ 1.1.0 released - - http://lists.rabbitmq.com/pipermail/rabbitmq-announce/2007-August/000007.html - - The RabbitMQ team is pleased to announce the release of - RabbitMQ 1.1.0.
This release has alpha status and - contains several bug fixes and enhancements in the RabbitMQ - server, the Java client libraries, and the examples, as well - as improvements to the documentation and packaging. Further - details are available here. -
-
- - 18 March 2007 - Rabbit Technologies joins AMQP working group - resources/RabbitMQ_WorkingGroupRelease_180307.pdf - - Rabbit Technologies, a joint venture between LShift - and Cohesive FT, is - pleased to announce its appointment to the AMQP Working Group. The goal - of the working group is to create specifications for defining and - building messaging infrastructure that provides developers with a simple - and more powerful way of constructing messaging dependent applications. - You can read the full press release here. - - - - 08 February 2007 - Launch of RabbitMQ Open Source Enterprise Messaging - resources/RabbitMQ_PressRelease_080207.pdf - - LShift and CohesiveFT have launched RabbitMQ, a complete - open source implementation of Advanced Message Queuing Protocol (AMQP), - the emerging standard for high performance enterprise - messaging. You can read the full press release here. - -

You can also From 1040bd5af783fe8c99800ee9aaedea8fa65ca786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Tue, 20 Feb 2024 11:55:16 +0100 Subject: [PATCH 03/13] index.xml: Remove Twitter block [Why] It's useless on this docs snapshot. --- site/css/rabbit.css | 4 ---- site/index.xml | 5 ----- 2 files changed, 9 deletions(-) diff --git a/site/css/rabbit.css b/site/css/rabbit.css index 7695889be1..c7a5b0c86f 100644 --- a/site/css/rabbit.css +++ b/site/css/rabbit.css @@ -1292,10 +1292,6 @@ body#index .hubs-embedded #collection-items .tile:nth-child(3) { float: right; } -#intro #twitterfeed { - margin-top: 40px; -} - #intro h2 { margin: 0 0 10px; } diff --git a/site/index.xml b/site/index.xml index a5f09bdbe8..89b302dad1 100644 --- a/site/index.xml +++ b/site/index.xml @@ -79,11 +79,6 @@ limitations under the License.

More updates

-
-

Tweets

- -

More tweets

-
From 8aaebdeb3dece0044d78b4965a1f067d930dd3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Tue, 20 Feb 2024 12:07:49 +0100 Subject: [PATCH 04/13] index.xml: Remove the tiles to the tanzu.vmware.com website [Why] They are useless on this docs snapshot. --- site/index.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/site/index.xml b/site/index.xml index 89b302dad1..e5be15a86a 100644 --- a/site/index.xml +++ b/site/index.xml @@ -60,16 +60,6 @@ limitations under the License. environments, and provides a wide range of developer tools for most popular languages.

-

- See how other people are using RabbitMQ: -

-
- -
- - - -

More

From 6ab13c3d4b8913109e2df711ef9590f59d6dbe51 Mon Sep 17 00:00:00 2001 From: pstack2021 <92340956+pstack2021@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:17:58 +0000 Subject: [PATCH 05/13] Update index.xml Replacing "Report a security vulnerability" email, changing to a broadcom one and fixing link to support page --- site/index.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/index.xml b/site/index.xml index e5be15a86a..b7590164de 100644 --- a/site/index.xml +++ b/site/index.xml @@ -263,11 +263,11 @@ limitations under the License.

Contact Us

Commercial inquiries

-

VMware Sales | VMware Support

+

VMware Sales | VMware Support

Other inquiries

Contact us

Report a security vulnerability

-

rabbitmq-core@groups.vmware.com

+

Twitter

From 1cad532999af9258b8af067ec6fc09c355fee8e2 Mon Sep 17 00:00:00 2001 From: pstack2021 <92340956+pstack2021@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:27:50 +0000 Subject: [PATCH 06/13] Update index.xml --- site/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.xml b/site/index.xml index b7590164de..8744f5727b 100644 --- a/site/index.xml +++ b/site/index.xml @@ -267,7 +267,7 @@ limitations under the License.

Other inquiries

Contact us

Report a security vulnerability

-

Social media

Twitter

From ad6a65b8dbbf5ff10256a76c23682fe175a4f49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Wed, 6 Mar 2024 12:28:01 +0100 Subject: [PATCH 07/13] inde.xml: Fix invalid tag and missing link label --- site/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/index.xml b/site/index.xml index 8744f5727b..9c196fdaf0 100644 --- a/site/index.xml +++ b/site/index.xml @@ -267,7 +267,7 @@ limitations under the License.

Other inquiries

Contact us

Report a security vulnerability

-

+

tnz-rabbitmq-core.pdl@broadcom.com

Social media

Twitter

From 993ed98011495a976208ffbc47e181989abc3080 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Thu, 14 Mar 2024 16:15:29 -0400 Subject: [PATCH 08/13] Backport #1840 --- site/feature-flags.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/feature-flags.md b/site/feature-flags.md index 1c2d4409b5..f2c0265f24 100644 --- a/site/feature-flags.md +++ b/site/feature-flags.md @@ -217,9 +217,10 @@ feature flags are enabled. rabbitmqctl enable_feature_flag <name> -**To enable all feature flags**, use `rabbitmqctl enable_feature_flag all`: +**To enable all stable feature flags**, use `rabbitmqctl enable_feature_flag all`:
+# will enable all stable feature flags
 rabbitmqctl enable_feature_flag all
 
From 4081863ffaa32fd4e4dd0c536ed8046f2d05940c Mon Sep 17 00:00:00 2001 From: pstack2021 <92340956+pstack2021@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:11:43 +0000 Subject: [PATCH 09/13] Update feature-flags.md Additional update (a note) for Feature Flag PR: https://github.com/rabbitmq/rabbitmq-website/pull/1840 to the 3.12.x docs @michaelklishin, can you please merge, thanks. --- site/feature-flags.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/feature-flags.md b/site/feature-flags.md index f2c0265f24..ca930be973 100644 --- a/site/feature-flags.md +++ b/site/feature-flags.md @@ -224,6 +224,8 @@ rabbitmqctl enable_feature_flag <name> rabbitmqctl enable_feature_flag all +Note, the `rabbitmqctl enable_feature_flag all` command enables stable feature flags only and not experimental ones. + The `list_feature_flags` command can be used again to verify the feature flags' states. Assuming all feature flags were disabled initially, here is the state after enabling the `quorum_queue` feature flag: From 41584d6de4025612fe69e800165fb1404d52925c Mon Sep 17 00:00:00 2001 From: pstack2021 <92340956+pstack2021@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:32:25 +0000 Subject: [PATCH 10/13] Update index.xml Adding 2 more companies for training, this request came from @HowardTwine, these companies were added to the 3.13 docs on the 19.03 via PR: https://github.com/rabbitmq/rabbitmq-website/pull/1845 --- site/index.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/site/index.xml b/site/index.xml index 9c196fdaf0..6d3621793c 100644 --- a/site/index.xml +++ b/site/index.xml @@ -234,8 +234,10 @@ limitations under the License.

The following companies provide free, virtual, or instructor-led courses for RabbitMQ: VMware, Erlang Solutions, - Visual Integrator, Inc and - LearnQuest. + Visual Integrator, Inc, + LearnQuest, + Seventh State, and + Coders 51,.

From 50778051e792b6c4a84db180b23a2fdc3d4cff7d Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 22 Mar 2024 00:15:03 -0400 Subject: [PATCH 11/13] Update pip packages --- Pipfile.lock | 258 +++++++++++++++++++++++---------------------------- 1 file changed, 118 insertions(+), 140 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 87698b030b..0575ede843 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -16,142 +16,128 @@ "default": { "lxml": { "hashes": [ - "sha256:05186a0f1346ae12553d66df1cfce6f251589fea3ad3da4f3ef4e34b2d58c6a3", - "sha256:075b731ddd9e7f68ad24c635374211376aa05a281673ede86cbe1d1b3455279d", - "sha256:081d32421db5df44c41b7f08a334a090a545c54ba977e47fd7cc2deece78809a", - "sha256:0a3d3487f07c1d7f150894c238299934a2a074ef590b583103a45002035be120", - "sha256:0bfd0767c5c1de2551a120673b72e5d4b628737cb05414f03c3277bf9bed3305", - "sha256:0c0850c8b02c298d3c7006b23e98249515ac57430e16a166873fc47a5d549287", - "sha256:0e2cb47860da1f7e9a5256254b74ae331687b9672dfa780eed355c4c9c3dbd23", - "sha256:120fa9349a24c7043854c53cae8cec227e1f79195a7493e09e0c12e29f918e52", - "sha256:1247694b26342a7bf47c02e513d32225ededd18045264d40758abeb3c838a51f", - "sha256:141f1d1a9b663c679dc524af3ea1773e618907e96075262726c7612c02b149a4", - "sha256:14e019fd83b831b2e61baed40cab76222139926b1fb5ed0e79225bc0cae14584", - "sha256:1509dd12b773c02acd154582088820893109f6ca27ef7291b003d0e81666109f", - "sha256:17a753023436a18e27dd7769e798ce302963c236bc4114ceee5b25c18c52c693", - "sha256:1e224d5755dba2f4a9498e150c43792392ac9b5380aa1b845f98a1618c94eeef", - "sha256:1f447ea5429b54f9582d4b955f5f1985f278ce5cf169f72eea8afd9502973dd5", - "sha256:23eed6d7b1a3336ad92d8e39d4bfe09073c31bfe502f20ca5116b2a334f8ec02", - "sha256:25f32acefac14ef7bd53e4218fe93b804ef6f6b92ffdb4322bb6d49d94cad2bc", - "sha256:2c74524e179f2ad6d2a4f7caf70e2d96639c0954c943ad601a9e146c76408ed7", - "sha256:303bf1edce6ced16bf67a18a1cf8339d0db79577eec5d9a6d4a80f0fb10aa2da", - "sha256:3331bece23c9ee066e0fb3f96c61322b9e0f54d775fccefff4c38ca488de283a", - "sha256:3e9bdd30efde2b9ccfa9cb5768ba04fe71b018a25ea093379c857c9dad262c40", - "sha256:411007c0d88188d9f621b11d252cce90c4a2d1a49db6c068e3c16422f306eab8", - "sha256:42871176e7896d5d45138f6d28751053c711ed4d48d8e30b498da155af39aebd", - "sha256:46f409a2d60f634fe550f7133ed30ad5321ae2e6630f13657fb9479506b00601", - "sha256:48628bd53a426c9eb9bc066a923acaa0878d1e86129fd5359aee99285f4eed9c", - "sha256:48d6ed886b343d11493129e019da91d4039826794a3e3027321c56d9e71505be", - "sha256:4930be26af26ac545c3dffb662521d4e6268352866956672231887d18f0eaab2", - "sha256:4aec80cde9197340bc353d2768e2a75f5f60bacda2bab72ab1dc499589b3878c", - "sha256:4c28a9144688aef80d6ea666c809b4b0e50010a2aca784c97f5e6bf143d9f129", - "sha256:4d2d1edbca80b510443f51afd8496be95529db04a509bc8faee49c7b0fb6d2cc", - "sha256:4dd9a263e845a72eacb60d12401e37c616438ea2e5442885f65082c276dfb2b2", - "sha256:4f1026bc732b6a7f96369f7bfe1a4f2290fb34dce00d8644bc3036fb351a4ca1", - "sha256:4fb960a632a49f2f089d522f70496640fdf1218f1243889da3822e0a9f5f3ba7", - "sha256:50670615eaf97227d5dc60de2dc99fb134a7130d310d783314e7724bf163f75d", - "sha256:50baa9c1c47efcaef189f31e3d00d697c6d4afda5c3cde0302d063492ff9b477", - "sha256:53ace1c1fd5a74ef662f844a0413446c0629d151055340e9893da958a374f70d", - "sha256:5515edd2a6d1a5a70bfcdee23b42ec33425e405c5b351478ab7dc9347228f96e", - "sha256:56dc1f1ebccc656d1b3ed288f11e27172a01503fc016bcabdcbc0978b19352b7", - "sha256:578695735c5a3f51569810dfebd05dd6f888147a34f0f98d4bb27e92b76e05c2", - "sha256:57aba1bbdf450b726d58b2aea5fe47c7875f5afb2c4a23784ed78f19a0462574", - "sha256:57d6ba0ca2b0c462f339640d22882acc711de224d769edf29962b09f77129cbf", - "sha256:5c245b783db29c4e4fbbbfc9c5a78be496c9fea25517f90606aa1f6b2b3d5f7b", - "sha256:5c31c7462abdf8f2ac0577d9f05279727e698f97ecbb02f17939ea99ae8daa98", - "sha256:64f479d719dc9f4c813ad9bb6b28f8390360660b73b2e4beb4cb0ae7104f1c12", - "sha256:65299ea57d82fb91c7f019300d24050c4ddeb7c5a190e076b5f48a2b43d19c42", - "sha256:6689a3d7fd13dc687e9102a27e98ef33730ac4fe37795d5036d18b4d527abd35", - "sha256:690dafd0b187ed38583a648076865d8c229661ed20e48f2335d68e2cf7dc829d", - "sha256:6fc3c450eaa0b56f815c7b62f2b7fba7266c4779adcf1cece9e6deb1de7305ce", - "sha256:704f61ba8c1283c71b16135caf697557f5ecf3e74d9e453233e4771d68a1f42d", - "sha256:71c52db65e4b56b8ddc5bb89fb2e66c558ed9d1a74a45ceb7dcb20c191c3df2f", - "sha256:71d66ee82e7417828af6ecd7db817913cb0cf9d4e61aa0ac1fde0583d84358db", - "sha256:7d298a1bd60c067ea75d9f684f5f3992c9d6766fadbc0bcedd39750bf344c2f4", - "sha256:8b77946fd508cbf0fccd8e400a7f71d4ac0e1595812e66025bac475a8e811694", - "sha256:8d7e43bd40f65f7d97ad8ef5c9b1778943d02f04febef12def25f7583d19baac", - "sha256:8df133a2ea5e74eef5e8fc6f19b9e085f758768a16e9877a60aec455ed2609b2", - "sha256:8ed74706b26ad100433da4b9d807eae371efaa266ffc3e9191ea436087a9d6a7", - "sha256:92af161ecbdb2883c4593d5ed4815ea71b31fafd7fd05789b23100d081ecac96", - "sha256:97047f0d25cd4bcae81f9ec9dc290ca3e15927c192df17331b53bebe0e3ff96d", - "sha256:9719fe17307a9e814580af1f5c6e05ca593b12fb7e44fe62450a5384dbf61b4b", - "sha256:9767e79108424fb6c3edf8f81e6730666a50feb01a328f4a016464a5893f835a", - "sha256:9a92d3faef50658dd2c5470af249985782bf754c4e18e15afb67d3ab06233f13", - "sha256:9bb6ad405121241e99a86efff22d3ef469024ce22875a7ae045896ad23ba2340", - "sha256:9e28c51fa0ce5674be9f560c6761c1b441631901993f76700b1b30ca6c8378d6", - "sha256:aca086dc5f9ef98c512bac8efea4483eb84abbf926eaeedf7b91479feb092458", - "sha256:ae8b9c6deb1e634ba4f1930eb67ef6e6bf6a44b6eb5ad605642b2d6d5ed9ce3c", - "sha256:b0a545b46b526d418eb91754565ba5b63b1c0b12f9bd2f808c852d9b4b2f9b5c", - "sha256:b4e4bc18382088514ebde9328da057775055940a1f2e18f6ad2d78aa0f3ec5b9", - "sha256:b6420a005548ad52154c8ceab4a1290ff78d757f9e5cbc68f8c77089acd3c432", - "sha256:b86164d2cff4d3aaa1f04a14685cbc072efd0b4f99ca5708b2ad1b9b5988a991", - "sha256:bb3bb49c7a6ad9d981d734ef7c7193bc349ac338776a0360cc671eaee89bcf69", - "sha256:bef4e656f7d98aaa3486d2627e7d2df1157d7e88e7efd43a65aa5dd4714916cf", - "sha256:c0781a98ff5e6586926293e59480b64ddd46282953203c76ae15dbbbf302e8bb", - "sha256:c2006f5c8d28dee289f7020f721354362fa304acbaaf9745751ac4006650254b", - "sha256:c41bfca0bd3532d53d16fd34d20806d5c2b1ace22a2f2e4c0008570bf2c58833", - "sha256:cd47b4a0d41d2afa3e58e5bf1f62069255aa2fd6ff5ee41604418ca925911d76", - "sha256:cdb650fc86227eba20de1a29d4b2c1bfe139dc75a0669270033cb2ea3d391b85", - "sha256:cef2502e7e8a96fe5ad686d60b49e1ab03e438bd9123987994528febd569868e", - "sha256:d27be7405547d1f958b60837dc4c1007da90b8b23f54ba1f8b728c78fdb19d50", - "sha256:d37017287a7adb6ab77e1c5bee9bcf9660f90ff445042b790402a654d2ad81d8", - "sha256:d3ff32724f98fbbbfa9f49d82852b159e9784d6094983d9a8b7f2ddaebb063d4", - "sha256:d73d8ecf8ecf10a3bd007f2192725a34bd62898e8da27eb9d32a58084f93962b", - "sha256:dd708cf4ee4408cf46a48b108fb9427bfa00b9b85812a9262b5c668af2533ea5", - "sha256:e3cd95e10c2610c360154afdc2f1480aea394f4a4f1ea0a5eacce49640c9b190", - "sha256:e4da8ca0c0c0aea88fd46be8e44bd49716772358d648cce45fe387f7b92374a7", - "sha256:eadfbbbfb41b44034a4c757fd5d70baccd43296fb894dba0295606a7cf3124aa", - "sha256:ed667f49b11360951e201453fc3967344d0d0263aa415e1619e85ae7fd17b4e0", - "sha256:f3df3db1d336b9356dd3112eae5f5c2b8b377f3bc826848567f10bfddfee77e9", - "sha256:f6bdac493b949141b733c5345b6ba8f87a226029cbabc7e9e121a413e49441e0", - "sha256:fbf521479bcac1e25a663df882c46a641a9bff6b56dc8b0fafaebd2f66fb231b", - "sha256:fc9b106a1bf918db68619fdcd6d5ad4f972fdd19c01d19bdb6bf63f3589a9ec5", - "sha256:fcdd00edfd0a3001e0181eab3e63bd5c74ad3e67152c84f93f13769a40e073a7", - "sha256:fe4bda6bd4340caa6e5cf95e73f8fea5c4bfc55763dd42f1b50a94c1b4a2fbd4" + "sha256:13521a321a25c641b9ea127ef478b580b5ec82aa2e9fc076c86169d161798b01", + "sha256:14deca1460b4b0f6b01f1ddc9557704e8b365f55c63070463f6c18619ebf964f", + "sha256:16018f7099245157564d7148165132c70adb272fb5a17c048ba70d9cc542a1a1", + "sha256:16dd953fb719f0ffc5bc067428fc9e88f599e15723a85618c45847c96f11f431", + "sha256:19a1bc898ae9f06bccb7c3e1dfd73897ecbbd2c96afe9095a6026016e5ca97b8", + "sha256:1ad17c20e3666c035db502c78b86e58ff6b5991906e55bdbef94977700c72623", + "sha256:22b7ee4c35f374e2c20337a95502057964d7e35b996b1c667b5c65c567d2252a", + "sha256:24ef5a4631c0b6cceaf2dbca21687e29725b7c4e171f33a8f8ce23c12558ded1", + "sha256:25663d6e99659544ee8fe1b89b1a8c0aaa5e34b103fab124b17fa958c4a324a6", + "sha256:262bc5f512a66b527d026518507e78c2f9c2bd9eb5c8aeeb9f0eb43fcb69dc67", + "sha256:280f3edf15c2a967d923bcfb1f8f15337ad36f93525828b40a0f9d6c2ad24890", + "sha256:2ad3a8ce9e8a767131061a22cd28fdffa3cd2dc193f399ff7b81777f3520e372", + "sha256:2befa20a13f1a75c751f47e00929fb3433d67eb9923c2c0b364de449121f447c", + "sha256:2f37c6d7106a9d6f0708d4e164b707037b7380fcd0b04c5bd9cae1fb46a856fb", + "sha256:304128394c9c22b6569eba2a6d98392b56fbdfbad58f83ea702530be80d0f9df", + "sha256:342e95bddec3a698ac24378d61996b3ee5ba9acfeb253986002ac53c9a5f6f84", + "sha256:3aeca824b38ca78d9ee2ab82bd9883083d0492d9d17df065ba3b94e88e4d7ee6", + "sha256:3d184e0d5c918cff04cdde9dbdf9600e960161d773666958c9d7b565ccc60c45", + "sha256:3e3898ae2b58eeafedfe99e542a17859017d72d7f6a63de0f04f99c2cb125936", + "sha256:3eea6ed6e6c918e468e693c41ef07f3c3acc310b70ddd9cc72d9ef84bc9564ca", + "sha256:3f14a4fb1c1c402a22e6a341a24c1341b4a3def81b41cd354386dcb795f83897", + "sha256:436a943c2900bb98123b06437cdd30580a61340fbdb7b28aaf345a459c19046a", + "sha256:4946e7f59b7b6a9e27bef34422f645e9a368cb2be11bf1ef3cafc39a1f6ba68d", + "sha256:49a9b4af45e8b925e1cd6f3b15bbba2c81e7dba6dce170c677c9cda547411e14", + "sha256:4f8b0c78e7aac24979ef09b7f50da871c2de2def043d468c4b41f512d831e912", + "sha256:52427a7eadc98f9e62cb1368a5079ae826f94f05755d2d567d93ee1bc3ceb354", + "sha256:5e53d7e6a98b64fe54775d23a7c669763451340c3d44ad5e3a3b48a1efbdc96f", + "sha256:5fcfbebdb0c5d8d18b84118842f31965d59ee3e66996ac842e21f957eb76138c", + "sha256:601f4a75797d7a770daed8b42b97cd1bb1ba18bd51a9382077a6a247a12aa38d", + "sha256:61c5a7edbd7c695e54fca029ceb351fc45cd8860119a0f83e48be44e1c464862", + "sha256:6a2a2c724d97c1eb8cf966b16ca2915566a4904b9aad2ed9a09c748ffe14f969", + "sha256:6d48fc57e7c1e3df57be5ae8614bab6d4e7b60f65c5457915c26892c41afc59e", + "sha256:6f11b77ec0979f7e4dc5ae081325a2946f1fe424148d3945f943ceaede98adb8", + "sha256:704f5572ff473a5f897745abebc6df40f22d4133c1e0a1f124e4f2bd3330ff7e", + "sha256:725e171e0b99a66ec8605ac77fa12239dbe061482ac854d25720e2294652eeaa", + "sha256:7cfced4a069003d8913408e10ca8ed092c49a7f6cefee9bb74b6b3e860683b45", + "sha256:7ec465e6549ed97e9f1e5ed51c657c9ede767bc1c11552f7f4d022c4df4a977a", + "sha256:82bddf0e72cb2af3cbba7cec1d2fd11fda0de6be8f4492223d4a268713ef2147", + "sha256:82cd34f1081ae4ea2ede3d52f71b7be313756e99b4b5f829f89b12da552d3aa3", + "sha256:843b9c835580d52828d8f69ea4302537337a21e6b4f1ec711a52241ba4a824f3", + "sha256:877efb968c3d7eb2dad540b6cabf2f1d3c0fbf4b2d309a3c141f79c7e0061324", + "sha256:8b9f19df998761babaa7f09e6bc169294eefafd6149aaa272081cbddc7ba4ca3", + "sha256:8cf5877f7ed384dabfdcc37922c3191bf27e55b498fecece9fd5c2c7aaa34c33", + "sha256:8d2900b7f5318bc7ad8631d3d40190b95ef2aa8cc59473b73b294e4a55e9f30f", + "sha256:8d7b4beebb178e9183138f552238f7e6613162a42164233e2bda00cb3afac58f", + "sha256:8f52fe6859b9db71ee609b0c0a70fea5f1e71c3462ecf144ca800d3f434f0764", + "sha256:98f3f020a2b736566c707c8e034945c02aa94e124c24f77ca097c446f81b01f1", + "sha256:9aa543980ab1fbf1720969af1d99095a548ea42e00361e727c58a40832439114", + "sha256:9b99f564659cfa704a2dd82d0684207b1aadf7d02d33e54845f9fc78e06b7581", + "sha256:9bcf86dfc8ff3e992fed847c077bd875d9e0ba2fa25d859c3a0f0f76f07f0c8d", + "sha256:9bd0ae7cc2b85320abd5e0abad5ccee5564ed5f0cc90245d2f9a8ef330a8deae", + "sha256:9d3c0f8567ffe7502d969c2c1b809892dc793b5d0665f602aad19895f8d508da", + "sha256:9e5ac3437746189a9b4121db2a7b86056ac8786b12e88838696899328fc44bb2", + "sha256:a36c506e5f8aeb40680491d39ed94670487ce6614b9d27cabe45d94cd5d63e1e", + "sha256:a5ab722ae5a873d8dcee1f5f45ddd93c34210aed44ff2dc643b5025981908cda", + "sha256:a96f02ba1bcd330807fc060ed91d1f7a20853da6dd449e5da4b09bfcc08fdcf5", + "sha256:acb6b2f96f60f70e7f34efe0c3ea34ca63f19ca63ce90019c6cbca6b676e81fa", + "sha256:ae15347a88cf8af0949a9872b57a320d2605ae069bcdf047677318bc0bba45b1", + "sha256:af8920ce4a55ff41167ddbc20077f5698c2e710ad3353d32a07d3264f3a2021e", + "sha256:afd825e30f8d1f521713a5669b63657bcfe5980a916c95855060048b88e1adb7", + "sha256:b21b4031b53d25b0858d4e124f2f9131ffc1530431c6d1321805c90da78388d1", + "sha256:b4b68c961b5cc402cbd99cca5eb2547e46ce77260eb705f4d117fd9c3f932b95", + "sha256:b66aa6357b265670bb574f050ffceefb98549c721cf28351b748be1ef9577d93", + "sha256:b9e240ae0ba96477682aa87899d94ddec1cc7926f9df29b1dd57b39e797d5ab5", + "sha256:bc64d1b1dab08f679fb89c368f4c05693f58a9faf744c4d390d7ed1d8223869b", + "sha256:bf8443781533b8d37b295016a4b53c1494fa9a03573c09ca5104550c138d5c05", + "sha256:c26aab6ea9c54d3bed716b8851c8bfc40cb249b8e9880e250d1eddde9f709bf5", + "sha256:c3cd1fc1dc7c376c54440aeaaa0dcc803d2126732ff5c6b68ccd619f2e64be4f", + "sha256:c7257171bb8d4432fe9d6fdde4d55fdbe663a63636a17f7f9aaba9bcb3153ad7", + "sha256:d42e3a3fc18acc88b838efded0e6ec3edf3e328a58c68fbd36a7263a874906c8", + "sha256:d74fcaf87132ffc0447b3c685a9f862ffb5b43e70ea6beec2fb8057d5d2a1fea", + "sha256:d8c1d679df4361408b628f42b26a5d62bd3e9ba7f0c0e7969f925021554755aa", + "sha256:e856c1c7255c739434489ec9c8aa9cdf5179785d10ff20add308b5d673bed5cd", + "sha256:eac68f96539b32fce2c9b47eb7c25bb2582bdaf1bbb360d25f564ee9e04c542b", + "sha256:ed7326563024b6e91fef6b6c7a1a2ff0a71b97793ac33dbbcf38f6005e51ff6e", + "sha256:ed8c3d2cd329bf779b7ed38db176738f3f8be637bb395ce9629fc76f78afe3d4", + "sha256:f4c9bda132ad108b387c33fabfea47866af87f4ea6ffb79418004f0521e63204", + "sha256:f643ffd2669ffd4b5a3e9b41c909b72b2a1d5e4915da90a77e119b8d48ce867a" ], "index": "pypi", - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", - "version": "==4.9.3" + "markers": "python_version >= '3.6'", + "version": "==5.1.0" }, "markdown": { "hashes": [ - "sha256:225c6123522495d4119a90b3a3ba31a1e87a70369e03f14799ea9c0d7183a3d6", - "sha256:a4c1b65c0957b4bd9e7d86ddc7b3c9868fb9670660f6f99f6d1bca8954d5a941" + "sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f", + "sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224" ], "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==3.4.4" + "markers": "python_version >= '3.8'", + "version": "==3.6" } }, "develop": { "black": { "hashes": [ - "sha256:031e8c69f3d3b09e1aa471a926a1eeb0b9071f80b17689a655f7885ac9325a6f", - "sha256:13a2e4a93bb8ca74a749b6974925c27219bb3df4d42fc45e948a5d9feb5122b7", - "sha256:13ef033794029b85dfea8032c9d3b92b42b526f1ff4bf13b2182ce4e917f5100", - "sha256:14f04c990259576acd093871e7e9b14918eb28f1866f91968ff5524293f9c573", - "sha256:24b6b3ff5c6d9ea08a8888f6977eae858e1f340d7260cf56d70a49823236b62d", - "sha256:403397c033adbc45c2bd41747da1f7fc7eaa44efbee256b53842470d4ac5a70f", - "sha256:50254ebfa56aa46a9fdd5d651f9637485068a1adf42270148cd101cdf56e0ad9", - "sha256:538efb451cd50f43aba394e9ec7ad55a37598faae3348d723b59ea8e91616300", - "sha256:638619a559280de0c2aa4d76f504891c9860bb8fa214267358f0a20f27c12948", - "sha256:6a3b50e4b93f43b34a9d3ef00d9b6728b4a722c997c99ab09102fd5efdb88325", - "sha256:6ccd59584cc834b6d127628713e4b6b968e5f79572da66284532525a042549f9", - "sha256:75a2dc41b183d4872d3a500d2b9c9016e67ed95738a3624f4751a0cb4818fe71", - "sha256:7d30ec46de88091e4316b17ae58bbbfc12b2de05e069030f6b747dfc649ad186", - "sha256:8431445bf62d2a914b541da7ab3e2b4f3bc052d2ccbf157ebad18ea126efb91f", - "sha256:8fc1ddcf83f996247505db6b715294eba56ea9372e107fd54963c7553f2b6dfe", - "sha256:a732b82747235e0542c03bf352c126052c0fbc458d8a239a94701175b17d4855", - "sha256:adc3e4442eef57f99b5590b245a328aad19c99552e0bdc7f0b04db6656debd80", - "sha256:c46767e8df1b7beefb0899c4a95fb43058fa8500b6db144f4ff3ca38eb2f6393", - "sha256:c619f063c2d68f19b2d7270f4cf3192cb81c9ec5bc5ba02df91471d0b88c4c5c", - "sha256:cf3a4d00e4cdb6734b64bf23cd4341421e8953615cba6b3670453737a72ec204", - "sha256:cf99f3de8b3273a8317681d8194ea222f10e0133a24a7548c73ce44ea1679377", - "sha256:d6bc09188020c9ac2555a498949401ab35bb6bf76d4e0f8ee251694664df6301" + "sha256:2818cf72dfd5d289e48f37ccfa08b460bf469e67fb7c4abb07edc2e9f16fb63f", + "sha256:41622020d7120e01d377f74249e677039d20e6344ff5851de8a10f11f513bf93", + "sha256:4acf672def7eb1725f41f38bf6bf425c8237248bb0804faa3965c036f7672d11", + "sha256:4be5bb28e090456adfc1255e03967fb67ca846a03be7aadf6249096100ee32d0", + "sha256:4f1373a7808a8f135b774039f61d59e4be7eb56b2513d3d2f02a8b9365b8a8a9", + "sha256:56f52cfbd3dabe2798d76dbdd299faa046a901041faf2cf33288bc4e6dae57b5", + "sha256:65b76c275e4c1c5ce6e9870911384bff5ca31ab63d19c76811cb1fb162678213", + "sha256:65c02e4ea2ae09d16314d30912a58ada9a5c4fdfedf9512d23326128ac08ac3d", + "sha256:6905238a754ceb7788a73f02b45637d820b2f5478b20fec82ea865e4f5d4d9f7", + "sha256:79dcf34b33e38ed1b17434693763301d7ccbd1c5860674a8f871bd15139e7837", + "sha256:7bb041dca0d784697af4646d3b62ba4a6b028276ae878e53f6b4f74ddd6db99f", + "sha256:7d5e026f8da0322b5662fa7a8e752b3fa2dac1c1cbc213c3d7ff9bdd0ab12395", + "sha256:9f50ea1132e2189d8dff0115ab75b65590a3e97de1e143795adb4ce317934995", + "sha256:a0c9c4a0771afc6919578cec71ce82a3e31e054904e7197deacbc9382671c41f", + "sha256:aadf7a02d947936ee418777e0247ea114f78aff0d0959461057cae8a04f20597", + "sha256:b5991d523eee14756f3c8d5df5231550ae8993e2286b8014e2fdea7156ed0959", + "sha256:bf21b7b230718a5f08bd32d5e4f1db7fc8788345c8aea1d155fc17852b3410f5", + "sha256:c45f8dff244b3c431b36e3224b6be4a127c6aca780853574c00faf99258041eb", + "sha256:c7ed6668cbbfcd231fa0dc1b137d3e40c04c7f786e626b405c62bcd5db5857e4", + "sha256:d7de8d330763c66663661a1ffd432274a2f92f07feeddd89ffd085b5744f85e7", + "sha256:e19cb1c6365fd6dc38a6eae2dcb691d7d83935c10215aef8e6c38edee3f77abd", + "sha256:e2af80566f43c85f5797365077fb64a393861a3730bd110971ab7a0c94e873e7" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==23.9.1" + "version": "==24.3.0" }, "click": { "hashes": [ @@ -161,14 +147,6 @@ "markers": "python_version >= '3.7'", "version": "==8.1.7" }, - "colorama": { - "hashes": [ - "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", - "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" - ], - "markers": "platform_system == 'Windows'", - "version": "==0.4.6" - }, "mypy-extensions": { "hashes": [ "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d", @@ -179,27 +157,27 @@ }, "packaging": { "hashes": [ - "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5", - "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7" + "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5", + "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9" ], "markers": "python_version >= '3.7'", - "version": "==23.2" + "version": "==24.0" }, "pathspec": { "hashes": [ - "sha256:1d6ed233af05e679efb96b1851550ea95bbb64b7c490b0f5aa52996c11e92a20", - "sha256:e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3" + "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08", + "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" ], - "markers": "python_version >= '3.7'", - "version": "==0.11.2" + "markers": "python_version >= '3.8'", + "version": "==0.12.1" }, "platformdirs": { "hashes": [ - "sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3", - "sha256:e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e" + "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068", + "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768" ], - "markers": "python_version >= '3.7'", - "version": "==3.11.0" + "markers": "python_version >= '3.8'", + "version": "==4.2.0" } } } From e20e25de2184c29b05d20d7baaba1bc80de50465 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 4 Jun 2025 12:39:41 +0400 Subject: [PATCH 12/13] Release Series: link to the modern version of the site --- site/versions.md | 180 +---------------------------------------------- 1 file changed, 2 insertions(+), 178 deletions(-) diff --git a/site/versions.md b/site/versions.md index 2f4c122dd5..eaa10562a0 100644 --- a/site/versions.md +++ b/site/versions.md @@ -17,182 +17,6 @@ limitations under the License. # Release Series -## Overview +## This Page Has Moved -This guide explains what release series of RabbitMQ are currently covered by -community or extended commercial support policies, which release series is coming next, and -what series are no longer supported. - -For guidance on upgrades, see the [Upgrade](./upgrade.html) and -[Blue/Green Deployment Upgrade](./blue-green-upgrade.html) guides. - -## Currently Supported &product-name; Release Series - - - - - - - - - - - - - - - - - - - -
VersionLatest PatchFirst ReleaseEnd of Community Support1End of Extended Commercial Support2In service for
3.12&version-server;02 June 202330 June 202431 December 202418 months
- -## &product-name; Release Series That are Only Covered by Extended Support - - - - - - - - - - - - - - - - - - - -
VersionLatest PatchFirst ReleaseEnd of Community Support1End of Extended Commercial Support2In service for
3.113.11.2828 September 202231 December, 202331 July, 202422 months
- - -## Definition of Community and Extended Commercial Support - -In January 2023, the term **general support** was replaced with **community support** to avoid confusion with -VMware [terminology related to support lifecycle policy](https://tanzu.vmware.com/support/lifecycle_policy). - -1 **Community Support** means patch releases are [produced regularly](./changelog.html) based on feedback from all users, -both community and those with a commercial license. - -2 **Extended Commercial Support** means patches are produced for security and high severity issues reported by users with a [commercial license](./contact.html#paid-support). - - -## Next Release Series - -[RabbitMQ 3.13](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.13.0-rc.3), the next release series, is expected to be released in early 2024. - -## Release Series That are Out of Support - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
VersionFinal PatchFirst ReleaseEnd of LifeIn service for
3.103.10.253 May 202231 December, 202319 months
3.93.9.2926 July 202131 July, 202324 months
3.83.8.351 October 201931 July 202234 months
3.73.7.2828 November 201730 September 202034 months
3.63.6.1622 December 201531 May 201829 months
3.53.5.811 March 201531 October 201620 months
3.43.4.421 October 201431 October 201512 months
3.33.3.52 April 201431 March 201512 months
3.23.2.423 October 201331 October 201412 months
3.13.1.51 May 201330 April 201412 months
3.03.0.419 November 201230 November 201312 months
- -To learn more about individual releases, please see the [change log](./changelog.html). - - -## Versions prior to v3.x - -RabbitMQ v2.0.0 was released on 24 August 2010. -
It reached end of life on 31 December 2012 as v2.8.7. - -RabbitMQ v1.0.0 was released on 1 July 2007. -
It reached end of life on 31 December 2010 as v1.8.1. +See [Release Information](https://www.rabbitmq.com/release-information) on the modern version of the website. From dbd376a6a37487684a1a80df1f864705abc3337c Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 4 Jun 2025 12:40:25 +0400 Subject: [PATCH 13/13] Ignore build directories used by modern branches --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cf5ddffb80..deb4e78a53 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,9 @@ target/ site/img/.DS_Store .DS_Store *env*/ -.vscode \ No newline at end of file +.vscode + +node_modules/* +.fleet/* +.docusaurus/* +build/*