Skip to content

Commit

Permalink
Update CHANGELOG.md and Config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Oct 25, 2022
1 parent 7886e2e commit 7baa972
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.8.0 (2022-10-25)
* 移除不推荐域名,并增加区域亚太-首尔和华东-浙江2
* 对象存储,修复断点上传的文件内容不正确
* 对象存储,优化分片上传 ctx 超时检测

## 7.7.0 (2022-09-02)
* 对象存储,新增支持设置文件级别生命周期 setObjectLifecycle API
* 对象存储,内置增加七牛新建存储区域域名信息
Expand Down
2 changes: 1 addition & 1 deletion src/Qiniu/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

final class Config
{
const SDK_VER = '7.7.0';
const SDK_VER = '7.8.0';

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

Expand Down

0 comments on commit 7baa972

Please sign in to comment.