Skip to content

Commit f3f92ed

Browse files
committed
NO-JIRA update release notes for 2.19.0
1 parent 75430f6 commit f3f92ed

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/user-manual/en/versions.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ This chapter provides the following information for each release:
88
- **Note:** Follow the general upgrade procedure outlined in the [Upgrading the Broker](upgrading.md)
99
chapter in addition to any version-specific upgrade instructions outlined here.
1010

11+
## 2.19.0
12+
[Full release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12350519).
13+
14+
Highlights:
15+
- New ability to replay [retained journal](persistence.md#journal-retention)
16+
records via the management API.
17+
- New environment/system property to set the "key" for masked passwords when
18+
using the [default codec](masking-passwords.md#the-default-codec).
19+
- Ability to disable [message-load-balancing and still allow redistribution](clusters.md#configuring-cluster-connections)
20+
via the new `OFF_WITH_REDISTRIBUTION` type.
21+
- MQTT session state can now be cleaned up automatically to avoid excessive
22+
accumulation in situations where client's don't clean up their own sessions.
23+
- Distribute full Jakarta Messaging 3.0 client in the `lib/client` directory
24+
along with a new example of how to use it in `examples/features/standard/queue-jakarta`.
25+
1126
## 2.18.0
1227
[Full release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12349689).
1328

@@ -19,7 +34,7 @@ Highlights:
1934
- [Broker load balancer](broker-balancers.md)
2035
- [Concurrency](core-bridges.md#configuring-bridges) configuration for core
2136
bridges.
22-
- [XPath filter expressions](filter-expressions.md#xpath) (for parity with
37+
- [XPath filter expressions](filter-expressions.md#xpath) (for parity with
2338
ActiveMQ "Classic").
2439

2540
#### Upgrading from older versions

0 commit comments

Comments
 (0)