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

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


    from 44733d897 Update changelog
     add 4b02228f7 test(blocking): tests for blocking append (#3023)
     add d2e923cf6 docs: add basic example for cpp binding (#3108)
     add b13b8dc29 Merge branch 'main' into bump-version

No new revisions were added by this update.

Summary of changes:
 core/src/services/fs/backend.rs                    | 46 +++++++++--
 core/src/services/fs/writer.rs                     |  1 +
 .../behavior/{append.rs => blocking_append.rs}     | 88 +++++++++++-----------
 core/tests/behavior/main.rs                        |  3 +
 examples/README.md                                 |  1 +
 examples/cpp/CMakeLists.txt                        | 21 ++++++
 examples/cpp/README.md                             | 13 ++++
 examples/cpp/basic.cpp                             | 25 ++++++
 8 files changed, 146 insertions(+), 52 deletions(-)
 copy core/tests/behavior/{append.rs => blocking_append.rs} (68%)
 create mode 100644 examples/cpp/CMakeLists.txt
 create mode 100644 examples/cpp/README.md
 create mode 100644 examples/cpp/basic.cpp

Reply via email to