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 b16d27c commit bfb1584Copy full SHA for bfb1584
CHANGELOG.md
@@ -1,4 +1,9 @@
1
## CHANGE LOG
2
+## 7.10.0
3
+- 对象存储,上传支持双活
4
+- 对象存储,上传回调支持 Promise 风格
5
+- 对象存储,修复分片上传v2在创建 uploadId 失败后仍尝试上传
6
+
7
## 7.9.0
8
- 对象存储,修复无法对 key 为空字符串的对象进行操作
9
- 对象存储,查询区域域名支持配置 UC 地址
package.json
@@ -1,6 +1,6 @@
{
"name": "qiniu",
- "version": "7.9.0",
+ "version": "7.10.0",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
@@ -59,7 +59,7 @@
59
"mime": "^2.4.4",
60
"mockdate": "^3.0.5",
61
"tunnel-agent": "^0.6.0",
62
- "urllib": "^2.34.1"
+ "urllib": "^2.41.0"
63
},
64
"devDependencies": {
65
"@types/node": "^8.0.3",
0 commit comments