From fa4d73835be1ce9fec7d7d9d9238cebaa0bda8d4 Mon Sep 17 00:00:00 2001 From: JimMoen Date: Sun, 10 Dec 2023 23:15:55 +0800 Subject: [PATCH] chore: bump changes --- changes/feat-12114.en.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/feat-12114.en.md diff --git a/changes/feat-12114.en.md b/changes/feat-12114.en.md new file mode 100644 index 000000000..7e1b5536b --- /dev/null +++ b/changes/feat-12114.en.md @@ -0,0 +1,6 @@ +Added the `peerport` field to ClientInfo. +Added the `peerport` field to the messages `ClientInfo` and `ConnInfo` in ExHook. + +## Breaking changes +* ExHook Proto changed. The `qos` field in message `TopicFilter` was deprecated. + ExHook Server will now receive full subscription options: `qos`, `rh`, `rap`, `nl` in message `SubOpts`