docs: add changelog

This commit is contained in:
Zaiming (Stone) Shi 2023-04-22 09:08:07 +02:00
parent 701a1f65f9
commit 81340edbca
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Deprecate config `broker.shared_dispatch_ack_enabled`.
This was designed to avoid dispatching messages to a shared-subscription session which has the client disconnected.
However since v5.0.9, this feature is no longer useful because the shared-subscrption messages in a expired session will be redispatched to other sessions in the group.
See also: https://github.com/emqx/emqx/pull/9104