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

yuchanns pushed a change to branch feat/go-binding/presign
in repository https://gitbox.apache.org/repos/asf/opendal.git


 discard 267d62b24 feat(bindings/c): reduce code
 discard 158fbecff feat(bindings/c): support presign
     add 3f8d94759 chore: reduce tracing deps (#7146)
     add 59669b6a8 feat(bindings/c): support presign
     add 097904c63 feat(bindings/c): reduce code

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   (267d62b24)
            \
             N -- N -- N   refs/heads/feat/go-binding/presign (097904c63)

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/docs.yml                         |  6 +--
 core/Cargo.lock                                    | 11 +++--
 core/Cargo.toml                                    |  8 ++--
 core/benches/vs_s3/Cargo.toml                      |  2 +-
 core/core/Cargo.toml                               |  5 +--
 core/core/src/types/context/write.rs               | 48 ++++++++--------------
 .../Cargo.toml                                     |  2 +-
 .../src/main.rs                                    | 23 ++++++-----
 core/fuzz/Cargo.toml                               |  2 +-
 core/layers/immutable-index/Cargo.toml             |  5 +--
 core/layers/immutable-index/src/lib.rs             | 23 ++++++++---
 core/layers/retry/Cargo.toml                       |  5 +--
 core/layers/retry/src/lib.rs                       | 33 ++++++++-------
 core/services/s3/Cargo.toml                        |  1 -
 core/services/s3/src/backend.rs                    |  2 -
 core/tests/behavior/main.rs                        | 14 ++++---
 16 files changed, 93 insertions(+), 97 deletions(-)

Reply via email to