File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ ** 2022-10-26**
2+
3+ v8.3.0
4+
5+ 移除:不推荐域名
6+
7+ 增加:亚太-首尔 和 华东-浙江2 固定区域
8+
9+ 增加:设置存储对象的生命周期 API
10+
11+ 优化:分片上传 ctx 超时检测
12+
13+ 修复:部分运行环境 Content-Type 请求头不兼容问题(v8.2.0 引入)
14+
15+ 修复:分片上传 v2 不允许没有 key 的问题
16+
117** 2022-06-9**
218
319v8.2.0
Original file line number Diff line number Diff line change 2828 <PostBuildEvent >
2929 </PostBuildEvent >
3030 <ProjectId >Qiniu</ProjectId >
31- <Version >8.2 .0</Version >
31+ <Version >8.3 .0</Version >
3232 <Authors >Rong Zhou, Qiniu SDK</Authors >
3333 <Company >Shanghai Qiniu Information Technology Co., Ltd.</Company >
3434 <Description >Qiniu Resource (Cloud) Storage SDK for C#</Description >
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ public class QiniuCSharpSDK
3737 /// <summary>
3838 /// SDK版本号
3939 /// </summary>
40- public const string VERSION = "8.2 .0" ;
40+ public const string VERSION = "8.3 .0" ;
4141
4242}
You can’t perform that action at this time.
0 commit comments