forked from crawlab-team/crawlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathv0.6.0-beta.20211120-zh.md
34 lines (24 loc) · 1.69 KB
/
v0.6.0-beta.20211120-zh.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 更新日志 (v0.6.0-beta.20211120)
## 概览
这是下个重大版本 v0.6.0 的第二次 beta 发布(参考 [第一次 beta 版本](https://github.com/crawlab-team/crawlab/releases/tag/v0.6.0-beta.20210803))。伴随着更多功能和优化,正式版本 v0.6.0 将会很快发布了。
## 升级优化
#### 后端
- [x] **插件框架**. **Crawlab 插件框架 (CPF)** 已发布. 详情请参考 [这里](https://docs-next.crawlab.cn/zh/guide/use-crawlab/basic-concepts/plugin.html).
- [x] **Git 集成**. Git 集成被作为内置功能.
- [x] **Scrapy 集成**. Scrapy 集成以插件形式存在,插件为 [spider-assistant](https://github.com/crawlab-team/plugin-spider-assistant).
- [x] **依赖集成**. Dependency 集成以插件形式存在,插件为 [dependency](https://github.com/crawlab-team/plugin-dependency).
- [x] **消息通知**. 消息通知功能以插件形式存在,插件为 [notification](https://github.com/crawlab-team/plugin-notification).
- [x] **文档网站**. 搭建 [文档网站](https://docs-next.crawlab.cn).
#### 前端
- **Bug 修复**.
#### 待完成
- [ ] **关联任务**. 如果任务执行模式为 “所有节点” 或 “指定节点”,那么将会有主任务和子任务之分。
- [ ] **Crontab 编辑器**. 可视化 Crontab 编辑的前端组件。
- [ ] **结果去重**.
- [ ] **环境变量**.
- [ ] **国际化**. 支持中文.
- [ ] **前端易用性优化**. 更多高级功能,例如表格形式保存。
- [ ] **日志自动清理**.
- [ ] **跟多文档**.
## 未来计划
下一个版本有可能是 v0.6.0 的正式版本,但是没有确定。本次发布版本将会进行更多的测试,以保证其健壮性以及生产可用。