Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
version to 7.17.0
  • Loading branch information
YangSen-qn committed Jul 3, 2025
commit 311c2a0951d76a3bc2e358dcc7eb1ec986a30caa
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 7.17.0
* 对象存储,分片上传默认使用 V2 接口

## 7.16.0
* 对象存储,优化并发场景的区域查询
* CDN,查询域名带宽,支持 `data_type` 参数
Expand Down
2 changes: 1 addition & 1 deletion qiniu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# flake8: noqa

__version__ = '7.16.0'
__version__ = '7.17.0'

from .auth import Auth, QiniuMacAuth

Expand Down
2 changes: 1 addition & 1 deletion tests/mock_server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def handle_request(self, method):
parser.add_argument(
'--port',
type=int,
default=8000,
default=9000,
)
args = parser.parse_args()

Expand Down