Skip to content

Commit 6818b17

Browse files
authored
chore: prepare v0.20.6 release (#844)
Prepare the workspace for Apache OpenDAL reqsign 0.20.6. This release includes the S3 Express public API additions since v0.20.5, so `reqsign-aws-v4` moves from 3.2.0 to 3.3.0. `reqsign-core` receives a patch bump for signer refresh serialization, while the remaining publishable crates receive coordinated patch bumps. The facade moves to 0.20.6.
1 parent 90aa91e commit 6818b17

16 files changed

Lines changed: 29 additions & 29 deletions

File tree

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ rust-version = "1.85.0"
2727

2828
[workspace.dependencies]
2929
# Workspace dependencies
30-
reqsign-aliyun-oss = { version = "3.1.4", path = "services/aliyun-oss" }
31-
reqsign-aws-core = { version = "3.1.0", path = "services/aws-core" }
32-
reqsign-aws-v4 = { version = "3.2.0", path = "services/aws-v4" }
33-
reqsign-aws-v4a = { version = "3.0.4", path = "services/aws-v4a" }
34-
reqsign-azure-storage = { version = "3.2.0", path = "services/azure-storage" }
35-
reqsign-command-execute-tokio = { version = "3.0.5", path = "context/command-execute-tokio" }
36-
reqsign-core = { version = "3.3.0", path = "core" }
37-
reqsign-file-read-tokio = { version = "3.0.5", path = "context/file-read-tokio" }
38-
reqsign-google = { version = "3.1.0", path = "services/google" }
39-
reqsign-http-send-reqwest = { version = "4.0.5", path = "context/http-send-reqwest" }
40-
reqsign-huaweicloud-obs = { version = "3.0.5", path = "services/huaweicloud-obs" }
41-
reqsign-oracle = { version = "3.0.5", path = "services/oracle" }
42-
reqsign-tencent-cos = { version = "3.0.5", path = "services/tencent-cos" }
43-
reqsign-volcengine-tos = { version = "3.1.1", path = "services/volcengine-tos" }
30+
reqsign-aliyun-oss = { version = "3.1.5", path = "services/aliyun-oss" }
31+
reqsign-aws-core = { version = "3.1.1", path = "services/aws-core" }
32+
reqsign-aws-v4 = { version = "3.3.0", path = "services/aws-v4" }
33+
reqsign-aws-v4a = { version = "3.0.5", path = "services/aws-v4a" }
34+
reqsign-azure-storage = { version = "3.2.1", path = "services/azure-storage" }
35+
reqsign-command-execute-tokio = { version = "3.0.6", path = "context/command-execute-tokio" }
36+
reqsign-core = { version = "3.3.1", path = "core" }
37+
reqsign-file-read-tokio = { version = "3.0.6", path = "context/file-read-tokio" }
38+
reqsign-google = { version = "3.1.1", path = "services/google" }
39+
reqsign-http-send-reqwest = { version = "4.0.6", path = "context/http-send-reqwest" }
40+
reqsign-huaweicloud-obs = { version = "3.0.6", path = "services/huaweicloud-obs" }
41+
reqsign-oracle = { version = "3.0.6", path = "services/oracle" }
42+
reqsign-tencent-cos = { version = "3.0.6", path = "services/tencent-cos" }
43+
reqsign-volcengine-tos = { version = "3.1.2", path = "services/volcengine-tos" }
4444

4545
# Crates.io dependencies
4646
aes-gcm = "0.11"

context/command-execute-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "reqsign-command-execute-tokio"
20-
version = "3.0.5"
20+
version = "3.0.6"
2121

2222
categories = ["asynchronous"]
2323
description = "Tokio-based command execution implementation for reqsign"

context/file-read-tokio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "reqsign-file-read-tokio"
20-
version = "3.0.5"
20+
version = "3.0.6"
2121

2222
categories = ["asynchronous"]
2323
description = "Tokio-based file reader implementation for reqsign"

context/http-send-reqwest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "reqsign-http-send-reqwest"
20-
version = "4.0.5"
20+
version = "4.0.6"
2121

2222
categories = ["asynchronous"]
2323
description = "Reqwest-based HTTP client implementation for reqsign."

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "reqsign-core"
20-
version = "3.3.0"
20+
version = "3.3.1"
2121

2222
categories = ["command-line-utilities", "web-programming"]
2323
description = "Signing API requests without effort."

reqsign/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "reqsign"
20-
version = "0.20.5"
20+
version = "0.20.6"
2121

2222
categories = ["authentication", "web-programming::http-client"]
2323
description = "Signing HTTP requests for AWS, Azure, Google, Huawei, Aliyun, Tencent and Oracle services"

services/aliyun-oss/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "reqsign-aliyun-oss"
20-
version = "3.1.4"
20+
version = "3.1.5"
2121

2222
description = "Aliyun OSS signing implementation for reqsign."
2323

services/aws-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "reqsign-aws-core"
20-
version = "3.1.0"
20+
version = "3.1.1"
2121

2222
description = "Shared AWS credential and request canonicalization support for reqsign."
2323

services/aws-v4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "reqsign-aws-v4"
20-
version = "3.2.0"
20+
version = "3.3.0"
2121

2222
description = "AWS SigV4 signing implementation for reqsign."
2323

services/aws-v4a/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
[package]
1919
name = "reqsign-aws-v4a"
20-
version = "3.0.4"
20+
version = "3.0.5"
2121

2222
description = "AWS SigV4a signing implementation for reqsign."
2323

0 commit comments

Comments
 (0)