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

manjusaka pushed a change to branch manjusaka/support-dtrace-layers
in repository https://gitbox.apache.org/repos/asf/opendal.git


    omit c48eab724c fix typo
    omit 4a021c8c58 feat(layers/dtrace): Support User Statically-Defined 
Tracing(aka USDT) on Linux
     add d1ac4d156d chore(website): Add extra artifacts check process in 
release document (#4041)
     add 0fad910767 website: Add blog `Apache OpenDAL is now Graduated` (#4044)
     add 6dfd402d25 fix(service/icloud):Missing 'X-APPLE-WEBAUTH-USER cookie' 
and URL initialized failed (#4029)
     add 6c2bdc9d10 website: Add news page for OpenDAL (#4046)
     add 1fa09c58cc docs: New PMC member Liuqing Yue (#4047)
     add 5dea73b4ee feat(layers/dtrace): Support User Statically-Defined 
Tracing(aka USDT) on Linux
     add c2f0679dd7 fix typo

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   (c48eab724c)
            \
             N -- N -- N   refs/heads/manjusaka/support-dtrace-layers 
(c2f0679dd7)

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                                         |  56 --------
 core/Cargo.toml                                    |   3 +-
 core/src/raw/http_util/client.rs                   |   2 -
 core/src/services/icloud/core.rs                   |  77 ++++++++---
 .../2024-01-22-apache-opendal-graduated/index.md   | 153 +++++++++++++++++++++
 website/community/committers/_category_.yml        |   2 +-
 website/community/committers/onboarding.md         |   6 +-
 website/community/committers/release.md            |  22 +++
 website/community/index.mdx                        |  11 +-
 website/community/maturity.md                      |   2 +-
 website/community/news.md                          |  34 +++++
 website/community/pmc_members/_category_.yml       |   2 +-
 website/community/pmc_members/onboarding.md        |  13 +-
 website/community/security.md                      |   2 +-
 website/src/components/Committers/index.jsx        |  55 --------
 website/src/components/Committers/index.module.css |  23 ----
 16 files changed, 287 insertions(+), 176 deletions(-)
 create mode 100644 website/blog/2024-01-22-apache-opendal-graduated/index.md
 create mode 100644 website/community/news.md
 delete mode 100644 website/src/components/Committers/index.jsx
 delete mode 100644 website/src/components/Committers/index.module.css

Reply via email to