chore: update changelog for fixing trace bug

This commit is contained in:
zhongwencool 2022-10-26 15:28:38 +08:00
parent 3dddacb3f0
commit c41fd8d068
3 changed files with 15 additions and 11 deletions

View File

@ -1,16 +1,5 @@
# EMQX 4.4 Changes # 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 ## v4.4.10
### Bug fixes (synced from v4.3.21) ### Bug fixes (synced from v4.3.21)

7
changes/v4.4.11-en.md Normal file
View File

@ -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)

8
changes/v4.4.11-zh.md Normal file
View File

@ -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)