chore: update CHANGES-4.3.md

This commit is contained in:
JianBo He 2022-03-14 17:48:17 +08:00
parent d4c1b3acc6
commit fcf1178f3b
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ File format:
* Add UTF-8 string validity check in `strict_mode` for MQTT packet. * 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] When set to true, invalid UTF-8 strings will cause the client to be disconnected. i.e. client ID, topic name. [#7261]
* Changed systemd service restart delay from 10 seconds to 60 seconds. * Changed systemd service restart delay from 10 seconds to 60 seconds.
* MQTT-SN gateway supports initiative to synchronize registered topics after session resumed. [#7300]
### Bug fixes ### Bug fixes