Skip to content

Commit

Permalink
docs: update CHANGELOG.md and bump version to 7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Jun 20, 2024
1 parent 701aefe commit 8c98b6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## CHANGE LOG

## 7.13.0
- 对象存储,新增空间级别上传加速开关
- 对象存储,优化断点续传开启方式
- 对象存储,优化回调签名验证函数,新增兼容 Qiniu 签名
- 对象存储,修复上传失败无法完成自动重试
- 在 Node.js 18 及以上触发
- 7.12.0 引入
- 对象存储,新增空间的创建、删除、按标签列举
- 对象存储,调整查询区域主备域名
- 修复内部 HttpClient 部分方法参数类型声明不正确

## 7.12.0
- 对象存储,新增支持 Promise 风格异步
- 对象存储,修复分片上传 v1 在特定条件可能无法从断点继续上传
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 8c98b6a

Please sign in to comment.