We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4da4eb0 + 49ad1d9 commit 3c06a10Copy full SHA for 3c06a10
CHANGELOG.md
@@ -1,5 +1,9 @@
1
#Changelog
2
3
+## 7.1.2 (2016-11-12)
4
+### 修正
5
+* 明确抛出获取各区域域名失败时的报错
6
+
7
## 7.1.1 (2016-11-02)
8
### 修正
9
* 多区域配置文件存储目录从home修改到tmp目录
src/Qiniu/Config.php
@@ -5,7 +5,7 @@
final class Config
{
- const SDK_VER = '7.1.1';
+ const SDK_VER = '7.1.2';
10
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
11
0 commit comments