From 23be2859416900c7d15982d4e85a5bf09f0545fa Mon Sep 17 00:00:00 2001 From: Shawn <506895667@qq.com> Date: Fri, 8 Jul 2022 18:09:48 +0800 Subject: [PATCH] chore: update CHANGES-5.0.md --- CHANGES-5.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES-5.0.md b/CHANGES-5.0.md index 1d9580a74..edbf691d3 100644 --- a/CHANGES-5.0.md +++ b/CHANGES-5.0.md @@ -1,3 +1,13 @@ +# 5.0.4 + +## Bug fixes + +* The `data/configs/cluster-override.conf` is cleared to 0KB if `hocon_pp:do/2` failed [commits/71f64251](https://github.com/emqx/emqx/pull/8443/commits/71f642518a683cc91a32fd542aafaac6ef915720) +* Improve the health_check for webhooks. [commits/6b45d2ea](https://github.com/emqx/emqx/commit/6b45d2ea9fde6d3b4a5b007f7a8c5a1c573d141e) + Prior to this change, the webhook only checks the connectivity of the TCP port using `gen_tcp:connect/2`, so + if it's a HTTPs server, we didn't check if TLS handshake was successful. +* The `create_at` field of rules is missing after emqx restarts. [commits/5fc09e6b](https://github.com/emqx/emqx/commit/5fc09e6b950c340243d7be627a0ce1700691221c) + # 5.0.3 ## Bug fixes