NO-JIRA add version/upgrade info for 2.21.0

This commit is contained in:
Justin Bertram 2022-03-29 15:12:19 -05:00
parent e766b2e6f6
commit 122edfbdb8
No known key found for this signature in database
GPG Key ID: F41830B875BB8633
1 changed files with 29 additions and 0 deletions
docs/user-manual/en

View File

@ -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).