File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 7.11.0 (2023-09-05)
4+ * 支持代理
5+
36## 7.10.1 (2023-08-04)
47* 修复部分 API 调用中间件合并失败(#417 )
58
2528## 7.7.0 (2022-09-02)
2629* 对象存储,新增支持设置文件级别生命周期 setObjectLifecycle API
2730* 对象存储,内置增加七牛新建存储区域域名信息
28- * 修复当前已知问题
31+ * 修复当前已知问题
2932
3033## 7.6.0 (2022-06-08)
3134* 对象存储,管理类 API 发送请求时增加 [ X-Qiniu-Date] ( https://developer.qiniu.com/kodo/3924/common-request-headers ) (生成请求的时间) header
5053### 新增
5154* 【对象存储】增加异步抓取方法与demo
5255* 【融合cdn】增加查询CDN刷新记录、查询CDN预取记录方法与demo
53- * 【云短信】增加查询短信发送记录的方法
56+ * 【云短信】增加查询短信发送记录的方法
5457* 【实时音视频】增加rtc停止房间的合流转推方法
5558* 【内容审核】增加图片审核、视频审核方法与demo
56-
59+
5760### 修复
5861* 【对象存储】修复签算 token 时上传策略中的 forceSaveKey 字段不生效的问题
5962* 【对象存储】修复更新空间事件通知规则方法
100103## 7.1.4 (2017-06-21)
101104### 增加
102105* cdn 文件/目录 刷新
103- * cdn 获取 流量/带宽
106+ * cdn 获取 流量/带宽
104107* cdn 获取域名的访问日志列表
105108* cdn 对资源链接进行时间戳防盗链签名
106109
Original file line number Diff line number Diff line change 44
55final class Config
66{
7- const SDK_VER = '7.10.1 ' ;
7+ const SDK_VER = '7.11.0 ' ;
88
99 const BLOCK_SIZE = 4194304 ; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
1010
You can’t perform that action at this time.
0 commit comments