updated CHANGELOG

This commit is contained in:
marvzhang
2020-07-19 18:02:16 +08:00
parent 8fbbdc863c
commit 8ff5cf426e
2 changed files with 14 additions and 2 deletions

View File

@@ -1,9 +1,15 @@
# 0.5.0 (TBC)
# 0.5.0 (2020-07-19)
### 功能 / 优化
- **爬虫市场**. 允许用户下载开源爬虫到 Crawlab.
- **批量操作**. 允许用户与 Crawlab 批量交互例如批量运行任务批量删除爬虫等等.
- **迁移 MongoDB 驱动器至 `MongoDriver`**.
- **重构优化节点逻辑代码**.
- **更改默认 `task.workers` 16**.
- **更改默认 nginx `client_max_body_size` 200m**.
- **支持写日志到 ElasticSearch**.
- ** Scrapy 页面展示错误详情**.
- **删除挑战页面**.
- **将反馈免责声明页面移动到顶部**.
### Bug 修复
- **修复由于 TTL 索引未创建导致的日志不过期问题**.

View File

@@ -1,9 +1,15 @@
# 0.5.0 (TBC)
# 0.5.0 (2020-07-19)
### Features / Enhancement
- **Spider Market**. Allow users to download open-source spiders into Crawlab.
- **Batch actions**. Allow users to interact with Crawlab in batch fashions, e.g. batch run tasks, batch delete spiders, ect.
- **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**.
- **Support writing logs to ElasticSearch**.
- **Display error details in Scrapy page**.
- **Removed Challenge page**.
- **Moved Feedback and Dislaimer pages to navbar**.
### Bug Fixes
- **Fixed log not expiring issue because of failure to create TTL index**.