diff --git a/CHANGES-4.4.md b/CHANGES-4.4.md index 34968532e..47d37d0a3 100644 --- a/CHANGES-4.4.md +++ b/CHANGES-4.4.md @@ -1,16 +1,5 @@ # EMQX 4.4 Changes -## v4.4.11 - -<<<<<<< HEAD - -### Bug fixes (synced from v4.3.22) - -- Fix get trace list crash when trace not initialize. [#9156](https://github.com/emqx/emqx/pull/9156) -- Fix create trace sometime failed by end_at time has already passed. [#9156](https://github.com/emqx/emqx/pull/9156) - -### Enhancements (synced from v4.3.22) - ## v4.4.10 ### Bug fixes (synced from v4.3.21) diff --git a/changes/v4.4.11-en.md b/changes/v4.4.11-en.md new file mode 100644 index 000000000..bc0ee9bb9 --- /dev/null +++ b/changes/v4.4.11-en.md @@ -0,0 +1,7 @@ +### Enhancements + +### Bug fixes + +- Fix get trace list crash when trace not initialize. [#9156](https://github.com/emqx/emqx/pull/9156) + +- Fix create trace sometime failed by end_at time has already passed. [#9156](https://github.com/emqx/emqx/pull/9156) diff --git a/changes/v4.4.11-zh.md b/changes/v4.4.11-zh.md new file mode 100644 index 000000000..f27d12d59 --- /dev/null +++ b/changes/v4.4.11-zh.md @@ -0,0 +1,8 @@ +### 增强 + + +### 修复 + +- 修复日志追踪模块没开启时,GET Trace 列表接口报错的问题。[#9156](https://github.com/emqx/emqx/pull/9156) + +- 修复创建追踪日志时偶尔会报`end_at time has already passed`错误,导致创建失败。[#9156](https://github.com/emqx/emqx/pull/9156)