Skip to content

Commit

Permalink
Update CHANGELOG.md and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Oct 26, 2022
1 parent dd7fc9f commit 7278645
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## CHANGE LOG
## 7.8.0
- 移除不推荐域名,并增加 亚太-首尔 和 华东-浙江2 固定区域
- RTC,优化请求失败的错误信息
- 对象存储,优化分片上传 ctx 超时检测
- 对象存储,修复事件、跨域部分 API 身份认证错误(v7.7.0 引入)
- 对象存储,新增事件、跨域 API 的类型声明(.d.ts)

## 7.7.0
- 对象存储,管理类 API 发送请求时增加 [X-Qiniu-Date](https://developer.qiniu.com/kodo/3924/common-request-headers) (生成请求的时间) header

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

0 comments on commit 7278645

Please sign in to comment.