From 990f02928e1d3c5878e487dedd2fba65f229a661 Mon Sep 17 00:00:00 2001 From: DDDHuang <44492639+DDDHuang@users.noreply.github.com> Date: Wed, 22 Jun 2022 19:05:42 +0800 Subject: [PATCH] fix: add some changelog --- CHANGES-4.3.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index eecfe30ac..ecb5fe3e0 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -17,6 +17,8 @@ File format: - Add the possibility of configuring the password for password-protected private key files used for dashboard and management HTTPS listeners. [#8129] +- Add message republish supports using placeholder variables to specify QoS and Retain values. Set `${qos}` and `${flags.retain}` use the original QoS & Retain flag. +- Add supports specifying the network interface address of the cluster listener & rcp call listener. Specify `0.0.0.0` use all network interfaces, or a particular network interface IP address. ### Bug fixes