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
omit 3a0d8f5e1 chore: update changelog
omit 05c257e01 Update upgrade
omit 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)
new cca667984 chore: bump to version v0.39.0
new 517833321 Update upgrade
new fe77658b3 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 (fe77658b3)
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.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
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(-)