We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c7824 commit 64ffaf9Copy full SHA for 64ffaf9
CHANGELOG.md
@@ -1,5 +1,16 @@
1
## CHANGE LOG
2
3
+## 7.13.0
4
+- 对象存储,新增空间级别上传加速开关
5
+- 对象存储,优化断点续传开启方式
6
+- 对象存储,优化回调签名验证函数,新增兼容 Qiniu 签名
7
+- 对象存储,修复上传失败无法完成自动重试
8
+ - 在 Node.js 18 及以上触发
9
+ - 7.12.0 引入
10
+- 对象存储,新增空间的创建、删除、按标签列举
11
+- 对象存储,调整查询区域主备域名
12
+- 修复内部 HttpClient 部分方法参数类型声明不正确
13
+
14
## 7.12.0
15
- 对象存储,新增支持 Promise 风格异步
16
- 对象存储,修复分片上传 v1 在特定条件可能无法从断点继续上传
package.json
@@ -1,6 +1,6 @@
{
"name": "qiniu",
- "version": "7.12.0",
+ "version": "7.13.0",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
0 commit comments