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 2021/10/11 15:56:31 UTC

[activemq-artemis] branch main updated: NO-JIRA update release notes for 2.19.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 f3f92ed  NO-JIRA update release notes for 2.19.0
f3f92ed is described below

commit f3f92edd2e347676a977bb1f311af9cb256d8ac8
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Mon Oct 11 10:55:50 2021 -0500

    NO-JIRA update release notes for 2.19.0
---
 docs/user-manual/en/versions.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/docs/user-manual/en/versions.md b/docs/user-manual/en/versions.md
index 4830e6f..0c74501 100644
--- a/docs/user-manual/en/versions.md
+++ b/docs/user-manual/en/versions.md
@@ -8,6 +8,21 @@ 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.19.0
+[Full release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12350519).
+
+Highlights:
+- New ability to replay [retained journal](persistence.md#journal-retention)
+  records via the management API.
+- New environment/system property to set the "key" for masked passwords when 
+  using the [default codec](masking-passwords.md#the-default-codec).
+- Ability to disable [message-load-balancing and still allow redistribution](clusters.md#configuring-cluster-connections)
+  via the new `OFF_WITH_REDISTRIBUTION` type.
+- MQTT session state can now be cleaned up automatically to avoid excessive
+  accumulation in situations where client's don't clean up their own sessions.
+- Distribute full Jakarta Messaging 3.0 client in the `lib/client` directory
+  along with a new example of how to use it in `examples/features/standard/queue-jakarta`.
+
 ## 2.18.0
 [Full release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12349689).
 
@@ -19,7 +34,7 @@ Highlights:
 - [Broker load balancer](broker-balancers.md)
 - [Concurrency](core-bridges.md#configuring-bridges) configuration for core
   bridges.
-- [XPath filter expressions](filter-expressions.md#xpath) (for parity with 
+- [XPath filter expressions](filter-expressions.md#xpath) (for parity with
   ActiveMQ "Classic").
 
 #### Upgrading from older versions