Skip to content

Commit a4c329c

Browse files
authored
Merge pull request #404 from qiniu/bump-to-v7.8.0
bump to v7.8.0
2 parents dd7fc9f + 7278645 commit a4c329c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
## CHANGE LOG
2+
## 7.8.0
3+
- 移除不推荐域名,并增加 亚太-首尔 和 华东-浙江2 固定区域
4+
- RTC,优化请求失败的错误信息
5+
- 对象存储,优化分片上传 ctx 超时检测
6+
- 对象存储,修复事件、跨域部分 API 身份认证错误(v7.7.0 引入)
7+
- 对象存储,新增事件、跨域 API 的类型声明(.d.ts)
8+
29
## 7.7.0
310
- 对象存储,管理类 API 发送请求时增加 [X-Qiniu-Date](https://developer.qiniu.com/kodo/3924/common-request-headers) (生成请求的时间) header
411

package.json

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

0 commit comments

Comments
 (0)