Skip to content

Commit bfb1584

Browse files
authored
Bump to v7.10.0 (#419)
1 parent b16d27c commit bfb1584

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## CHANGE LOG
2+
## 7.10.0
3+
- 对象存储,上传支持双活
4+
- 对象存储,上传回调支持 Promise 风格
5+
- 对象存储,修复分片上传v2在创建 uploadId 失败后仍尝试上传
6+
27
## 7.9.0
38
- 对象存储,修复无法对 key 为空字符串的对象进行操作
49
- 对象存储,查询区域域名支持配置 UC 地址

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qiniu",
3-
"version": "7.9.0",
3+
"version": "7.10.0",
44
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
55
"main": "index.js",
66
"directories": {
@@ -59,7 +59,7 @@
5959
"mime": "^2.4.4",
6060
"mockdate": "^3.0.5",
6161
"tunnel-agent": "^0.6.0",
62-
"urllib": "^2.34.1"
62+
"urllib": "^2.41.0"
6363
},
6464
"devDependencies": {
6565
"@types/node": "^8.0.3",

0 commit comments

Comments
 (0)