Releases: qiniu/csharp-sdk
Releases · qiniu/csharp-sdk
v7.0.5
01 Dec 09:21
Compare
Sorry, something went wrong.
No results found
// 上传时是否使用CDN (默认:否)
Qiniu.Common.Config.UploadFromCDN = false;
// 上传时出现异常(如断网)需要重试,是否启用等待间隔 (默认:否)
Qiniu.Common.COnfig.RetryWaitForNext = false;
// 仅当启用了等待间隔,此项才有效(默认1000毫秒)
Qiniu.Common.Config.RETRY_INTERVAL_MILISEC = 1000;
v7.0.0
31 Oct 07:10
Compare
Sorry, something went wrong.
No results found
Release v6.1.5
26 Feb 08:11
Compare
Sorry, something went wrong.
No results found
Release v6.1.4
24 Jul 03:29
Compare
Sorry, something went wrong.
No results found
[#54 ] 调整上传user agent,更新put policy
Release v6.1.3
11 Jul 07:20
Compare
Sorry, something went wrong.
No results found
[#52 ] 修改上传域名为upload.qiniu.com
Release v6.1.2
30 May 12:46
Compare
Sorry, something went wrong.
No results found
[#46 ] nuget 安装文档
[#48 ] url key escape for make base url
[#50 ] limit args for listprefix
qiniu-csharp-sdk v6.1.1
28 Apr 02:48
Compare
Sorry, something went wrong.
No results found
[#41 ] [#42 ] 简化断点续上传,删除bput逻辑, 修复bug:>2.5GB文件上传失败
[#38 ] [#40 ] pfop 支持
qiniu-csharp-sdk v6.1.0
18 Feb 06:58
Compare
Sorry, something went wrong.
No results found
添加pfop请求(DO)及状态查询接口(QueryPfopStatus)
添加NET2.0、NET3.5、NET4.0支持
向PutPolicy类中添加pfop等有关的字段,添加callbody格式验证,fixed returnUrl,callbackUrl不能同时指定的特性,fixed returnUrl,returnBody需要同时指定或不指定特性。添加putPolicy 的JSON字符串的单元测试
修复Qiniu.RS.Entry实例化时的逻辑判断错误
修复断点续传时会自动对key做urlEncode导致key不一致的错误