chore: update changelog for fixing trace bug
This commit is contained in:
parent
3dddacb3f0
commit
c41fd8d068
|
@ -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)
|
||||||
|
|
|
@ -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)
|
|
@ -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)
|
Loading…
Reference in New Issue