Skip to content

Commit

Permalink
chore: Bump version for 0.47.3 (#4852)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Jul 3, 2024
1 parent c9c2bb2 commit f9df0fa
Show file tree
Hide file tree
Showing 47 changed files with 253 additions and 220 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- "integrations/dav-server"
- "integrations/fuse3"
- "integrations/unftp-sbe"
- "integrations/virtiofs"
- "bin/oay" # depends on integrations/dav-server
- "bin/oli"
- "bin/ofs" # depends on integrations/fuse3
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

<!-- Release notes generated using configuration in .github/release.yml at main -->

## [v0.47.3] - 2024-07-03

### Changed
* refactor: Move ChunkedWrite logic into WriteContext by @Xuanwo in https://github.com/apache/opendal/pull/4826
* refactor(services/aliyun-drive): directly implement `oio::Write`. by @yuchanns in https://github.com/apache/opendal/pull/4821
### Fixed
* fix(integration/object_store): Avoid calling API inside debug by @Xuanwo in https://github.com/apache/opendal/pull/4846
* fix(integration/object_store): Fix metakey requested is incomplete by @Xuanwo in https://github.com/apache/opendal/pull/4844
### Docs
* docs(integration/unftp-sbe): Polish docs for unftp-sbe by @Xuanwo in https://github.com/apache/opendal/pull/4838
* docs(bin): Polish README for all bin by @Xuanwo in https://github.com/apache/opendal/pull/4839
### Chore
* chore(deps): bump crate-ci/typos from 1.22.7 to 1.22.9 by @dependabot in https://github.com/apache/opendal/pull/4836
* chore(deps): bump quick-xml from 0.32.0 to 0.35.0 in /bin/oay by @dependabot in https://github.com/apache/opendal/pull/4835
* chore(deps): bump nix from 0.28.0 to 0.29.0 in /bin/ofs by @dependabot in https://github.com/apache/opendal/pull/4833
* chore(deps): bump metrics from 0.20.1 to 0.23.0 in /core by @TennyZhuang in https://github.com/apache/opendal/pull/4843

## [v0.47.2] - 2024-06-30

### Added
Expand Down Expand Up @@ -3804,6 +3821,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

Hello, OpenDAL!

[v0.47.3]: https://github.com/apache/opendal/compare/v0.47.2...v0.47.3
[v0.47.2]: https://github.com/apache/opendal/compare/v0.47.1...v0.47.2
[v0.47.1]: https://github.com/apache/opendal/compare/v0.47.0...v0.47.1
[v0.47.0]: https://github.com/apache/opendal/compare/v0.46.0...v0.47.0
Expand Down
30 changes: 15 additions & 15 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.5"
version = "0.41.6"

[features]
default = ["frontends-webdav", "frontends-s3"]
Expand All @@ -47,7 +47,7 @@ bytes = { version = "1.5.0", optional = true }
chrono = "0.4.31"
clap = { version = "4", features = ["cargo", "string"] }
dav-server = { version = "0.6", optional = true }
dav-server-opendalfs = { version = "0.0.4", path = "../../integrations/dav-server", optional = true }
dav-server-opendalfs = { version = "0.0.5", path = "../../integrations/dav-server", optional = true }
dirs = "5.0.1"
futures = "0.3"
futures-util = { version = "0.3.29", optional = true }
Expand Down
18 changes: 9 additions & 9 deletions bin/oay/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bitflags@2.6.0 X X
block-buffer@0.10.4 X X
bumpalo@3.16.0 X X
bytes@1.6.0 X
cc@1.0.103 X X
cc@1.0.104 X X
cfg-if@1.0.0 X X
chrono@0.4.38 X X
clap@4.5.8 X X
Expand All @@ -35,7 +35,7 @@ core-foundation-sys@0.8.6 X X
cpufeatures@0.2.12 X X
crypto-common@0.1.6 X X
dav-server@0.6.0 X
dav-server-opendalfs@0.0.4 X
dav-server-opendalfs@0.0.5 X
deranged@0.3.11 X X
digest@0.10.7 X X
dirs@5.0.1 X X
Expand Down Expand Up @@ -67,9 +67,9 @@ http-body@1.0.0 X
http-body-util@0.1.2 X
httparse@1.9.4 X X
httpdate@1.0.3 X X
hyper@1.3.1 X
hyper@1.4.0 X
hyper-rustls@0.27.2 X X X
hyper-util@0.1.5 X
hyper-util@0.1.6 X
iana-time-zone@0.1.60 X X
iana-time-zone-haiku@0.1.2 X X
idna@0.5.0 X X
Expand All @@ -96,10 +96,10 @@ nu-ansi-term@0.46.0 X
num-conv@0.1.0 X X
num-traits@0.2.19 X X
num_cpus@1.16.0 X X
oay@0.41.5 X
oay@0.41.6 X
object@0.36.1 X X
once_cell@1.19.0 X X
opendal@0.47.2 X
opendal@0.47.3 X
option-ext@0.2.0 X
overload@0.1.1 X
parking_lot@0.12.3 X X
Expand All @@ -113,7 +113,7 @@ powerfmt@0.2.0 X X
ppv-lite86@0.2.17 X X
proc-macro2@1.0.86 X X
quick-xml@0.31.0 X
quick-xml@0.32.0 X
quick-xml@0.35.0 X
quote@1.0.36 X X
rand@0.8.5 X X
rand_chacha@0.3.1 X X
Expand All @@ -137,7 +137,7 @@ ryu@1.0.18 X X
scopeguard@1.2.0 X X
serde@1.0.203 X X
serde_derive@1.0.203 X X
serde_json@1.0.118 X X
serde_json@1.0.120 X X
serde_path_to_error@0.1.16 X X
serde_spanned@0.6.6 X X
serde_urlencoded@0.7.1 X X
Expand Down Expand Up @@ -226,5 +226,5 @@ winnow@0.6.13 X
winreg@0.52.0 X
xml-rs@0.8.20 X
xmltree@0.10.3 X
zerocopy@0.7.34 X X X
zerocopy@0.7.35 X X X
zeroize@1.8.1 X X
22 changes: 11 additions & 11 deletions bin/ofs/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/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.6"
version = "0.0.7"

authors = ["Apache OpenDAL <dev@opendal.apache.org>"]
edition = "2021"
Expand All @@ -36,7 +36,7 @@ chrono = "0.4.34"
clap = { version = "4.5.7", features = ["derive", "env"] }
env_logger = "0.11.2"
fuse3 = { "version" = "0.7.2", "features" = ["tokio-runtime", "unprivileged"] }
fuse3_opendal = { version = "0.0.1", path = "../../integrations/fuse3" }
fuse3_opendal = { version = "0.0.2", path = "../../integrations/fuse3" }
futures-util = "0.3.30"
libc = "0.2.154"
log = "0.4.21"
Expand Down
16 changes: 9 additions & 7 deletions bin/ofs/DEPENDENCIES.rust.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ bitflags@2.6.0 X X
block-buffer@0.10.4 X X
bumpalo@3.16.0 X X
bytes@1.6.0 X
cc@1.0.103 X X
cc@1.0.104 X X
cfg-if@1.0.0 X X
cfg_aliases@0.1.1 X
cfg_aliases@0.2.1 X
chrono@0.4.38 X X
clap@4.5.8 X X
clap_builder@4.5.8 X X
Expand Down Expand Up @@ -54,7 +55,7 @@ flagset@0.4.5 X
fnv@1.0.7 X X
form_urlencoded@1.2.1 X X
fuse3@0.7.2 X
fuse3_opendal@0.0.1 X
fuse3_opendal@0.0.2 X
futures@0.3.30 X X
futures-channel@0.3.30 X X
futures-core@0.3.30 X X
Expand All @@ -78,9 +79,9 @@ http-body@1.0.0 X
http-body-util@0.1.2 X
httparse@1.9.4 X X
humantime@2.1.0 X X
hyper@1.3.1 X
hyper@1.4.0 X
hyper-rustls@0.27.2 X X X
hyper-util@0.1.5 X
hyper-util@0.1.6 X
iana-time-zone@0.1.60 X X
iana-time-zone-haiku@0.1.2 X X
idna@0.5.0 X X
Expand All @@ -99,12 +100,13 @@ mime@0.3.17 X X
miniz_oxide@0.7.4 X X X
mio@0.8.11 X
nix@0.28.0 X
nix@0.29.0 X
num-traits@0.2.19 X X
num_cpus@1.16.0 X X
object@0.36.1 X X
ofs@0.0.6 X
ofs@0.0.7 X
once_cell@1.19.0 X X
opendal@0.47.2 X
opendal@0.47.3 X
ordered-multimap@0.7.3 X
parking@2.2.0 X X
percent-encoding@2.3.1 X X
Expand Down Expand Up @@ -137,7 +139,7 @@ ryu@1.0.18 X X
semver@1.0.23 X X
serde@1.0.203 X X
serde_derive@1.0.203 X X
serde_json@1.0.118 X X
serde_json@1.0.120 X X
serde_urlencoded@0.7.1 X X
sha1@0.10.6 X X
sha2@0.10.8 X X
Expand Down
Loading

0 comments on commit f9df0fa

Please sign in to comment.