File tree Expand file tree Collapse file tree 7 files changed +37
-7
lines changed Expand file tree Collapse file tree 7 files changed +37
-7
lines changed Original file line number Diff line number Diff line change 11Version 3.23.3
2+ New features:
231 . Allow you to query the progress of crr
342 . Added interfaces of Object tagging(set, get, delete)
5+
6+ Third-party dependence:
7+ 1 . Replace powermock-module-junit4 2.0.9 with powermock-module-junit4 1.6.5
8+ 2 . Replace powermock-api-mockito2 2.0.9 with powermock-api-mockito 1.6.5
49-----------------------------------------------------------------------------------
510
611Version 3.21.12
Original file line number Diff line number Diff line change 11Version 3.23.3
2+ New features:
231 . Allow you to query the progress of crr
342 . Added interfaces of Object tagging(set, get, delete)
5+
6+ Third-party dependence:
7+ 1 . Replace powermock-module-junit4 2.0.9 with powermock-module-junit4 1.6.5
8+ 2 . Replace powermock-api-mockito2 2.0.9 with powermock-api-mockito 1.6.5
49-----------------------------------------------------------------------------------
510
611Version 3.22.12
Original file line number Diff line number Diff line change 1+ Version 3.23.3
2+ New features:
3+ 1 . Allow you to query the progress of crr
4+ 2 . Added interfaces of Object tagging(set, get, delete)
5+
6+ Third-party dependence:
7+ 1 . Replace powermock-module-junit4 2.0.9 with powermock-module-junit4 1.6.5
8+ 2 . Replace powermock-api-mockito2 2.0.9 with powermock-api-mockito 1.6.5
9+ -----------------------------------------------------------------------------------
10+
111Version 3.22.12
212New features:
3131 . Added the Deep Archive storage class in the Java SDK.
Original file line number Diff line number Diff line change 1+ Version 3.23.3
2+ New features:
3+ 1 . 支持crr进度查询
4+ 2 . 新增对象标签接口(设置、获取、删除 对象标签)
5+
6+ Third-party dependence:
7+ 1 . 使用 powermock-module-junit4 2.0.9 替代 powermock-module-junit4 1.6.5
8+ 2 . 使用 powermock-api-mockito2 2.0.9 替代 powermock-api-mockito 1.6.5
9+ -----------------------------------------------------------------------------------
10+
111Version 3.22.12
212New features:
3131 . Java SDK支持深度归档
Original file line number Diff line number Diff line change 44
55 <groupId >com.huaweicloud</groupId >
66 <artifactId >esdk-obs-android</artifactId >
7- <version >3.22.12 </version >
7+ <version >3.23.3 </version >
88 <packaging >jar</packaging >
99
1010 <name >OBS SDK for Android</name >
Original file line number Diff line number Diff line change 44
55 <groupId >com.huaweicloud</groupId >
66 <artifactId >esdk-obs-java-optimised</artifactId >
7- <version >3.22.12.1 </version >
7+ <version >3.23.3 </version >
88 <packaging >jar</packaging >
99
10- <name >OBS SDK for Java</name >
10+ <name >OBS SDK for Java Optimised </name >
1111 <description >The OBS SDK for Java used for accessing Object Storage Service</description >
1212
1313 <properties >
Original file line number Diff line number Diff line change 44
55 <groupId >com.huaweicloud</groupId >
66 <artifactId >esdk-obs-java</artifactId >
7- <version >3.22.12 </version >
7+ <version >3.23.3 </version >
88 <packaging >jar</packaging >
99
1010 <name >OBS SDK for Java</name >
6868 <dependency >
6969 <groupId >org.powermock</groupId >
7070 <artifactId >powermock-module-junit4</artifactId >
71- <version >1.6.5 </version >
71+ <version >2.0.9 </version >
7272 <scope >test</scope >
7373 </dependency >
7474
7575 <dependency >
7676 <groupId >org.powermock</groupId >
77- <artifactId >powermock-api-mockito </artifactId >
78- <version >1.6.5 </version >
77+ <artifactId >powermock-api-mockito2 </artifactId >
78+ <version >2.0.9 </version >
7979 <scope >test</scope >
8080 </dependency >
8181 </dependencies >
You can’t perform that action at this time.
0 commit comments