updated CHANGELOG

This commit is contained in:
marvzhang
2020-04-21 14:27:15 +08:00
parent b5536bd29a
commit 0d719e071c
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# 0.4.10 (TBC) # 0.4.10 (2020-04-21)
### 功能 / 优化 ### 功能 / 优化
- **优化日志管理**. 集中化管理日志储存在 MongoDB减少对 PubSub 的依赖允许日志异常检测. - **优化日志管理**. 集中化管理日志储存在 MongoDB减少对 PubSub 的依赖允许日志异常检测.
- **自动安装依赖**. 允许从 `requirements.txt` `package.json` 自动安装依赖. - **自动安装依赖**. 允许从 `requirements.txt` `package.json` 自动安装依赖.

View File

@@ -1,4 +1,4 @@
# 0.4.10 (TBC) # 0.4.10 (2020-04-21)
### 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. - **API Token**. Allow users to generate API tokens and use them to integrate into their own systems.
@@ -11,6 +11,7 @@
### Bug Fixes ### Bug Fixes
- **Cannot register**. [#670](https://github.com/crawlab-team/crawlab/issues/670) - **Cannot register**. [#670](https://github.com/crawlab-team/crawlab/issues/670)
- **Spider schedule tab cron expression shows second**. [#678](https://github.com/crawlab-team/crawlab/issues/678)
- **Missing daily stats in spider**. [#684](https://github.com/crawlab-team/crawlab/issues/684) - **Missing daily stats in spider**. [#684](https://github.com/crawlab-team/crawlab/issues/684)
- **Results count not update in time**. [#689](https://github.com/crawlab-team/crawlab/issues/689) - **Results count not update in time**. [#689](https://github.com/crawlab-team/crawlab/issues/689)