We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10abb3e commit c8fc82dCopy full SHA for c8fc82d
CHANGELOG.md
@@ -1,4 +1,12 @@
1
## CHANGE LOG
2
+
3
+## 7.12.0
4
+- 对象存储,新增支持 Promise 风格异步
5
+- 对象存储,修复分片上传 v1 在特定条件可能无法从断点继续上传
6
+- 对象存储,新增支持新的区域对象 Region
7
+- 对象存储,管理接口支持双活
8
+- 对象存储,修复缺失的部分类型声明,新增响应的类型声明
9
10
## 7.11.1
11
- 对象存储,上传策略移除严格模式,支持任意策略选项
12
package.json
@@ -1,6 +1,6 @@
{
"name": "qiniu",
- "version": "7.11.1",
+ "version": "7.12.0",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
0 commit comments