Skip to content

Commit 4b3e67a

Browse files
author
YangSen-qn
committed
Merge branch 'master' of YangSen-qn:qiniu/java-sdk into code-gen
# Conflicts: # CHANGELOG.md
2 parents 89e8dce + 1b7ecc5 commit 4b3e67a

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 7.16.0(2024-09-12)
4+
5+
* 支持闲时任务
6+
* 移除已下线区域相关域名
7+
38
## 7.15.1(2024-05-29)
49

510
* 处理在构造 Download URL 时 Key 前缀为 / 的情况

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
<dependency>
1717
<groupId>com.qiniu</groupId>
1818
<artifactId>qiniu-java-sdk</artifactId>
19-
<version>[7.15.0, 7.15.99]</version>
19+
<version>[7.16.0, 7.16.99]</version>
2020
</dependency>
2121
```
2222

2323
或者 Gradle:
2424

2525
```groovy
26-
implementation 'com.qiniu:qiniu-java-sdk:7.15.+'
26+
implementation 'com.qiniu:qiniu-java-sdk:7.16.+'
2727
```
2828

2929
## 运行环境

src/main/java/com/qiniu/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public final class Constants {
1010
/**
1111
* 版本号
1212
*/
13-
public static final String VERSION = "7.15.1";
13+
public static final String VERSION = "7.16.0";
1414
/**
1515
* 块大小,不能改变
1616
*/

src/main/java/com/qiniu/processing/OperationStatus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public class OperationStatus {
4949

5050
/**
5151
* 是否是闲时任务
52-
* 0:非闲时任务
53-
* 1:显示任务
52+
* null 或 0:非闲时任务
53+
* 1:闲时任务
5454
*/
5555
public Integer type;
5656

0 commit comments

Comments
 (0)