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

suyanhanx pushed a change to branch redb-test-planner
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


    omit 5d9514447 test(services/redb): migrate to test planner
     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)
     add dbdeadf04 refactor(services/persy): migrate tot test planner (#3476)
     add 60b4d3a64 refactor(service/etcd): Add EtcdConfig to implement 
ConfigDeserializer (#3543)
     add 540cc68a2 chore(service/tikv): rename Backend to TikvBackend (#3545)
     add 540267007 chore(docs): add cpp binding in README (#3546)
     add 59d078d8b test(services/redb): migrate to test planner

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5d9514447)
            \
             N -- N -- N   refs/heads/redb-test-planner (59d078d8b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

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 +
 .../{fs/local_fs => persy/persy}/action.yml        |  11 +-
 .github/workflows/service_test_persy.yml           |  56 ---------
 CHANGELOG.md                                       |  16 +++
 Cargo.lock                                         |  46 +++-----
 README.md                                          |  12 ++
 bindings/c/include/opendal.h                       |  96 +++++++++++++++-
 bindings/c/src/operator.rs                         | 128 ++++++++++++++++++++-
 bindings/c/tests/bdd.cpp                           |  20 ++++
 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/etcd/backend.rs                  |  90 ++++++++++-----
 core/src/services/etcd/mod.rs                      |   1 +
 core/src/services/mod.rs                           |   4 +
 core/src/services/tikv/backend.rs                  | 100 ++++++++++------
 core/src/services/tikv/mod.rs                      |   1 +
 scripts/release.sh                                 |  20 +++-
 28 files changed, 499 insertions(+), 200 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%)
 copy .github/services/{fs/local_fs => persy/persy}/action.yml (78%)
 delete mode 100644 .github/workflows/service_test_persy.yml

Reply via email to