Skip to content

Commit d1cfc06

Browse files
committed
Bump to version 2.6.6
1 parent ea8088d commit d1cfc06

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All 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

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Maven:
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

docs/install_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Maven:
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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.6.5
1+
version=2.6.6

0 commit comments

Comments
 (0)