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

manjusaka pushed a change to branch manjusaka/fix-operator-error
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


    omit e9f16bdcc feat(binding/python): Add new API to convert AsyncOperator 
to Operator
     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)
     new 7b8ad3c69 feat(binding/python): Add new API to convert AsyncOperator 
to Operator

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   (e9f16bdcc)
            \
             N -- N -- N   refs/heads/manjusaka/fix-operator-error (7b8ad3c69)

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.

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 +-
 CHANGELOG.md                                       | 16 ++++
 README.md                                          |  6 ++
 bindings/c/include/opendal.h                       | 53 ++++++++++++
 bindings/c/src/metadata.rs                         | 20 +++++
 bindings/c/src/operator.rs                         | 50 ++++++++++++
 bindings/c/tests/bdd.cpp                           | 15 ++++
 bindings/java/Cargo.toml                           |  7 +-
 bindings/java/tools/build.py                       | 12 +--
 bindings/nodejs/Cargo.toml                         |  8 +-
 bindings/python/Cargo.toml                         |  6 +-
 core/src/services/mod.rs                           |  2 +
 core/src/services/tikv/backend.rs                  | 94 ++++++++++++++--------
 core/src/services/tikv/mod.rs                      |  1 +
 scripts/release.sh                                 | 20 ++++-
 16 files changed, 270 insertions(+), 58 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