We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27b219 commit d1bca45Copy full SHA for d1bca45
CHANGELOG.md
@@ -1,5 +1,17 @@
1
#Changelog
2
3
+## 7.0.8 (2016-07-19)
4
+### 增加
5
+* demo
6
+* https url 支持
7
+* deleteAfterDays 策略
8
+* 添加图片处理链接统一拼接方法 by @SherlockRen
9
+
10
+## 7.0.7 (2016-01-12)
11
+### 修正
12
+* PersistentFop参数pipeline和notify_url失效
13
+* resume 模式 close file inputstream
14
15
## 7.0.6 (2015-12-05)
16
### 修正
17
* php7.0 Json 对空字符串解析单元测试报错
src/Qiniu/Config.php
@@ -3,7 +3,7 @@
final class Config
{
- const SDK_VER = '7.0.7';
+ const SDK_VER = '7.0.8';
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
0 commit comments