Skip to content

Commit 7baa972

Browse files
committed
Update CHANGELOG.md and Config.php
1 parent 7886e2e commit 7baa972

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 7.8.0 (2022-10-25)
4+
* 移除不推荐域名,并增加区域亚太-首尔和华东-浙江2
5+
* 对象存储,修复断点上传的文件内容不正确
6+
* 对象存储,优化分片上传 ctx 超时检测
7+
38
## 7.7.0 (2022-09-02)
49
* 对象存储,新增支持设置文件级别生命周期 setObjectLifecycle API
510
* 对象存储,内置增加七牛新建存储区域域名信息

src/Qiniu/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
final class Config
55
{
6-
const SDK_VER = '7.7.0';
6+
const SDK_VER = '7.8.0';
77

88
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
99

0 commit comments

Comments
 (0)