Skip to content

Commit 0ade9ae

Browse files
committed
Update CHANGELOG.md and __init__.py
1 parent 9167c19 commit 0ade9ae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 7.10.0(2022-11-15)
4+
* 对象存储,修复通过 set_default 设置 rs, rsf 不生效,而 SDK 自动获取的问题(v7.9.0)
5+
* 对象存储,支持直接从 qiniu 导入 UploadProgressRecorder
6+
* 对象存储,优化分片上传 ctx 超时检测
7+
* 文档,更新注释中文档链接
8+
39
## 7.9.0(2022-07-20)
410
* 对象存储,支持使用时不配置区域信息,SDK 自动获取;
511
* 对象存储,新增 list_domains API 用于查询空间绑定的域名

qiniu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# flake8: noqa
1111

12-
__version__ = '7.9.0'
12+
__version__ = '7.10.0'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)