Updating release docs
This commit is contained in:
parent
031788dbe8
commit
4b55da3eb0
|
@ -9,13 +9,17 @@ This chapter provides the following information for each release:
|
||||||
chapter in addition to any version-specific upgrade instructions outlined here.
|
chapter in addition to any version-specific upgrade instructions outlined here.
|
||||||
|
|
||||||
## 2.28.0
|
## 2.28.0
|
||||||
[Full release notes]()
|
[Full release notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352523&projectId=12315920)
|
||||||
|
|
||||||
Highlights:
|
Highlights:
|
||||||
- ...
|
- Bug Fixes and improvements as usual
|
||||||
|
- [ARTEMIS-4136](https://issues.apache.org/jira/browse/ARTEMIS-4136) Mirror sync replication
|
||||||
|
- Mirror now has an option to set sync=true. Blocking operations from clients will wait a round trip on the mirror.
|
||||||
|
- [ARTEMIS-4065](https://issues.apache.org/jira/browse/ARTEMIS-4065) Paging Counter Journal Records were removed
|
||||||
|
- We don't store page counters records on the journal any longer what should simplify operation and improve performance.
|
||||||
|
|
||||||
#### Upgrading from older versions
|
#### Upgrading from older versions
|
||||||
1. Due to [ARTEMIS-3871](https://issues.apache.org/jira/browse/ARTEMIS-3871) the naming pattern used for MQTT _shared_
|
* Due to [ARTEMIS-3871](https://issues.apache.org/jira/browse/ARTEMIS-3871) the naming pattern used for MQTT _shared_
|
||||||
subscription queues has changed. Previously the subscription queue was named according to the subscription name
|
subscription queues has changed. Previously the subscription queue was named according to the subscription name
|
||||||
provided in the MQTT `SUBSCRIBE` packet. However, MQTT allows the same name to be used across multiple subscriptions
|
provided in the MQTT `SUBSCRIBE` packet. However, MQTT allows the same name to be used across multiple subscriptions
|
||||||
whereas queues in the broker must be named uniquely. Now the subscription queue will be named according to the
|
whereas queues in the broker must be named uniquely. Now the subscription queue will be named according to the
|
||||||
|
|
Loading…
Reference in New Issue