File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to QingStor SDK for JAVA will be documented in this file.
44
5+ ## [ v2.6.6] - 2024-12-24
6+
7+ ### Fixed
8+
9+ - Fix the bug that the header ` x-qs-date ` is not considered in the signature calculation.
10+ - Fix the bug that decoding versioned delete-object output fails on boolean field.
11+ - Use -1 as unknown body size hint before parsing the content length.
12+
513## [ v2.6.5] - 2024-04-30
614
715### Added
Original file line number Diff line number Diff line change 2222<dependency >
2323 <groupId >com.yunify</groupId >
2424 <artifactId >qingstor.sdk.java</artifactId >
25- <version >2.6.5 </version >
25+ <version >2.6.6 </version >
2626</dependency >
2727```
2828
Original file line number Diff line number Diff line change 2222<dependency >
2323 <groupId >com.yunify</groupId >
2424 <artifactId >qingstor.sdk.java</artifactId >
25- <version >2.6.5 </version >
25+ <version >2.6.6 </version >
2626</dependency >
2727```
2828
Original file line number Diff line number Diff line change 55
66 <groupId >com.yunify</groupId >
77 <artifactId >qingstor.sdk.java</artifactId >
8- <version >2.6.5 </version >
8+ <version >2.6.6 </version >
99 <name >Qingcloud Qingstor SDK for Java</name >
1010 <description >The official QingStor SDK for the Java programming language.</description >
1111 <url >https://www.qingcloud.com/products/objectstorage/</url >
Original file line number Diff line number Diff line change 1- version =2.6.5
1+ version =2.6.6
You can’t perform that action at this time.
0 commit comments