We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0130e commit 467ff9eCopy full SHA for 467ff9e
CHANGELOG.md
@@ -1,5 +1,14 @@
1
## CHANGE LOG
2
3
+## v7.3.0
4
+- 新增 19 个bucket及文件相关操作
5
+- 新增文件列举 v2 接口功能
6
+- 新增短信功能
7
+- 更新上传加速域名策略
8
+- 修复自动获取上传区域时的无效缓存
9
+- 修复大文件上传异常
10
+- 增加测试用例
11
+
12
## v7.2.2
13
- 一些log输出问题,travis增加eslint 检查
14
package.json
@@ -1,6 +1,6 @@
{
"name": "qiniu",
- "version": "7.2.2",
+ "version": "7.3.0",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
0 commit comments