From d22756d99e2908f39f44265e3f8b2cf612bf4d22 Mon Sep 17 00:00:00 2001 From: Erik Timan Date: Mon, 5 Dec 2022 16:25:00 +0100 Subject: [PATCH] chore: update changes --- changes/v5.0.12-en.md | 2 ++ changes/v5.0.12-zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/changes/v5.0.12-en.md b/changes/v5.0.12-en.md index 19a9ab9f1..d1c09fd57 100644 --- a/changes/v5.0.12-en.md +++ b/changes/v5.0.12-en.md @@ -34,6 +34,8 @@ Please note, the request body of `/bridges` API to configure MQTT brdige is chan - Users can define the `externalTrafficPolicy` of service in EMQX Helm Chart [#9527](https://github.com/emqx/emqx/pull/9527). +- Return `204` instead of `200` for `POST /gateway/lwm2m/clients/{clientid}/{read,write,observe}` [#9480](https://github.com/emqx/emqx/pull/9480). + ## Bug fixes - Fix that the obsolete SSL files aren't deleted after the ExHook config update [#9432](https://github.com/emqx/emqx/pull/9432). diff --git a/changes/v5.0.12-zh.md b/changes/v5.0.12-zh.md index e0efcdf8a..1bf22c813 100644 --- a/changes/v5.0.12-zh.md +++ b/changes/v5.0.12-zh.md @@ -33,6 +33,8 @@ v5.0.11 或更早版本创建的配置文件,在新版本中会被自动转换 - 用户可以在 EMQX Helm Chart 中自定义 service 资源的 `externalTrafficPolicy` [#9527](https://github.com/emqx/emqx/pull/9527)。 +- Return `204` instead of `200` for `POST /gateway/lwm2m/clients/{clientid}/{read,write,observe}` [#9480](https://github.com/emqx/emqx/pull/9480). + ## 修复 - 修复 ExHook 更新 SSL 相关配置后,过时的 SSL 文件没有被删除的问题 [#9432](https://github.com/emqx/emqx/pull/9432)。