فهرست منبع

chore: add changelog

Stefan Strigler 3 سال پیش
والد
کامیت
ea5b2cba6a
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      changes/v5.0.10-en.md
  2. 2 0
      changes/v5.0.10-zh.md

+ 2 - 0
changes/v5.0.10-en.md

@@ -35,3 +35,5 @@
 
 - Fix incorrect topic authorize checking of delayed messages [#9290](https://github.com/emqx/emqx/pull/9290).
   Now will determine the actual topic of the delayed messages, e.g. `$delayed/1/t/foo` will be treated as `t/foo` in authorize checks.
+
+- Fix query string parameter 'node' to `/configs` resource being ignored, return 404 if node does not exist [9310](https://github.com/emqx/emqx/pull/9310/).

+ 2 - 0
changes/v5.0.10-zh.md

@@ -33,3 +33,5 @@
 
 - 修复延迟消息的主题授权判断不正确的问题 [#9290](https://github.com/emqx/emqx/pull/9290)。
   现在将会对延迟消息中的真实主题进行授权判断,比如,`$delayed/1/t/foo` 会被当作 `t/foo` 进行判断。
+
+- 修复 `/configs` API 的 'node' 参数的问题,如果节点不存在,则返回 HTTP 状态码 404