This is an automated email from the ASF dual-hosted git repository.

gxd pushed a change to branch persy_test_planner
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


    from 54adf3b6c ci(services/persy): use tmp dir
     add 95eae352f fix(services/dropbox): Check if folder exists before calling 
create dir (#3513)
     add 8465d2d37 refactor(service/http): Add HttpConfig to implement 
ConfigDeserializer (#3507)
     add c216a5b31 refactor(service/ftp): Add FtpConfig to implement 
ConfigDeserializer (#3510)
     add fe0b86421 refactor(service/sftp): Add SftpConfig to implement 
ConfigDeserializer (#3511)
     add 64b61c7c6 Add opendal_metadata_last_modified and 
opendal_operator_create_dir (#3515)
     add 2c14c132b chore: Remove not released packages while releasing (#3519)
     add 46f23cb40 refactor(service/tikv): Add TikvConfig to implement 
ConfigDeserializer (#3512)
     add cdd017d8b chore: Bump to v0.42.0 to start release process (Round 2) 
(#3521)
     add d355fb318 docs: Add Milvus as C binding's user (#3523)
     add 4cc9698e5 chore: Fix typo in CHANGELOG  (#3524)
     add 3a5c47b23 chore: add updated Cargo.toml to git archive (#3525)
     add 9546db7d9 build(bindings/java): Allow building on `linux-aarch_64` 
(#3527)
     add 08d7e41a2 chore(bindings/java): improve build.py script (#3529)
     add 33d7b8714 ci: support behavior test for gridfs (#3520)
     add 9b423aef2 chore: Bump to v0.42.0 to start release process (Round 3) 
(#3531)
     add 9a323ab71 chore(servies/sftp): Upgrade openssh-sftp-client to 0.14 
(#3538)
     add 37bbcd6b6 docs: Add questdb in users list (#3532)
     add fe6daf2a2 ci(services/libsql): add rust test threads limit (#3540)
     add 880b648c1 feat(bindings/C): Add opendal_operator_rename and 
opendal_operator_copy (#3517)
     add e0ccc9ef2 feat(binding/python): Add new API to convert between 
AsyncOperator and Operator (#3514)
     add 4c70d4890 fix(bindings/python): Fix the test command in doc (#3541)
     new 2c78d0b0f Merge branch 'main' into persy_test_planner

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../gridfs}/action.yml                             |  10 +-
 .../gridfs_with_basic_auth}/action.yml             |   8 +-
 .github/services/libsql/libsql-auth/action.yml     |   1 +
 .github/services/libsql/libsql/action.yml          |   1 +
 CHANGELOG.md                                       |  16 ++
 Cargo.lock                                         |  46 ++----
 README.md                                          |  11 ++
 bindings/c/include/opendal.h                       | 149 ++++++++++++++++-
 bindings/c/src/metadata.rs                         |  20 +++
 bindings/c/src/operator.rs                         | 178 ++++++++++++++++++++-
 bindings/c/tests/bdd.cpp                           |  35 ++++
 bindings/java/Cargo.toml                           |   7 +-
 bindings/java/tools/build.py                       |  12 +-
 bindings/nodejs/Cargo.toml                         |   8 +-
 bindings/python/CONTRIBUTING.md                    |   3 +-
 bindings/python/Cargo.toml                         |   6 +-
 bindings/python/README.md                          |   3 +-
 bindings/python/python/opendal/__init__.pyi        |   2 +
 bindings/python/src/operator.rs                    |  15 +-
 bindings/python/tests/conftest.py                  |  18 +--
 core/Cargo.toml                                    |   4 +-
 core/src/services/dropbox/backend.rs               |  24 ++-
 core/src/services/ftp/backend.rs                   |  64 +++++---
 core/src/services/ftp/mod.rs                       |   1 +
 core/src/services/http/backend.rs                  |  75 +++++----
 core/src/services/http/mod.rs                      |   1 +
 core/src/services/mod.rs                           |   8 +
 core/src/services/sftp/backend.rs                  |  79 +++++----
 core/src/services/sftp/mod.rs                      |   1 +
 core/src/services/tikv/backend.rs                  |  94 +++++++----
 core/src/services/tikv/mod.rs                      |   1 +
 scripts/release.sh                                 |  20 ++-
 32 files changed, 727 insertions(+), 194 deletions(-)
 copy .github/services/{mongodb/mongodb_with_no_auth => 
gridfs/gridfs}/action.yml (82%)
 copy .github/services/{mongodb/mongodb_with_basic_auth => 
gridfs/gridfs_with_basic_auth}/action.yml (83%)

Reply via email to