docs: update CHANGES-4.3.md

This commit is contained in:
JimMoen 2022-03-10 13:12:35 +08:00
parent 8ea84e4a01
commit 892600f43f
1 changed files with 2 additions and 1 deletions

View File

@ -23,8 +23,9 @@ File format:
to force an immediate reload of all certificates after the files are updated on disk.
* Refactor the ExProto so that anonymous clients can also be displayed on the dashboard [#6983]
* Force shutdown of processe that cannot answer takeover event [#7026]
* `topic` parameter in bridge configuration can have `${node}` substitution (just like in `clientid` parameter)
* Add UTF-8 string validity check in `strict_mode` for MQTT packet.
When set to true, invalid UTF-8 strings will cause the client to be disconnected. i.e. client ID, topic name. [#7261]
### Bug fixes