Skip to content

Commit 64ffaf9

Browse files
committed
docs: update CHANGELOG.md and bump version to 7.13.0
1 parent 11c7824 commit 64ffaf9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## CHANGE LOG
22

3+
## 7.13.0
4+
- 对象存储,新增空间级别上传加速开关
5+
- 对象存储,优化断点续传开启方式
6+
- 对象存储,优化回调签名验证函数,新增兼容 Qiniu 签名
7+
- 对象存储,修复上传失败无法完成自动重试
8+
- 在 Node.js 18 及以上触发
9+
- 7.12.0 引入
10+
- 对象存储,新增空间的创建、删除、按标签列举
11+
- 对象存储,调整查询区域主备域名
12+
- 修复内部 HttpClient 部分方法参数类型声明不正确
13+
314
## 7.12.0
415
- 对象存储,新增支持 Promise 风格异步
516
- 对象存储,修复分片上传 v1 在特定条件可能无法从断点继续上传

package.json

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

0 commit comments

Comments
 (0)