You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/03/29 20:13:02 UTC

[activemq-artemis] branch main updated: NO-JIRA add version/upgrade info for 2.21.0

This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 122edfb  NO-JIRA add version/upgrade info for 2.21.0
122edfb is described below

commit 122edfbdb87120b0ddf4e3d477dd7e2f6ffe585a
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Tue Mar 29 15:12:19 2022 -0500

    NO-JIRA add version/upgrade info for 2.21.0
---
 docs/user-manual/en/versions.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/docs/user-manual/en/versions.md b/docs/user-manual/en/versions.md
index 8140c42..800fa47 100644
--- a/docs/user-manual/en/versions.md
+++ b/docs/user-manual/en/versions.md
@@ -8,6 +8,35 @@ This chapter provides the following information for each release:
   - **Note:** Follow the general upgrade procedure outlined in the [Upgrading the Broker](upgrading.md) 
     chapter in addition to any version-specific upgrade instructions outlined here.
 
+## 2.21.0
+[Full release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12351083&projectId=12315920).
+
+Highlights:
+- [MQTT 5](mqtt.md) is now supported.
+- A new set of [performance tools](perf-tools.md) are now available to evaluate
+  throughput and Response Under Load performance of Artemis
+- Diverts now support [multiple addresses](diverts.md#composite-divert)
+- [Runtime configuration reloading](config-reload.md) now supports bridges.
+- [Paging](paging.md#paging-mode) can now be configured by message count.
+
+#### Upgrading from older versions
+
+Due to XML schema changes to correct an inaccurate domain name 2 files will need to
+be updated:
+
+ 1. `etc/bootstrap.xml`
+ 2. `etc/management.xml`
+
+In both files change the XML namespace from `activemq.org` to `activemq.apache.org`,
+e.g. in `bootsrap.xml` use:q:
+```xml
+<broker xmlns="http://activemq.apache.org/schema">
+```
+And in `management.xml` use:
+```xml
+<management-context xmlns="http://activemq.apache.org/schema">
+```
+
 ## 2.20.0
 [Full release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350581&projectId=12315920).