Skip to content

Commit 4f22d2b

Browse files
committed
chore(docs): update changelog
1 parent 2cd2971 commit 4f22d2b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
## 更新日志
22

3+
### 1.5.0
4+
*2018-01-16*
5+
> 从这个版本开始启用 **redis** 并升级至 **koa2**,升级前请注意以下事项。
6+
7+
- redis `(>= v4.0)`
8+
- Node.js `(>= v8.9.1)`
9+
- 配置文件优化后(以 `config/default.json` 为准),移除多余配置(如:APIPrefix)并新增一些配置(如:rateLimit),按需完善即可。
10+
11+
**New Features**
12+
- 支持配置 `proxy`
13+
- 支持配置 `host`
14+
- 支持请求速率配置
15+
- 支持黑名单配置
16+
- 支持上传 `yaml` 文件
17+
18+
**Refactorings**
19+
- 升级至 koa2
20+
- 当团队可用时,新建项目不再默认选中归属
21+
22+
**Bug Fixes**
23+
- 修复在 `proxy` 模式下,`{xx}` 无法被解析的问题
24+
- 修复在接口列表页下无法添加至工作台的问题
25+
326
### 1.4.0
427
*2017-12-01*
528

0 commit comments

Comments
 (0)