From c3e1c8a0546c15fbb4192fd34806184a15786ce4 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Sun, 9 Oct 2022 10:31:26 +0800 Subject: [PATCH 1/2] chore(coap): update gen_coap to v0.4.3 --- apps/emqx_coap/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_coap/rebar.config b/apps/emqx_coap/rebar.config index e1da2c197..3ec4e9fdb 100644 --- a/apps/emqx_coap/rebar.config +++ b/apps/emqx_coap/rebar.config @@ -1,4 +1,4 @@ {deps, [ - {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.4.2"}}} + {gen_coap, {git, "https://github.com/emqx/gen_coap", {tag, "v0.4.3"}}} ]}. From cbdd648df1f3afa5673b055d1170a822dd530a0a Mon Sep 17 00:00:00 2001 From: JianBo He Date: Tue, 31 Jan 2023 15:18:23 +0800 Subject: [PATCH 2/2] chore: update changes --- changes/v4.4.15-en.md | 2 ++ changes/v4.4.15-zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/changes/v4.4.15-en.md b/changes/v4.4.15-en.md index f0cd4dad6..56f107a95 100644 --- a/changes/v4.4.15-en.md +++ b/changes/v4.4.15-en.md @@ -21,3 +21,5 @@ ``` 2023-01-29T13:40:36.567692+08:00 [debug] 127.0.0.1:50393 [MQTT] RECV CONNECT(Q0, R0, D0ClientId=test_client, ... Password=undefined) ``` + +- Avoid crash logs in CoAP gateway when receiving liveness checking packets from Load Balancer [#9869](https://github.com/emqx/emqx/pull/9869). diff --git a/changes/v4.4.15-zh.md b/changes/v4.4.15-zh.md index a08c3d8db..e23e71977 100644 --- a/changes/v4.4.15-zh.md +++ b/changes/v4.4.15-zh.md @@ -20,3 +20,5 @@ ``` 2023-01-29T13:40:36.567692+08:00 [debug] 127.0.0.1:50393 [MQTT] RECV CONNECT(Q0, R0, D0ClientId=test_client, ... Password=undefined) ``` + +- 修复 CoAP 网关在收到负载均衡的心跳检查报文时产生的崩溃日志 [#9869](https://github.com/emqx/emqx/pull/9869)。