updated CHANGELOG

This commit is contained in:
marvzhang
2020-06-04 22:57:39 +08:00
parent 9b1cea53b6
commit b60865bd03
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
# 0.5.0 (TBC)
### 功能 / 优化
### Bug 修复
- **日志不过期**.
- **`task_id` 索引没有创建.
# 0.4.10 (2020-04-21)
### 功能 / 优化
- **优化日志管理**. 集中化管理日志储存在 MongoDB减少对 PubSub 的依赖允许日志异常检测.

View File

@@ -1,3 +1,10 @@
# 0.5.0 (TBC)
### Features / Enhancement
### Bug Fixes
- **Logs not expire**.
- **`task_id` index not created.
# 0.4.10 (2020-04-21)
### Features / Enhancement
- **Enhanced Log Management**. Centralizing log storage in MongoDB, reduced the dependency of PubSub, allowing log error detection.