We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a4942 commit 2a2fe12Copy full SHA for 2a2fe12
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 7.14.0 (2024-10-16)
4
+* 对象存储,持久化处理支持工作流模版
5
+
6
## 7.13.0 (2024-09-05)
7
* 对象存储,验证回调方法新增支持 Qiniu 签名
8
* 对象存储,调整查询空间区域域名顺序与默认空间管理域名
src/Qiniu/Config.php
@@ -4,7 +4,7 @@
final class Config
{
- const SDK_VER = '7.13.0';
+ const SDK_VER = '7.14.0';
9
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
10
0 commit comments