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

yuchanns pushed a change to branch c-pointers
in repository https://gitbox.apache.org/repos/asf/opendal.git


    omit 3a1e39fcef try fix go case
    omit 70cef32369 pass pointer to opendal_bytes_free
    omit 32dba0c798 fix go cases
    omit 0b5e86f673 fix swift cases
    omit 6e9b244894 fix zig cases
    omit 843d83b333 refactor: resolve c pointers const
     add b92cfc41ba feat: Add if_none_match for write (#5129)
     add aca9fd3ca6 ci: add package cache for build-haskell-doc (#5173)
     add 66646805ee ci: add cache action for ci_bindings_ocaml & build-ocaml-doc
     add bc6dd6209d ci: Fix failing CI on ocaml and python (#5177)
     add ef5cb12c0a chore: Include license in the packaged crate (#5176)
     add 5dbe6fe058 fix(services/s3): Mark xml deserialize error as temporary 
during list (#5178)
     add a225b19992 Add contributing docs for Golang (#5179)
     add a976aced12 refactor: resolve c pointers const
     add 069f5b399a fix zig cases
     add d705197ca9 fix swift cases
     add 2be8fa1b10 fix go cases
     add 1bde51d7a0 pass pointer to opendal_bytes_free
     add 4fd2af9cda try fix go case

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   (3a1e39fcef)
            \
             N -- N -- N   refs/heads/c-pointers (4fd2af9cda)

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:
 .github/workflows/ci_bindings_go.yml        |  3 ++
 .github/workflows/ci_bindings_ocaml.yml     | 23 ++++++++++-
 .github/workflows/ci_bindings_python.yml    |  2 +-
 .github/workflows/docs.yml                  | 34 ++++++++++++++-
 bindings/go/README.md                       | 64 +++++++++++++++++++++++++++++
 bindings/go/tests/go.work                   |  6 ---
 bindings/go/tests/go.work.sum               |  2 -
 core/LICENSE                                |  1 +
 core/src/raw/ops.rs                         | 12 ++++++
 core/src/services/s3/backend.rs             |  1 +
 core/src/services/s3/core.rs                |  4 ++
 core/src/services/s3/lister.rs              | 21 ++++++++--
 core/src/types/capability.rs                |  2 +
 core/src/types/operator/operator.rs         | 23 +++++++++++
 core/src/types/operator/operator_futures.rs |  5 +++
 core/tests/behavior/async_write.rs          | 22 ++++++++++
 16 files changed, 208 insertions(+), 17 deletions(-)
 delete mode 100644 bindings/go/tests/go.work
 delete mode 100644 bindings/go/tests/go.work.sum
 create mode 120000 core/LICENSE

Reply via email to