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

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


    from 143b9d81f chore: Split bindings/ruby to seperate workspace (#3794)
     add e6ebbc955 feat: Make OpenDAL available under wasm32 arch (#3796)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci.yml                         | 14 ++++
 Cargo.lock                                       | 13 ++--
 core/Cargo.toml                                  |  7 +-
 core/benches/oio/utils.rs                        |  2 -
 core/src/layers/async_backtrace.rs               |  3 +-
 core/src/layers/await_tree.rs                    |  3 +-
 core/src/layers/blocking.rs                      |  3 +-
 core/src/layers/chaos.rs                         |  3 +-
 core/src/layers/complete.rs                      |  8 +--
 core/src/layers/concurrent_limit.rs              |  5 +-
 core/src/layers/error_context.rs                 |  3 +-
 core/src/layers/immutable_index.rs               |  4 +-
 core/src/layers/logging.rs                       |  7 +-
 core/src/layers/madsim.rs                        |  5 +-
 core/src/layers/metrics.rs                       |  4 +-
 core/src/layers/minitrace.rs                     |  5 +-
 core/src/layers/oteltrace.rs                     |  7 +-
 core/src/layers/prometheus.rs                    |  4 +-
 core/src/layers/prometheus_client.rs             |  4 +-
 core/src/layers/retry.rs                         | 11 ++--
 core/src/layers/throttle.rs                      |  4 +-
 core/src/layers/timeout.rs                       |  5 +-
 core/src/layers/tracing.rs                       |  5 +-
 core/src/layers/type_eraser.rs                   |  3 +-
 core/src/raw/accessor.rs                         |  9 ++-
 core/src/raw/adapters/kv/backend.rs              |  5 +-
 core/src/raw/adapters/typed_kv/backend.rs        |  5 +-
 core/src/raw/futures_util.rs                     |  8 +++
 core/src/raw/http_util/client.rs                 | 50 ++++++++++++--
 core/src/raw/http_util/multipart.rs              |  2 -
 core/src/raw/layer.rs                            | 12 ++--
 core/src/raw/mod.rs                              |  1 +
 core/src/raw/oio/list/flat_list.rs               |  7 +-
 core/src/raw/oio/list/page_list.rs               | 10 ++-
 core/src/raw/oio/read/file_read.rs               |  9 ++-
 core/src/raw/oio/read/lazy_read.rs               |  9 ++-
 core/src/raw/oio/read/range_read.rs              | 13 ++--
 core/src/raw/oio/stream/into_stream.rs           | 84 ++++++++++++++++++------
 core/src/raw/oio/write/compose_write.rs          |  4 --
 core/src/raw/oio/write/exact_buf_write.rs        |  3 -
 core/src/raw/oio/write/multipart_upload_write.rs | 17 +++--
 core/src/raw/oio/write/one_shot_write.rs         |  1 -
 core/src/services/dbfs/reader.rs                 |  2 -
 core/src/services/fs/lister.rs                   |  2 -
 core/src/services/fs/writer.rs                   |  2 -
 core/src/services/ftp/lister.rs                  |  2 -
 core/src/services/s3/backend.rs                  |  8 ++-
 core/src/services/s3/lister.rs                   |  3 +-
 core/src/services/s3/writer.rs                   |  3 +-
 core/src/types/list.rs                           |  3 +-
 core/src/types/operator/operator_futures.rs      |  7 +-
 core/tests/behavior/main.rs                      |  2 +-
 52 files changed, 271 insertions(+), 144 deletions(-)

Reply via email to