updated CHANGELOG

This commit is contained in:
marvzhang
2020-04-20 13:48:20 +08:00
parent c662577a85
commit ceb6a33d98
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
### 功能 / 优化 ### 功能 / 优化
- **优化日志管理**. 集中化管理日志储存在 MongoDB减少对 PubSub 的依赖允许日志异常检测. - **优化日志管理**. 集中化管理日志储存在 MongoDB减少对 PubSub 的依赖允许日志异常检测.
- **自动安装依赖**. 允许从 `requirements.txt` `package.json` 自动安装依赖. - **自动安装依赖**. 允许从 `requirements.txt` `package.json` 自动安装依赖.
- **API Token**. 允许用户生成 API Token并利用它们来集成到自己的系统中.
- **Web Hook**. 当任务开始或结束时触发 Web Hook http 请求到预定义好的 URL.
- **自动生成结果集**. 如果没有设置自动设置结果集为 `results_<spider_name>`. - **自动生成结果集**. 如果没有设置自动设置结果集为 `results_<spider_name>`.
- **优化项目列表**. 项目列表中不展示 "No Project". - **优化项目列表**. 项目列表中不展示 "No Project".

View File

@@ -1,6 +1,8 @@
# 0.4.10 (TBC) # 0.4.10 (TBC)
### Features / Enhancement ### Features / Enhancement
- **Enhanced Log Management**. Centralizing log storage in MongoDB, reduced the dependency of PubSub, allowing log error detection. - **Enhanced Log Management**. Centralizing log storage in MongoDB, reduced the dependency of PubSub, allowing log error detection.
- **API Token**. Allow users to generate API tokens and use them to integrate into their own systems.
- **Web Hook**. Trigger a Web Hook http request to pre-defined URL when a task starts or finishes.
- **Auto Install Dependencies**. Allow installing dependencies automatically from `requirements.txt` or `package.json`. - **Auto Install Dependencies**. Allow installing dependencies automatically from `requirements.txt` or `package.json`.
- **Auto Results Collection**. Set results collection to `results_<spider_name>` if it is not set. - **Auto Results Collection**. Set results collection to `results_<spider_name>` if it is not set.
- **Optimized Project List**. Not display "No Project" item in the project list. - **Optimized Project List**. Not display "No Project" item in the project list.