Skip to content

Commit c8fc82d

Browse files
committed
update version and CHANGELOG.md
1 parent 10abb3e commit c8fc82d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
## CHANGE LOG
2+
3+
## 7.12.0
4+
- 对象存储,新增支持 Promise 风格异步
5+
- 对象存储,修复分片上传 v1 在特定条件可能无法从断点继续上传
6+
- 对象存储,新增支持新的区域对象 Region
7+
- 对象存储,管理接口支持双活
8+
- 对象存储,修复缺失的部分类型声明,新增响应的类型声明
9+
210
## 7.11.1
311
- 对象存储,上传策略移除严格模式,支持任意策略选项
412

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qiniu",
3-
"version": "7.11.1",
3+
"version": "7.12.0",
44
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)