Skip to content

Commit 1cbc4b1

Browse files
committed
Update CHANGELOG.md, Qiniu.csproj QiniuCSharpSDK.cs
1 parent c1f1183 commit 1cbc4b1

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

319
v8.2.0

src/Qiniu/Qiniu.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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>

src/Qiniu/QiniuCSharpSDK.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)