-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version to v0.51.0 rc1 Signed-off-by: Manjusaka <[email protected]> * Update change log Signed-off-by: Manjusaka <[email protected]> * Update he binding version Signed-off-by: Manjusaka <[email protected]> --------- Signed-off-by: Manjusaka <[email protected]>
- Loading branch information
Showing
49 changed files
with
204 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ [email protected] X X | |
[email protected] X X | ||
[email protected] X X | ||
[email protected] X X | ||
[email protected].90 X X | ||
[email protected].93 X X | ||
[email protected] X X | ||
[email protected] X X | ||
[email protected] X | ||
|
@@ -25,12 +25,11 @@ [email protected] X X | |
[email protected] X X | ||
[email protected] X X | ||
[email protected] X | ||
[email protected].2 X | ||
[email protected].3 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 | ||
[email protected] X X | ||
|
@@ -83,10 +82,10 @@ [email protected] X | |
[email protected] X | ||
[email protected] X X | ||
[email protected] X X | ||
[email protected].13 X | ||
[email protected].14 X | ||
[email protected] X X | ||
[email protected] X X | ||
opendal@0.50.2 X | ||
opendal@0.51.0 X | ||
[email protected] X | ||
[email protected] X X | ||
[email protected] X X | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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", | ||
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,12 +26,12 @@ [email protected] X X | |
[email protected] X X | ||
[email protected] X | ||
[email protected] X X | ||
[email protected].20 X X | ||
[email protected].20 X X | ||
[email protected].21 X X | ||
[email protected].21 X X | ||
[email protected] X X | ||
[email protected] X X | ||
[email protected] X | ||
[email protected].3 X | ||
[email protected].4 X | ||
[email protected] X X | ||
[email protected] X X | ||
[email protected] X X | ||
|
@@ -57,7 +57,7 @@ [email protected] X | |
[email protected] X X | ||
[email protected] X X | ||
[email protected] X | ||
[email protected].9 X | ||
[email protected].10 X | ||
[email protected] X X | ||
[email protected] X X | ||
[email protected] X X | ||
|
@@ -107,9 +107,9 @@ [email protected] X X | |
[email protected] X X | ||
[email protected] X X | ||
[email protected] X X | ||
[email protected].14 X | ||
[email protected].15 X | ||
[email protected] X X | ||
opendal@0.50.2 X | ||
opendal@0.51.0 X | ||
[email protected] X | ||
[email protected] X X | ||
[email protected] X X | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.