docs: update CHANGES-4.3.md

This commit is contained in:
JianBo He 2022-02-15 10:14:58 +08:00
parent a2d8405f99
commit 9300d6636d
1 changed files with 2 additions and 0 deletions

View File

@ -16,11 +16,13 @@ File format:
* CLI `emqx_ctl pem_cache clean` to force purge x509 certificate cache,
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]
### Bug fixes
* Fix case where publishing to a non-existent topic alias would crash the connection [#6979]
* Fix HTTP-API 500 error on querying the lwm2m client list on the another node [#7009]
* Fix the ExProto connection registry is not released after the client process abnormally exits [#6983]
## v4.3.12
### Important changes