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 3a0352a commit b62e2aaCopy full SHA for b62e2aa
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## CHANGE LOG
2
3
+### v7.1.0
4
+- 修复时间戳防盗链中存在特殊字符引发的签名错误
5
+- 修复分片上传的时候最后一块小于2056字节引发的错误
6
+
7
### v7.0.9
8
- 增加Qiniu方式的管理凭证生成方法以支持新的产品鉴权
9
package.json
@@ -1,6 +1,6 @@
{
"name": "qiniu",
- "version": "7.0.9",
+ "version": "7.1.0",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
0 commit comments