From a79df4ba690c2dbd83f740cf4fbbb4b5ea5ef1bb Mon Sep 17 00:00:00 2001 From: JimMoen Date: Tue, 9 Apr 2024 18:14:30 +0800 Subject: [PATCH] chore: add change log for #12855 --- changes/fix-12855.en.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/fix-12855.en.md diff --git a/changes/fix-12855.en.md b/changes/fix-12855.en.md new file mode 100644 index 000000000..422008243 --- /dev/null +++ b/changes/fix-12855.en.md @@ -0,0 +1,2 @@ +Fix when the client subscribes/unsubscribes to a shared topic, the system topic messages for Client subscribed/unsubscribed notification cannot be serialized correctly. +Fix the `$queue` shared topics format error in endpoint `/topics`.