We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d0d940 commit 6215617Copy full SHA for 6215617
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## 7.16.0
3
+* 对象存储,优化并发场景的区域查询
4
+* CDN,查询域名带宽,支持 `data_type` 参数
5
+
6
## 7.15.0
7
* 对象存储,持久化处理支持工作流模版
8
* 对象存储,修复 Windows 平台兼容性问题
qiniu/__init__.py
@@ -9,7 +9,7 @@
9
10
# flake8: noqa
11
12
-__version__ = '7.15.0'
+__version__ = '7.16.0'
13
14
from .auth import Auth, QiniuMacAuth
15
0 commit comments