This is an automated email from the ASF dual-hosted git repository.
junouyang pushed a change to branch bump/v0.39.0
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
discard 3a0d8f5e1 chore: update changelog
discard 05c257e01 Update upgrade
discard 30be1dee2 chore: bump to version v0.39.0
add fc546bf3c fix(layer/minitrace): fix doctest (#2728)
add 8a01d29e9 docs(bindings/java): improve safety doc for get_current_env
(#2733)
add ad7952fdc feat: add override_content_type (#2734)
add d6dbd6146 chore: bump to version v0.39.0
add ae5e3e278 Update upgrade
add 18491ec8d chore: update changelog
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 (3a0d8f5e1)
\
N -- N -- N refs/heads/bump/v0.39.0 (18491ec8d)
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:
Cargo.lock | 41 ++++++++++++++++++++++++
bindings/java/src/lib.rs | 2 +-
core/Cargo.toml | 2 ++
core/src/layers/minitrace.rs | 4 ++-
core/src/raw/ops.rs | 12 +++++++
core/src/services/s3/backend.rs | 21 ++-----------
core/src/services/s3/core.rs | 41 ++++++++++--------------
core/src/types/capability.rs | 2 ++
core/src/types/operator/operator_futures.rs | 24 ++++++++++++++
core/tests/behavior/write.rs | 49 +++++++++++++++++++++++++++++
10 files changed, 153 insertions(+), 45 deletions(-)