This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a change to branch update-prometheus-client-dep
in repository https://gitbox.apache.org/repos/asf/opendal.git
from 16181fdb0 chore(layers/prometheus-client): upgrade prometheus-client
dependency to v0.23.1
add c811a300e feat: disable backtrace for NotFound error (#5577)
add c6fe050d3 chore: try use logforth (#5573)
add 6623b9f16 chore: Move CrateDB to the correct section (#5582)
add a570bcc08 build: implement release process in odev (#5592)
add 72b6880eb chore: bump version 0.51.2 (#5595)
add 63734e601 chore: add changelog for 0.51.2 (#5597)
add ca5623895 ci: upgrade upload and download artifact actions (#5598)
add 1c15dc6b7 chore(deps): bump uuid from 1.11.0 to 1.12.1 in /bin/oli
(#5589)
add ac4b6a0a2 chore(deps): bump uuid from 1.11.0 to 1.12.1 in /core (#5588)
add 672d31b1e chore(deps): bump log from 0.4.22 to 0.4.25 in /bin/oay
(#5590)
add e84241e73 chore(deps): bump tempfile from 3.15.0 to 3.16.0 in /bin/ofs
(#5586)
add 27d5ad0f8 chore(deps): update libtest-mimic requirement from 0.7.3 to
0.8.1 in /integrations/object_store (#5587)
add 2e36cb5da ci: Fix bad corepack cannot find matching keyid (#5603)
add 0d452cf9a feat(services/s3): Added crc64nvme for s3 (#5580)
add 85e7d552b ci(website): avoid including rc when calculate the latest
version (#5608)
add 94dc47f70 feat(services-fs): Support write-if-not-exists in fs backend
(#5605)
add 30dd2a806 feat(services/gcs): Impl content-encoding support for GCS
stat, write and presign (#5610)
add 410f7edf6 fix(services/gcs): Fix content encoding can't be used alone
(#5614)
add 6a6d0a8c2 Merge branch 'main' into update-prometheus-client-dep
No new revisions were added by this update.
Summary of changes:
.github/ISSUE_TEMPLATE/3-new-release.md | 4 -
.github/workflows/ci_bindings_haskell.yml | 4 +-
.github/workflows/ci_bindings_nodejs.yml | 26 +-
.github/workflows/ci_check.yml | 4 +-
.github/workflows/docs.yml | 4 +-
.github/workflows/release_python.yml | 18 +-
.github/workflows/test_behavior_binding_nodejs.yml | 4 +-
CHANGELOG.md | 41 +-
README.md | 2 +-
bin/oay/Cargo.lock | 213 +++-----
bin/oay/Cargo.toml | 8 +-
bin/oay/DEPENDENCIES.rust.tsv | 27 +-
bin/oay/src/bin/oay.rs | 8 +-
bin/oay/src/bin/webdav.rs | 8 +-
bin/oay/src/services/s3/service.rs | 3 +-
bin/ofs/Cargo.lock | 139 ++++--
bin/ofs/Cargo.toml | 20 +-
bin/ofs/DEPENDENCIES.rust.tsv | 483 +++++++++---------
bin/ofs/src/main.rs | 2 +-
bin/ofs/tests/common/mod.rs | 2 +-
bin/oli/Cargo.lock | 8 +-
bin/oli/Cargo.toml | 6 +-
bin/oli/DEPENDENCIES.rust.tsv | 539 +++++++++++----------
bindings/c/Cargo.toml | 1 -
bindings/c/DEPENDENCIES.rust.tsv | 452 +++++++++--------
bindings/cpp/Cargo.toml | 1 -
bindings/cpp/DEPENDENCIES.rust.tsv | 449 ++++++++---------
bindings/dotnet/Cargo.toml | 1 -
bindings/dotnet/DEPENDENCIES.rust.tsv | 426 ++++++++--------
bindings/haskell/Cargo.toml | 1 -
bindings/haskell/DEPENDENCIES.rust.tsv | 426 ++++++++--------
bindings/haskell/opendal.cabal | 2 +-
bindings/java/Cargo.toml | 1 -
bindings/java/DEPENDENCIES.rust.tsv | 529 ++++++++++----------
bindings/java/pom.xml | 2 +-
bindings/lua/Cargo.toml | 1 -
bindings/lua/DEPENDENCIES.rust.tsv | 456 ++++++++---------
bindings/lua/README.md | 11 +-
...-0.1.13-1.rockspec => opendal-0.1.0-1.rockspec} | 2 +-
bindings/nodejs/Cargo.toml | 1 -
bindings/nodejs/DEPENDENCIES.rust.tsv | 453 ++++++++---------
bindings/nodejs/npm/darwin-arm64/package.json | 2 +-
bindings/nodejs/npm/darwin-x64/package.json | 2 +-
bindings/nodejs/npm/linux-arm64-gnu/package.json | 2 +-
bindings/nodejs/npm/linux-arm64-musl/package.json | 2 +-
bindings/nodejs/npm/linux-x64-gnu/package.json | 2 +-
bindings/nodejs/npm/win32-arm64-msvc/package.json | 2 +-
bindings/nodejs/npm/win32-x64-msvc/package.json | 2 +-
bindings/nodejs/package.json | 2 +-
bindings/ocaml/Cargo.toml | 1 -
bindings/ocaml/DEPENDENCIES.rust.tsv | 438 +++++++++--------
bindings/php/Cargo.toml | 1 -
bindings/php/DEPENDENCIES.rust.tsv | 76 +--
bindings/python/Cargo.toml | 2 +-
bindings/python/DEPENDENCIES.rust.tsv | 511 ++++++++++---------
bindings/ruby/Cargo.toml | 1 -
bindings/ruby/DEPENDENCIES.rust.tsv | 447 +++++++++--------
core/Cargo.lock | 134 ++++-
core/Cargo.toml | 4 +-
core/DEPENDENCIES.rust.tsv | 371 +++++++-------
core/benches/vs_fs/Cargo.toml | 1 -
core/benches/vs_s3/Cargo.toml | 6 +-
core/benches/vs_s3/src/main.rs | 6 +-
core/fuzz/Cargo.toml | 11 +-
core/fuzz/fuzz_reader.rs | 6 +-
core/fuzz/fuzz_writer.rs | 9 +-
core/src/services/fs/backend.rs | 47 +-
core/src/services/gcs/backend.rs | 12 +
core/src/services/gcs/core.rs | 9 +
core/src/services/s3/backend.rs | 1 +
core/src/services/s3/config.rs | 1 +
core/src/services/s3/core.rs | 10 +
core/src/services/s3/writer.rs | 7 +
core/src/types/error.rs | 14 +-
core/src/types/operator/operator_futures.rs | 5 +
dev/Cargo.lock | 489 ++++++++++++++++++-
dev/Cargo.toml | 13 +-
dev/src/generate/parser.rs | 5 +-
dev/src/main.rs | 28 +-
dev/src/release/mod.rs | 116 +++++
dev/src/release/package.rs | 213 ++++++++
integrations/cloud_filter/Cargo.toml | 10 +-
integrations/cloud_filter/DEPENDENCIES.rust.tsv | 395 +++++++--------
integrations/cloud_filter/examples/readonly.rs | 2 +-
integrations/cloud_filter/tests/behavior/main.rs | 2 +-
integrations/compat/Cargo.toml | 2 +-
integrations/compat/DEPENDENCIES.rust.tsv | 8 +-
integrations/dav-server/Cargo.toml | 6 +-
integrations/dav-server/DEPENDENCIES.rust.tsv | 51 +-
integrations/fuse3/Cargo.toml | 4 +-
integrations/fuse3/DEPENDENCIES.rust.tsv | 51 +-
integrations/object_store/Cargo.toml | 10 +-
integrations/object_store/DEPENDENCIES.rust.tsv | 404 +++++++--------
integrations/parquet/Cargo.toml | 6 +-
integrations/parquet/DEPENDENCIES.rust.tsv | 69 +--
integrations/unftp-sbe/Cargo.toml | 6 +-
integrations/unftp-sbe/DEPENDENCIES.rust.tsv | 62 +--
integrations/virtiofs/Cargo.toml | 2 +-
integrations/virtiofs/DEPENDENCIES.rust.tsv | 45 +-
justfile | 8 +-
scripts/README.md | 2 +-
scripts/release.py | 104 ----
scripts/version.py | 35 --
website/community/release/release.md | 66 +--
website/docusaurus.config.js | 2 +-
105 files changed, 5039 insertions(+), 4112 deletions(-)
rename bindings/lua/{opendal-0.1.13-1.rockspec => opendal-0.1.0-1.rockspec}
(96%)
create mode 100644 dev/src/release/mod.rs
create mode 100644 dev/src/release/package.rs
delete mode 100755 scripts/release.py
delete mode 100755 scripts/version.py