Skip to content

Commit

Permalink
Bump version to v0.51.0 rc1
Browse files Browse the repository at this point in the history
Signed-off-by: Manjusaka <[email protected]>
  • Loading branch information
Zheaoli committed Dec 13, 2024
1 parent 76a2057 commit 28b8f53
Show file tree
Hide file tree
Showing 49 changed files with 131 additions and 137 deletions.
6 changes: 3 additions & 3 deletions bin/oay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bin/oay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.41.13"
version = "0.41.14"

[features]
default = ["frontends-webdav", "frontends-s3"]
Expand All @@ -46,7 +46,7 @@ chrono = "0.4.31"
dav-server = { version = "0.7", optional = true }
dav-server-opendalfs = { version = "0.2.1", path = "../../integrations/dav-server", optional = true }
futures-util = { version = "0.3.29", optional = true }
opendal = { version = "0.50.0", path = "../../core", features = [
opendal = { version = "0.51.0", path = "../../core", features = [
"services-fs",
] }
quick-xml = { version = "0.36", features = ["serialize", "overlapped-lists"] }
Expand Down
9 changes: 4 additions & 5 deletions bin/oay/DEPENDENCIES.rust.tsv
8 changes: 4 additions & 4 deletions bin/ofs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions bin/ofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ categories = ["filesystem"]
description = "OpenDAL File System"
keywords = ["storage", "data", "s3", "fs", "azblob"]
name = "ofs"
version = "0.0.14"
version = "0.0.15"

authors = ["Apache OpenDAL <[email protected]>"]
edition = "2021"
Expand All @@ -34,7 +34,7 @@ anyhow = "1"
clap = { version = "4.5.21", features = ["derive", "env"] }
env_logger = "0.11.2"
log = "0.4.21"
opendal = { version = "0.50.0", path = "../../core" }
opendal = { version = "0.51.0", path = "../../core" }
tokio = { version = "1.37.0", features = [
"fs",
"macros",
Expand All @@ -46,21 +46,21 @@ url = "2.5.0"

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dependencies]
fuse3 = { version = "0.8.1", "features" = ["tokio-runtime", "unprivileged"] }
fuse3_opendal = { version = "0.0.9", path = "../../integrations/fuse3" }
fuse3_opendal = { version = "0.0.10", path = "../../integrations/fuse3" }
libc = "0.2.154"
nix = { version = "0.29.0", features = ["user"] }

[target.'cfg(target_os = "windows")'.dependencies]
cloud-filter = { version = "0.0.5" }
cloud_filter_opendal = { version = "0.0.3", path = "../../integrations/cloud_filter" }
cloud_filter_opendal = { version = "0.0.4", path = "../../integrations/cloud_filter" }

[features]
default = ["services-fs", "services-s3"]
services-fs = ["opendal/services-fs"]
services-s3 = ["opendal/services-s3"]

[dev-dependencies]
opendal = { version = "0.50.0", path = "../../core", features = ["tests"] }
opendal = { version = "0.51.0", path = "../../core", features = ["tests"] }
tempfile = "3.10.1"
test-context = "0.3.0"
walkdir = "2.5.0"
12 changes: 6 additions & 6 deletions bin/ofs/DEPENDENCIES.rust.tsv
4 changes: 2 additions & 2 deletions bin/oli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bin/oli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.41.13"
version = "0.41.14"

[features]
# Enable services dashmap support
Expand Down Expand Up @@ -59,7 +59,7 @@ clap = { version = "4", features = ["cargo", "string", "derive", "deprecated"] }
dirs = "5.0.1"
futures = "0.3"
indicatif = "0.17.9"
opendal = { version = "0.50.0", path = "../../core", features = [
opendal = { version = "0.51.0", path = "../../core", features = [
# These are default features before v0.46. TODO: change to optional features
"services-azblob",
"services-azdls",
Expand Down
17 changes: 12 additions & 5 deletions bin/oli/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
Expand All @@ -47,9 +48,9 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down Expand Up @@ -83,6 +84,7 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
Expand All @@ -105,10 +107,11 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected].13 X
[email protected].14 X
[email protected] X X
opendal@0.50.2 X
opendal@0.51.0 X
[email protected] X
[email protected] X
[email protected] X X
Expand All @@ -120,6 +123,7 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
Expand All @@ -145,8 +149,8 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected].210 X X
[email protected].210 X X
[email protected].215 X X
[email protected].215 X X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down Expand Up @@ -188,6 +192,8 @@ [email protected] X X
[email protected] X X
[email protected] X X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
Expand All @@ -203,6 +209,7 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
Expand Down
2 changes: 1 addition & 1 deletion bindings/c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.45.1"
version = "0.46.0"

[lib]
crate-type = ["cdylib", "staticlib"]
Expand Down
5 changes: 2 additions & 3 deletions bindings/c/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down Expand Up @@ -99,8 +98,8 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
opendal@0.50.2 X
opendal-c@0.45.1 X
opendal@0.51.0 X
opendal-c@0.46.0 X
[email protected] X
[email protected] X X
[email protected] X X
Expand Down
2 changes: 1 addition & 1 deletion bindings/cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ homepage = "https://opendal.apache.org/"
license = "Apache-2.0"
repository = "https://github.com/apache/opendal"
rust-version = "1.75"
version = "0.45.13"
version = "0.46.0"

[lib]
crate-type = ["staticlib"]
Expand Down
5 changes: 2 additions & 3 deletions bindings/cpp/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down Expand Up @@ -93,8 +92,8 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
opendal@0.50.2 X
opendal-cpp@0.45.13 X
opendal@0.51.0 X
opendal-cpp@0.46.0 X
[email protected] X
[email protected] X X
[email protected] X
Expand Down
2 changes: 1 addition & 1 deletion bindings/dotnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
[package]
name = "opendal-dotnet"
publish = false
version = "0.1.11"
version = "0.2.0"

authors = ["Apache OpenDAL <[email protected]>"]
edition = "2021"
Expand Down
5 changes: 2 additions & 3 deletions bindings/dotnet/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
[email protected] X
[email protected] X X
[email protected] X X
[email protected] X X
Expand Down Expand Up @@ -87,8 +86,8 @@ [email protected] X X
[email protected] X X
[email protected] X X
[email protected] X X
opendal@0.50.2 X
opendal-dotnet@0.1.11 X
opendal@0.51.0 X
opendal-dotnet@0.2.0 X
[email protected] X
[email protected] X X
[email protected] X
Expand Down
Loading

0 comments on commit 28b8f53

Please sign in to comment.