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

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


    omit 7c781e006 polish chunk size
    omit a900dd6aa polish
    omit 015a19312 polish
    omit 8c81d0dcd polish
    omit e6bc9fb5e random bytes to read
    omit 43b4fd332 check write multi
    omit f3f4989a5 format
    omit 494da6a6a capability check
    omit 50746586e write capability check
    omit 4a0b94e46 polish
    omit a515ce4f0 stream init
     add 44f06f419 feat: disable `ftp` for python and java binding (#3659)
     add 9cf115cdd refactor: Polish concurrent list (#3658)
     add 787fd3995 ci: Add java linux arm64 build (#3660)
     add 1c3e7978c chore: clearer doc for python binding (#3667)
     add b522f1bfd write stream

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   (7c781e006)
            \
             N -- N -- N   refs/heads/nodejs-stream (b522f1bfd)

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/services/tikv/tikv_tls/action.yml    |  77 -----------------
 .github/workflows/release_java.yml           |  21 ++++-
 Cargo.lock                                   | 124 +++------------------------
 bindings/java/Cargo.toml                     |   3 +-
 bindings/java/upgrade.md                     |   7 ++
 bindings/nodejs/tests/suites/async.suite.mjs |  42 +++++----
 bindings/nodejs/tests/suites/sync.suite.mjs  |  52 ++++++-----
 bindings/nodejs/upgrade.md                   |   2 +-
 bindings/python/Cargo.toml                   |   2 +-
 bindings/python/README.md                    |  25 ++++++
 bindings/python/upgrade.md                   |   9 +-
 core/Cargo.toml                              |   2 +-
 core/src/services/swift/core.rs              |   3 +-
 core/src/types/list.rs                       | 101 +++++++++++++++-------
 core/tests/behavior/main.rs                  |   3 +-
 licenserc.toml                               |   3 -
 scripts/merge_local_staging.py               |  56 ++++++++++++
 scripts/merge_local_staging.sh               |  40 ---------
 18 files changed, 251 insertions(+), 321 deletions(-)
 delete mode 100644 .github/services/tikv/tikv_tls/action.yml
 create mode 100644 scripts/merge_local_staging.py
 delete mode 100644 scripts/merge_local_staging.sh

Reply via email to