diff --git a/changes/v5.0.13-en.md b/changes/v5.0.13-en.md index 1691e3b81..acd210e71 100644 --- a/changes/v5.0.13-en.md +++ b/changes/v5.0.13-en.md @@ -17,3 +17,6 @@ ## Bug fixes - Trigger `message.dropped` hook when QoS2 message is resend by client with a same packet id, or 'awaiting_rel' queue is full [#9487](https://github.com/emqx/emqx/pull/9487). + +- Fix shared subscription 'sticky' strategy [#9578](https://github.com/emqx/emqx/pull/9578). + Prior to this change, a 'sticky' subscriber may continue to receive messages after unsubscribing. diff --git a/changes/v5.0.13-zh.md b/changes/v5.0.13-zh.md index 3f5d5b3a0..9b74dc5f0 100644 --- a/changes/v5.0.13-zh.md +++ b/changes/v5.0.13-zh.md @@ -17,3 +17,6 @@ ## 修复 - 当 QoS2 消息被重发(使用相同 Packet ID),或当 'awaiting_rel' 队列已满时,触发消息丢弃钩子(`message.dropped`)及计数器 [#9487](https://github.com/emqx/emqx/pull/9487)。 + +- 修复共享订阅的 'sticky' 策略 [#9578](https://github.com/emqx/emqx/pull/9578)。 + 在此修复前,使用 'sticky' 策略的订阅客户端可能在取消订阅后继续收到消息。