Skip to content

Commit

Permalink
update version to 7.15.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Oct 16, 2024
1 parent a26c833 commit 945075b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 7.15.0
* 对象存储,持久化处理支持工作流模版
* 对象存储,修复 Windows 平台兼容性问题

## 7.14.0
* 对象存储,空间管理、上传文件新增备用域名重试逻辑
* 对象存储,调整查询区域主备域名
Expand Down Expand Up @@ -44,7 +48,7 @@
## 7.9.0(2022-07-20)
* 对象存储,支持使用时不配置区域信息,SDK 自动获取;
* 对象存储,新增 list_domains API 用于查询空间绑定的域名
* 对象存储,上传 API 新增支持设置自定义元数据,详情见 put_data, put_file, put_stream API
* 对象存储,上传 API 新增支持设置自定义元数据,详情见 put_data, put_file, put_stream API
* 解决部分已知问题

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


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.14.0'
__version__ = '7.15.0'

from .auth import Auth, QiniuMacAuth

Expand Down

0 comments on commit 945075b

Please sign in to comment.