Merge pull request #6968 from terry-xiaoyu/ekka_0.8.1.8
update changes doc for printable message id
This commit is contained in:
commit
40594f9713
|
@ -50,7 +50,7 @@ Important notes:
|
||||||
* Clustering malfunction fixes [#6221, #6381]
|
* Clustering malfunction fixes [#6221, #6381]
|
||||||
Mostly changes made in [ekka](https://github.com/emqx/ekka/pull/134)<br>
|
Mostly changes made in [ekka](https://github.com/emqx/ekka/pull/134)<br>
|
||||||
From 0.8.1.4 to 0.8.1.6, fixes included intra-cluster RPC call timeouts,<br>
|
From 0.8.1.4 to 0.8.1.6, fixes included intra-cluster RPC call timeouts,<br>
|
||||||
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]<br>
|
* Improved log message when TCP proxy is in use but proxy_protocol configuration is not turned on [#6416]<br>
|
||||||
"please check proxy_protocol config for specific listeners and zones" to hint a misconfiguration
|
"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<br>
|
properties such as protocol name, protocol version, username (if any) peer-host<br>
|
||||||
etc. are filled as MQTT message headers.
|
etc. are filled as MQTT message headers.
|
||||||
|
|
||||||
|
* Format the message id to hex strings in the log message [#6961]
|
||||||
|
|
||||||
## v4.3.0~10
|
## v4.3.0~10
|
||||||
|
|
||||||
Older version changes are not tracked here.
|
Older version changes are not tracked here.
|
||||||
|
|
Loading…
Reference in New Issue