We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d09325 commit a838948Copy full SHA for a838948
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+## 7.15.1(2024-05-29)
3
+* 处理在构造 Download URL 时 Key 前缀为 / 的情况
4
+
5
## 7.15.0(2023-12-25)
6
* 区域缓存支持磁盘缓存
7
* 提供快速生成公有云的区域实例的方法
src/main/java/com/qiniu/common/Constants.java
@@ -10,7 +10,7 @@ public final class Constants {
10
/**
11
* 版本号
12
*/
13
- public static final String VERSION = "7.15.0";
+ public static final String VERSION = "7.15.1";
14
15
* 块大小,不能改变
16
0 commit comments