diff --git a/changes/v5.0.16/feat-9893.en.md b/changes/v5.0.16/feat-9893.en.md new file mode 100644 index 000000000..590d82a0f --- /dev/null +++ b/changes/v5.0.16/feat-9893.en.md @@ -0,0 +1 @@ +When connecting with the flag `clean_start=false`, the new session will filter out banned messages from the `mqueue` before deliver. diff --git a/changes/v5.0.16/feat-9893.zh.md b/changes/v5.0.16/feat-9893.zh.md new file mode 100644 index 000000000..30286a679 --- /dev/null +++ b/changes/v5.0.16/feat-9893.zh.md @@ -0,0 +1 @@ +当使用 `clean_start=false` 标志连接时,新会话将在传递之前从 `mqueue` 中过滤掉被封禁的消息。