updated CHANGELOG

This commit is contained in:
marvzhang
2020-01-13 13:11:50 +08:00
parent 85d7066867
commit b4004ad9de
2 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
# 0.4.4 (未知)
### 功能 / 优化
- **API 地址优化**. 在前端加入相对路径,因此用户不需要特别注明 `CRAWLAB_API_ADDRESS`.
- **SDK 兼容**. 允许用户通过 Crawlab SDK 与 Scrapy 或通用爬虫集成.
### Bug 修复
- **`nil retuened` 错误**.
# 0.4.3 (2020-01-07)
### 功能 / 优化

View File

@@ -1,3 +1,11 @@
# 0.4.4 (unknown)
### Features / Enhancement
- **API Address Optimization**. Added relative URL path in frontend so that users don't have to specify `CRAWLAB_API_ADDRESS` explicitly.
- **SDK Compatiblity**. Allow users to integrate Scrapy or general spiders with Crawlab SDK.
### Bug Fixes
- **`nil retuened` error**.
# 0.4.3 (2020-01-07)
### Features / Enhancement