Skip to content

Commit

Permalink
Merge branch 'master' of YangSen-qn:qiniu/java-sdk into code-gen
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
  • Loading branch information
YangSen-qn committed Oct 11, 2024
2 parents 89e8dce + 1b7ecc5 commit 4b3e67a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 7.16.0(2024-09-12)

* 支持闲时任务
* 移除已下线区域相关域名

## 7.15.1(2024-05-29)

* 处理在构造 Download URL 时 Key 前缀为 / 的情况
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>[7.15.0, 7.15.99]</version>
<version>[7.16.0, 7.16.99]</version>
</dependency>
```

或者 Gradle:

```groovy
implementation 'com.qiniu:qiniu-java-sdk:7.15.+'
implementation 'com.qiniu:qiniu-java-sdk:7.16.+'
```

## 运行环境
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/qiniu/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public final class Constants {
/**
* 版本号
*/
public static final String VERSION = "7.15.1";
public static final String VERSION = "7.16.0";
/**
* 块大小,不能改变
*/
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/qiniu/processing/OperationStatus.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ public class OperationStatus {

/**
* 是否是闲时任务
* 0:非闲时任务
* 1:显示任务
* null 或 0:非闲时任务
* 1:闲时任务
*/
public Integer type;

Expand Down

0 comments on commit 4b3e67a

Please sign in to comment.