From 9300d6636d6bdbe22117639e30c2bd6663736073 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Tue, 15 Feb 2022 10:14:58 +0800 Subject: [PATCH] docs: update CHANGES-4.3.md --- CHANGES-4.3.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index ed3050058..b14be45a7 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -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