Skip to content

Commit

Permalink
bump version to v7.11.0 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachue authored Sep 5, 2023
1 parent f8625fe commit 9ee81f0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 7.11.0 (2023-09-05)
* 支持代理

## 7.10.1 (2023-08-04)
* 修复部分 API 调用中间件合并失败(#417

Expand All @@ -25,7 +28,7 @@
## 7.7.0 (2022-09-02)
* 对象存储,新增支持设置文件级别生命周期 setObjectLifecycle API
* 对象存储,内置增加七牛新建存储区域域名信息
* 修复当前已知问题
* 修复当前已知问题

## 7.6.0 (2022-06-08)
* 对象存储,管理类 API 发送请求时增加 [X-Qiniu-Date](https://developer.qiniu.com/kodo/3924/common-request-headers) (生成请求的时间) header
Expand All @@ -50,10 +53,10 @@
### 新增
* 【对象存储】增加异步抓取方法与demo
* 【融合cdn】增加查询CDN刷新记录、查询CDN预取记录方法与demo
* 【云短信】增加查询短信发送记录的方法
* 【云短信】增加查询短信发送记录的方法
* 【实时音视频】增加rtc停止房间的合流转推方法
* 【内容审核】增加图片审核、视频审核方法与demo

### 修复
* 【对象存储】修复签算 token 时上传策略中的 forceSaveKey 字段不生效的问题
* 【对象存储】修复更新空间事件通知规则方法
Expand Down Expand Up @@ -100,7 +103,7 @@
## 7.1.4 (2017-06-21)
### 增加
* cdn 文件/目录 刷新
* cdn 获取 流量/带宽
* cdn 获取 流量/带宽
* cdn 获取域名的访问日志列表
* cdn 对资源链接进行时间戳防盗链签名

Expand Down
2 changes: 1 addition & 1 deletion src/Qiniu/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Config
{
const SDK_VER = '7.10.1';
const SDK_VER = '7.11.0';

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

Expand Down

0 comments on commit 9ee81f0

Please sign in to comment.