updated CHANGELOG

This commit is contained in:
marvzhang
2020-06-07 22:19:49 +08:00
parent bb3d8dea72
commit 542c3d72a5
2 changed files with 20 additions and 4 deletions

View File

@@ -1,9 +1,17 @@
# 0.5.0 (TBC)
### 功能 / 优化
- **迁移 MongoDB 驱动器至 `MongoDriver`**.
- **重构优化节点逻辑代码**.
- **更改默认 `task.workers` 16**.
- **更改默认 nginx `client_max_body_size` 200m**.
### Bug 修复
- **日志不过期**.
- **`task_id` 索引没有创建.
- **修复由于 TTL 索引未创建导致的日志不过期问题**.
- **设置默认日志过期时间为 1 **.
- **`task_id` 索引没有创建**.
- **`docker-compose.yml` 修复**.
- **修复 404 页面**.
- **修复无法先创建工作节点问题**.
# 0.4.10 (2020-04-21)
### 功能 / 优化

View File

@@ -1,9 +1,17 @@
# 0.5.0 (TBC)
### Features / Enhancement
- **Migrate MongoDB driver to `MongoDriver`**.
- **Refactor and optmize node-related logics**.
- **Change default `task.workers` to 16**.
- **Change default nginx `client_max_body_size` to 200m**.
### Bug Fixes
- **Logs not expire**.
- **`task_id` index not created.
- **Fixed log not expiring issue because of failure to create TTL index**.
- **Set default log expire duration to 1 day**.
- **`task_id` index not created**.
- **`docker-compose.yml` fix**.
- **Fixed 404 page**.
- **Fixed unable to create worker node before master node issue**.
# 0.4.10 (2020-04-21)
### Features / Enhancement