This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch fix-stat
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
from 36ba43911 Fix java
add 02649b88c Fix tests
add be0853e48 chore(ci): nodejs binding publish dry run (#3632)
add 3f868ccb1 refactor(services/azfile): Check if dir exists before create
(#3652)
add af638dba7 Merge remote-tracking branch 'origin/main' into fix-stat
No new revisions were added by this update.
Summary of changes:
.github/workflows/behavior_test_binding_nodejs.yml | 9 ++++--
.github/workflows/bindings_nodejs.yml | 37 +++++++++++++++-------
.github/workflows/docs.yml | 18 +++++++----
bindings/nodejs/Cargo.toml | 3 +-
bindings/nodejs/npm/darwin-x64/package.json | 2 +-
bindings/nodejs/npm/linux-arm64-gnu/package.json | 2 +-
bindings/nodejs/npm/linux-arm64-musl/package.json | 2 +-
bindings/nodejs/npm/win32-arm64-msvc/package.json | 2 +-
bindings/nodejs/upgrade.md | 5 +++
core/src/services/azfile/core.rs | 13 +++++++-
core/tests/behavior/write.rs | 12 +++++++
11 files changed, 78 insertions(+), 27 deletions(-)
create mode 100644 bindings/nodejs/upgrade.md