Pārlūkot izejas kodu

chore: update 5.0.11 changelog

Zhongwen Deng 3 gadi atpakaļ
vecāks
revīzija
6f6ed1b4f8
4 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 0 2
      changes/v5.0.10-en.md
  2. 0 2
      changes/v5.0.10-zh.md
  3. 2 0
      changes/v5.0.11-en.md
  4. 2 0
      changes/v5.0.11-zh.md

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

@@ -26,8 +26,6 @@
 
 ## Bug fixes
 
-- Fix create trace sometime failed by end_at time has already passed. [#9302](https://github.com/emqx/emqx/pull/9302)
-
 - Fix error log message when `mechanism` is missing in authentication config [#8924](https://github.com/emqx/emqx/pull/8924).
 
 - Fix HTTP 500 issue when unknown `status` parameter is used in `/gateway` API call [#9225](https://github.com/emqx/emqx/pull/9225).

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

@@ -25,8 +25,6 @@
 
 ## Bug fixes
 
-- 修复创建追踪日志时偶尔会报`end_at time has already passed`错误,导致创建失败。[#9302](https://github.com/emqx/emqx/pull/9302)
-
 - 优化认认证配置中 `mechanism` 字段缺失情况下的错误日志 [#8924](https://github.com/emqx/emqx/pull/8924)。
 
 - 修复未知 `status` 参数导致 `/gateway` API 发生 HTTP 500 错误的问题 [#9225](https://github.com/emqx/emqx/pull/9225)。

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

@@ -19,6 +19,8 @@
 
 ## Bug fixes
 
+- Fix create trace sometime failed by end_at time has already passed. [#9302](https://github.com/emqx/emqx/pull/9302)
+
 - Return 404 for status of unknown authenticator in `/authenticator/{id}/status` [#9328](https://github.com/emqx/emqx/pull/9328).
 
 - Fix that JWT ACL rules are only applied if an `exp` claim is set [#9368](https://github.com/emqx/emqx/pull/9368).

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

@@ -17,6 +17,8 @@
 
 ## 修复
 
+- 修复创建追踪日志时偶尔会报`end_at time has already passed`错误,导致创建失败。[#9302](https://github.com/emqx/emqx/pull/9302)
+
 - 通过 `/authenticator/{id}/status` 请求未知认证器的状态时,将会返回 404。
 
 - 修复 JWT ACL 规则只在设置了超期时间时才生效的问题 [#9368](https://github.com/emqx/emqx/pull/9368)。