Skip to content

Commit

Permalink
Bump to version 2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
owarai committed Dec 24, 2024
1 parent ea8088d commit d1cfc06
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to QingStor SDK for JAVA will be documented in this file.

## [v2.6.6] - 2024-12-24

### Fixed

- Fix the bug that the header `x-qs-date` is not considered in the signature calculation.
- Fix the bug that decoding versioned delete-object output fails on boolean field.
- Use -1 as unknown body size hint before parsing the content length.

## [v2.6.5] - 2024-04-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Maven:
<dependency>
<groupId>com.yunify</groupId>
<artifactId>qingstor.sdk.java</artifactId>
<version>2.6.5</version>
<version>2.6.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/install_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Maven:
<dependency>
<groupId>com.yunify</groupId>
<artifactId>qingstor.sdk.java</artifactId>
<version>2.6.5</version>
<version>2.6.6</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.yunify</groupId>
<artifactId>qingstor.sdk.java</artifactId>
<version>2.6.5</version>
<version>2.6.6</version>
<name>Qingcloud Qingstor SDK for Java</name>
<description>The official QingStor SDK for the Java programming language.</description>
<url>https://www.qingcloud.com/products/objectstorage/</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.6.5
version=2.6.6

0 comments on commit d1cfc06

Please sign in to comment.