docs: update change logs
This commit is contained in:
parent
29f394aa70
commit
9d1e41bdb1
|
@ -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.
|
||||
|
|
|
@ -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' 策略的订阅客户端可能在取消订阅后继续收到消息。
|
||||
|
|
Loading…
Reference in New Issue