This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch fix-mongo
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 18231cec6 chore(core): Avoid using mongodb 3.2.0
add 78b6a9f26 feat(gcs): Convert TOO_MANY_REQUESTS to retryable
Ratelimited (#5551)
add abfbf1587 docs: Add docs on how to pronounce opendal (#5552)
add ef94a6884 chore(layer/otelmetrics): take meter by reference (#5553)
add 8aac21fbc ci: skip running behavior tests when adding or modifying
documentation (#5558)
add da155eeed RFC-5556: Write Returns Metadata (#5556)
add 66bf9db1a refactor: refactor some unnecessary clone and use next_back
to make clippy happy (#5554)
add 6fde93684 Merge branch 'main' into fix-mongo
No new revisions were added by this update.
Summary of changes:
.github/scripts/test_behavior/plan.py | 1 +
README.md | 2 +-
core/benches/vs_s3/src/main.rs | 6 +-
core/src/docs/rfcs/5556_write_returns_metadata.md | 121 ++++++++++++++++++++++
core/src/docs/rfcs/mod.rs | 4 +
core/src/layers/otelmetrics.rs | 14 +--
core/src/raw/http_util/header.rs | 2 +-
core/src/raw/path.rs | 2 +-
core/src/services/azblob/error.rs | 7 +-
core/src/services/gcs/error.rs | 1 +
core/src/services/s3/error.rs | 6 +-
11 files changed, 148 insertions(+), 18 deletions(-)
create mode 100644 core/src/docs/rfcs/5556_write_returns_metadata.md