We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd7fc9f + 7278645 commit a4c329cCopy full SHA for a4c329c
CHANGELOG.md
@@ -1,4 +1,11 @@
1
## CHANGE LOG
2
+## 7.8.0
3
+- 移除不推荐域名,并增加 亚太-首尔 和 华东-浙江2 固定区域
4
+- RTC,优化请求失败的错误信息
5
+- 对象存储,优化分片上传 ctx 超时检测
6
+- 对象存储,修复事件、跨域部分 API 身份认证错误(v7.7.0 引入)
7
+- 对象存储,新增事件、跨域 API 的类型声明(.d.ts)
8
+
9
## 7.7.0
10
- 对象存储,管理类 API 发送请求时增加 [X-Qiniu-Date](https://developer.qiniu.com/kodo/3924/common-request-headers) (生成请求的时间) header
11
package.json
@@ -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": {
0 commit comments