Skip to content

Commit 0ef936e

Browse files
author
fengyunhai
committed
版本更新 v7.2.2
1 parent ca17444 commit 0ef936e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+15134
-0
lines changed

CHANGELOG.md

Lines changed: 184 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,184 @@
1+
**2017-01-10**
2+
3+
最新版本v7.2.2.0,适用于.NET Framework 2.0+ 和.NET Core
4+
5+
更新:HTTP模块现在可以加入请求Header内容。
6+
7+
* * *
8+
9+
**2017-01-09**
10+
11+
最新版本v7.2.0.0,适用于.NET Framework 2.0+ 和.NET Core
12+
13+
更新:函数命名风格统一,部分细节修改。
14+
15+
* * *
16+
17+
**2017-01-06**
18+
19+
最新版本v7.1.3.0,适用于.NET Framework 2.0+ 和.NET Core
20+
21+
新增:`Qiniu.RS`模块增加`Bucket`功能,用于获取某bucket的属性信息。
22+
23+
修改:.NET Framework 4.0版本Http请求管理器改回HttpWebRequest/HttpWebResponse方式。
24+
25+
* * *
26+
27+
**2017-01-05**
28+
29+
最新版本v7.1.2.0,适用于.NET Framework 2.0+ 和.NET Core
30+
31+
优化项目结构。
32+
33+
* * *
34+
35+
**2017-01-03**
36+
37+
最新版本v7.1.1.0,适用于.NET Framework 2.0+ 和.NET Core
38+
39+
修复部分细节BUG
40+
41+
更新CR.Date至2017
42+
43+
* * *
44+
45+
**2016-12-30**
46+
47+
最新版本v7.1.0.0,适用于.NET Framework 2.0+ 和.NET Core
48+
49+
已发布至NuGet,请搜索`Qiniu.Shared`
50+
51+
* * *
52+
53+
**2016-12-30**
54+
55+
最新版本v7.1.0.0,适用于.NET Framework 2.0+ 和.NET Core
56+
57+
优化:HTTP返回消息(`HttpResult`)的对象复制操作(`Shadow`)中,参考信息(`RefText`)被正确叠加。
58+
59+
* * *
60+
61+
**2016-12-29**
62+
63+
最新版本v7.1.0.0,适用于.NET Framework 2.0+ 和.NET Core
64+
65+
新增:HTTP请求的返回消息(`HttpResult`)中加入参考代码(`RefCode`)和参考信息(`RefInfo`)
66+
67+
新增:断点/分片上传(`ResumableUploader`)加入CRC32校验及重试逻辑(参见`UploadFileAdvanced`的说明)
68+
69+
* * *
70+
71+
**2016-12-27**
72+
73+
最新版本v7.1.0.0,适用于.NET Framework 2.0+ 和.NET Core
74+
75+
* * *
76+
77+
**2016-12-22**
78+
79+
最新版本v7.1.0.0,适用于.NET Framework 4.0+ 和.NET Core
80+
81+
新增:HTTPS支持(CDN/Fusion模块除外)
82+
83+
* * *
84+
85+
**2016-12-14**
86+
87+
最新版本v7.1.0.0,适用于.NET Framework 4.0+ 和.NET Core
88+
89+
新增:Fusion模块中增加HotLink("时间戳防盗链"功能)
90+
91+
新增:UrlHelper增加URL分析(Host,Path,File,Query分拆)
92+
93+
* * *
94+
95+
**2016-12-12**
96+
97+
最新版本v7.1.0.0,适用于.NET Framework 4.0+ 和.NET Core
98+
99+
新增:增加代码文档
100+
101+
* * *
102+
103+
**2016-12-08**
104+
105+
最新版本v7.1.0.0,适用于.NET Framework 4.0+ 和.NET Core
106+
107+
新增:优化代码易读性
108+
109+
* * *
110+
111+
**2016-12-07**
112+
113+
最新版本v7.1.0.0,适用于.NET Framework 4.0+ 和.NET Core
114+
115+
新特性:.NET Framework 4.0+和.NET Core共用一套代码
116+
117+
新增:更新文件生命周期(BucketManager.UpdateLifecycle)
118+
119+
* * *
120+
121+
**2016-12-01**
122+
123+
最新版本v7.0.0.5
124+
125+
增加:[Fusion](http://developer.qiniu.com/article/index.html#fusion)相关功能
126+
127+
增加: dfop
128+
129+
修复:上传(分片上传)文件发生重试时,上传到空间的文件内容错误
130+
131+
修改:默认不使用CDN(可自行设置);重试域名和原始上传域名保持一致
132+
133+
* * *
134+
135+
136+
**2016-11-22**
137+
138+
最新版本v7.0.0.3,适用于.NET xx
139+
140+
(xx: 2.0/3.0/3.5/4.0/4.5/4.5.1/4.5.2/4.6/4.6.1/4.6.2)
141+
142+
增加:上传域名默认使用CDN(`Qiniu.Common.Config.UploadFromCDN:Boolean`
143+
144+
优化:应对更多类型的网络错误(`WebException`
145+
146+
优化:上传失败重试域名(`upHost`)保持不变
147+
148+
优化:上传分块数量(`blockCount`)计算优化
149+
150+
151+
* * *
152+
153+
154+
**2016-10-28**
155+
156+
优化:上传示例中增加`UpCompleteHandler`的说明
157+
158+
159+
* * *
160+
161+
162+
**2016-10-24**
163+
164+
增加:增加`listFiles`(获取空间文件列表)功能,更新示例及文档
165+
166+
167+
* * *
168+
169+
170+
**2016-10-08**
171+
172+
推出新版本v7
173+
174+
175+
* * *
176+
177+
178+
**2016-08 ~ 2016-09**
179+
180+
增加:`Zone`模块
181+
182+
增加:多机房支持(华东/华北/华南/北美)
183+
184+
增加:示例及说明文档

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2017 http://fengyh.cn/
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
22+

0 commit comments

Comments
 (0)