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 f4e0af3 commit e4107dbCopy full SHA for e4107db
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+## CHANGE LOG
2
+
3
+### v6.0.0
4
5
+2013-06-29 issue [#9](https://github.com/qiniu/api/pull/9)
6
7
+- 遵循 [sdkspec v6.0.2](https://github.com/qiniu/sdkspec/tree/v6.0.2)
8
+ - `Qiniu_Put/PutFile` 调整为基于 up.qiniu.com 的协议,extra *PutExtra 参数可以为 nil
9
+ - `Qiniu_Put/PutFile` 支持支持 key = null (UNDEFINED_KEY),这样服务端将自动生成 key 并返回
10
+ - `Qiniu_Put/PutFile` 支持自定义的 "x:" 参数(io.PutExtra.Params)、支持 Crc 检查
11
+ - 待增加:rsf, batch, resumable io 的支持
12
+- bugfix: 修复 crc32 为负数的错误
13
+- 增加 `Qiniu_RS_Put/PutFile` 辅助函数,用于服务端上传
0 commit comments