We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9167c19 commit 0ade9aeCopy full SHA for 0ade9ae
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 7.10.0(2022-11-15)
4
+* 对象存储,修复通过 set_default 设置 rs, rsf 不生效,而 SDK 自动获取的问题(v7.9.0)
5
+* 对象存储,支持直接从 qiniu 导入 UploadProgressRecorder
6
+* 对象存储,优化分片上传 ctx 超时检测
7
+* 文档,更新注释中文档链接
8
+
9
## 7.9.0(2022-07-20)
10
* 对象存储,支持使用时不配置区域信息,SDK 自动获取;
11
* 对象存储,新增 list_domains API 用于查询空间绑定的域名
qiniu/__init__.py
@@ -9,7 +9,7 @@
# flake8: noqa
12
-__version__ = '7.9.0'
+__version__ = '7.10.0'
13
14
from .auth import Auth, QiniuMacAuth
15
0 commit comments