diff --git a/CHANGELOG-zh.md b/CHANGELOG-zh.md index 0766d735..b47f66e5 100644 --- a/CHANGELOG-zh.md +++ b/CHANGELOG-zh.md @@ -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) ### 功能 / 优化 diff --git a/CHANGELOG.md b/CHANGELOG.md index 09946087..ac646f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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