diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 75f472d13..7c421f75e 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -50,7 +50,7 @@ Important notes: * Clustering malfunction fixes [#6221, #6381] Mostly changes made in [ekka](https://github.com/emqx/ekka/pull/134)
From 0.8.1.4 to 0.8.1.6, fixes included intra-cluster RPC call timeouts,
- also fixed `ekka_locker` process crashe after killing a hanged lock owner. + also fixed `ekka_locker` process crashed after killing a hanged lock owner. * Improved log message when TCP proxy is in use but proxy_protocol configuration is not turned on [#6416]
"please check proxy_protocol config for specific listeners and zones" to hint a misconfiguration @@ -105,6 +105,8 @@ Important notes: properties such as protocol name, protocol version, username (if any) peer-host
etc. are filled as MQTT message headers. +* Format the message id to hex strings in the log message [#6961] + ## v4.3.0~10 Older version changes are not tracked here.