Skip to content

Bump opendal to v0.53.3 (Round 1) #6186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ jobs:
working-directory: core
run: |
cargo update zerofrom --precise 0.1.5
cargo update litemap --precise 0.7.4
cargo update idna_adapter --precise 1.2.0
cargo update litemap --precise 0.7.4
cargo +${OPENDAL_MSRV} clippy -- -D warnings

build_default_features:
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 with: gh release create v_draft --generate-notes --draft -->

## [v0.53.3] - 2025-05-14

### Added
* feat(java): add ReadOptions for read methods by @liamzwbao in https://github.com/apache/opendal/pull/6157
* feat(core): support sharing one redb database between different Operators by @TD-Sky in https://github.com/apache/opendal/pull/6173
* feat(bin/oli): support cp to dir by @asukaminato0721 in https://github.com/apache/opendal/pull/6140
### Changed
* refactor(bindings/java): deprecate append in favor of write with append=true by @kingsword09 in https://github.com/apache/opendal/pull/6169
### Fixed
* fix(bindings/go): update dependencies by @JupiterRider in https://github.com/apache/opendal/pull/6175
* fix(integrations/object_store): fix double percent encoding by @Colerar in https://github.com/apache/opendal/pull/6166
* fix(services/fs): Make fs services work on our MSRV by @Xuanwo in https://github.com/apache/opendal/pull/6183
### CI
* ci: uses taiki-e/install-action to replace cargo insatll by @xxchan in https://github.com/apache/opendal/pull/6168
* ci(bindings/node): Add contents permissions for nodejs release by @Xuanwo in https://github.com/apache/opendal/pull/6182
* ci(bindings/java): Enable zig build for java by @Xuanwo in https://github.com/apache/opendal/pull/6181

## [v0.53.2] - 2025-05-09

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

Hello, OpenDAL!

[v0.53.3]: https://github.com/apache/opendal/compare/v0.53.2...v0.53.3
[v0.53.2]: https://github.com/apache/opendal/compare/v0.53.1...v0.53.2
[v0.53.1]: https://github.com/apache/opendal/compare/v0.53.0...v0.53.1
[v0.53.0]: https://github.com/apache/opendal/compare/v0.52.0...v0.53.0
Expand Down
14 changes: 7 additions & 7 deletions bin/oay/Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.80"
version = "0.41.20"
version = "0.41.21"

[features]
default = ["frontends-webdav", "frontends-s3"]
Expand Down
28 changes: 14 additions & 14 deletions bin/ofs/Cargo.lock

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

6 changes: 3 additions & 3 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.21"
version = "0.0.22"

authors = ["Apache OpenDAL <[email protected]>"]
edition = "2021"
Expand All @@ -46,13 +46,13 @@ url = { version = "2.5.4" }

[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.16", path = "../../integrations/fuse3" }
fuse3_opendal = { version = "0.0.17", 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.9", path = "../../integrations/cloud_filter" }
cloud_filter_opendal = { version = "0.0.10", path = "../../integrations/cloud_filter" }

[features]
default = ["services-fs", "services-s3"]
Expand Down
36 changes: 18 additions & 18 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.80"
version = "0.41.20"
version = "0.41.21"

[dependencies]
anyhow = { version = "1.0" }
Expand Down Expand Up @@ -69,4 +69,4 @@ insta-cmd = { version = "0.6" }
insta = { version = "1.43", features = ["filters"] }
walkdir = "2.5.0"
comfy-table = "7"
regex = "1"
regex = "1"
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<groupId>org.apache.opendal</groupId>
<artifactId>opendal</artifactId>
<version>0.47.12</version> <!-- update version number -->
<version>0.47.13</version> <!-- update version number -->

<name>Apache OpenDAL™</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opendal/lib-darwin-arm64",
"repository": "[email protected]/apache/opendal.git",
"version": "0.48.2",
"version": "0.48.3",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-darwin-x64",
"version": "0.48.2",
"version": "0.48.3",
"repository": "[email protected]/apache/opendal.git",
"os": [
"darwin"
Expand Down
2 changes: 1 addition & 1 deletion bindings/nodejs/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opendal/lib-linux-arm64-gnu",
"version": "0.48.2",
"version": "0.48.3",
"repository": "[email protected]/apache/opendal.git",
"os": [
"linux"
Expand Down
Loading
Loading