Skip to content

Commit 945075b

Browse files
committed
update version to 7.15.0 and changelog
1 parent a26c833 commit 945075b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 7.15.0
3+
* 对象存储,持久化处理支持工作流模版
4+
* 对象存储,修复 Windows 平台兼容性问题
5+
26
## 7.14.0
37
* 对象存储,空间管理、上传文件新增备用域名重试逻辑
48
* 对象存储,调整查询区域主备域名
@@ -44,7 +48,7 @@
4448
## 7.9.0(2022-07-20)
4549
* 对象存储,支持使用时不配置区域信息,SDK 自动获取;
4650
* 对象存储,新增 list_domains API 用于查询空间绑定的域名
47-
* 对象存储,上传 API 新增支持设置自定义元数据,详情见 put_data, put_file, put_stream API
51+
* 对象存储,上传 API 新增支持设置自定义元数据,详情见 put_data, put_file, put_stream API
4852
* 解决部分已知问题
4953

5054
## 7.8.0(2022-06-08)
@@ -237,5 +241,3 @@
237241
* 代码覆盖度报告
238242
* policy改为dict, 便于灵活增加,并加入过期字段检查
239243
* 文件列表支持目录形式
240-
241-

qiniu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# flake8: noqa
1111

12-
__version__ = '7.14.0'
12+
__version__ = '7.15.0'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)