Skip to content

Commit

Permalink
update version and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Mar 4, 2024
1 parent a721a36 commit 2da13bd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## CHANGE LOG

## 7.12.0
- 对象存储,新增支持 Promise 风格异步
- 对象存储,修复分片上传 v1 在特定条件可能无法从断点继续上传
- 对象存储,新增支持新的区域对象 Region
- 对象存储,管理接口支持双活
- 对象存储,修复缺失的部分类型声明,新增响应的类型声明

## 7.11.1
- 对象存储,上传策略移除严格模式,支持任意策略选项

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.11.1",
"version": "7.12.0",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 2da13bd

Please sign in to comment.