davidB / cdviz

View software deployment's events & states
Apache License 2.0
4 stars 1 forks source link

Update Rust crate opendal to 0.46 - autoclosed #75

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
opendal (source) dependencies minor 0.45 -> 0.46

Release Notes

apache/opendal (opendal) ### [`v0.46.0`](https://togithub.com/apache/opendal/blob/HEAD/CHANGELOG.md#v0460---2024-05-02) [Compare Source](https://togithub.com/apache/opendal/compare/v0.45.1...v0.46.0) ##### Added - feat(services/github): add github contents support by [@​hoslo](https://togithub.com/hoslo) in [https://github.com/apache/opendal/pull/4281](https://togithub.com/apache/opendal/pull/4281) - feat: Allow selecting webpki for reqwest by [@​arlyon](https://togithub.com/arlyon) in [https://github.com/apache/opendal/pull/4303](https://togithub.com/apache/opendal/pull/4303) - feat(services/swift): add support for storage_url configuration in swift service by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4302](https://togithub.com/apache/opendal/pull/4302) - feat(services/swift): add ceph test setup for swift by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4307](https://togithub.com/apache/opendal/pull/4307) - docs(website): add local content search based on lunr plugin by [@​m1911star](https://togithub.com/m1911star) in [https://github.com/apache/opendal/pull/4348](https://togithub.com/apache/opendal/pull/4348) - feat(services/sled): add SledConfig by [@​yufan022](https://togithub.com/yufan022) in [https://github.com/apache/opendal/pull/4351](https://togithub.com/apache/opendal/pull/4351) - feat : Implementing config for part of services by [@​AnuRage-git](https://togithub.com/AnuRage-git) in [https://github.com/apache/opendal/pull/4344](https://togithub.com/apache/opendal/pull/4344) - feat(bindings/java): explicit async runtime by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4376](https://togithub.com/apache/opendal/pull/4376) - feat(services/surrealdb): support surrealdb service by [@​yufan022](https://togithub.com/yufan022) in [https://github.com/apache/opendal/pull/4375](https://togithub.com/apache/opendal/pull/4375) - feat(bindings/java): avoid double dispose NativeObject by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4377](https://togithub.com/apache/opendal/pull/4377) - feat : Implement config for services/foundationdb by [@​AnuRage-git](https://togithub.com/AnuRage-git) in [https://github.com/apache/opendal/pull/4355](https://togithub.com/apache/opendal/pull/4355) - feat: add ofs ctrl-c exit unmount hook by [@​oowl](https://togithub.com/oowl) in [https://github.com/apache/opendal/pull/4393](https://togithub.com/apache/opendal/pull/4393) - feat: Implement RFC-4382 Range Based Read by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4381](https://togithub.com/apache/opendal/pull/4381) - feat(ofs): rename2 lseek copy_file_range getattr API support by [@​oowl](https://togithub.com/oowl) in [https://github.com/apache/opendal/pull/4395](https://togithub.com/apache/opendal/pull/4395) - feat(services/github): make access_token optional by [@​hoslo](https://togithub.com/hoslo) in [https://github.com/apache/opendal/pull/4404](https://togithub.com/apache/opendal/pull/4404) - feat(core/oio): Add readable buf by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4407](https://togithub.com/apache/opendal/pull/4407) - feat(ofs): add freebsd OS support by [@​oowl](https://togithub.com/oowl) in [https://github.com/apache/opendal/pull/4403](https://togithub.com/apache/opendal/pull/4403) - feat(core/raw/oio): Add Writable Buf by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4410](https://togithub.com/apache/opendal/pull/4410) - feat(bin/ofs): Add behavior test for ofs by [@​ho-229](https://togithub.com/ho-229) in [https://github.com/apache/opendal/pull/4373](https://togithub.com/apache/opendal/pull/4373) - feat(core/raw/buf): Reduce one allocation by `Arc::from_iter` by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4440](https://togithub.com/apache/opendal/pull/4440) - feat: ?Send async trait for HttpBackend when the target is wasm32 by [@​waynexia](https://togithub.com/waynexia) in [https://github.com/apache/opendal/pull/4444](https://togithub.com/apache/opendal/pull/4444) - feat: add `HttpClient::with()` constructor by [@​waynexia](https://togithub.com/waynexia) in [https://github.com/apache/opendal/pull/4447](https://togithub.com/apache/opendal/pull/4447) - feat: Move Buffer as public API by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4450](https://togithub.com/apache/opendal/pull/4450) - feat: Optimize buffer implementation and add stream support by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4458](https://togithub.com/apache/opendal/pull/4458) - feat(core): Implement FromIterator for Buffer by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4459](https://togithub.com/apache/opendal/pull/4459) - feat(services/ftp): Support multiple write by [@​xxxuuu](https://togithub.com/xxxuuu) in [https://github.com/apache/opendal/pull/4425](https://togithub.com/apache/opendal/pull/4425) - feat(raw/oio): block write change to buffer by [@​hoslo](https://togithub.com/hoslo) in [https://github.com/apache/opendal/pull/4466](https://togithub.com/apache/opendal/pull/4466) - feat(core): Implement read and read_into for Reader by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4467](https://togithub.com/apache/opendal/pull/4467) - feat(core): Implement into_stream for Reader by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4473](https://togithub.com/apache/opendal/pull/4473) - feat(core): Tune buffer operations based on benchmark results by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4468](https://togithub.com/apache/opendal/pull/4468) - feat(raw/oio): Use `Buffer` as cache in `RangeWrite` by [@​reswqa](https://togithub.com/reswqa) in [https://github.com/apache/opendal/pull/4476](https://togithub.com/apache/opendal/pull/4476) - feat(raw/oio): Use `Buffer` as cache in `OneshotWrite` by [@​reswqa](https://togithub.com/reswqa) in [https://github.com/apache/opendal/pull/4477](https://togithub.com/apache/opendal/pull/4477) - feat: add list/copy/rename for dropbox by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4424](https://togithub.com/apache/opendal/pull/4424) - feat(core): Implement write and write_from for Writer by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4482](https://togithub.com/apache/opendal/pull/4482) - feat(core): Add auto ranged read and concurrent read support by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4486](https://togithub.com/apache/opendal/pull/4486) - feat(core): Implement fetch for Reader by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4488](https://togithub.com/apache/opendal/pull/4488) - feat(core): Allow concurrent reading on bytes stream by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4499](https://togithub.com/apache/opendal/pull/4499) - feat: provide send-wrapper to contidionally implement Send for operators by [@​waynexia](https://togithub.com/waynexia) in [https://github.com/apache/opendal/pull/4443](https://togithub.com/apache/opendal/pull/4443) - feat(bin/ofs): privileged mount by [@​ho-229](https://togithub.com/ho-229) in [https://github.com/apache/opendal/pull/4507](https://togithub.com/apache/opendal/pull/4507) - feat(services/compfs): init compfs by [@​George-Miao](https://togithub.com/George-Miao) in [https://github.com/apache/opendal/pull/4519](https://togithub.com/apache/opendal/pull/4519) - feat(raw/oio): Add PooledBuf to allow reuse buffer by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4522](https://togithub.com/apache/opendal/pull/4522) - feat(services/fs): Add PooledBuf in fs to allow reusing memory by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4525](https://togithub.com/apache/opendal/pull/4525) - feat(core): add access methods for `Buffer` by [@​George-Miao](https://togithub.com/George-Miao) in [https://github.com/apache/opendal/pull/4530](https://togithub.com/apache/opendal/pull/4530) - feat(core): implement `IoBuf` for `Buffer` by [@​George-Miao](https://togithub.com/George-Miao) in [https://github.com/apache/opendal/pull/4532](https://togithub.com/apache/opendal/pull/4532) - feat(services/compfs): compio runtime and compfs structure by [@​George-Miao](https://togithub.com/George-Miao) in [https://github.com/apache/opendal/pull/4534](https://togithub.com/apache/opendal/pull/4534) - feat(core): change Result to default error by [@​George-Miao](https://togithub.com/George-Miao) in [https://github.com/apache/opendal/pull/4535](https://togithub.com/apache/opendal/pull/4535) - feat(services/github): support list recursive by [@​hoslo](https://togithub.com/hoslo) in [https://github.com/apache/opendal/pull/4423](https://togithub.com/apache/opendal/pull/4423) - feat: Add crc32c checksums to S3 Service by [@​JWackerbauer](https://togithub.com/JWackerbauer) in [https://github.com/apache/opendal/pull/4533](https://togithub.com/apache/opendal/pull/4533) - feat: Add into_bytes_sink for Writer by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4541](https://togithub.com/apache/opendal/pull/4541) ##### Changed - refactor(core/raw): Migrate `oio::Read` to async in trait by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4336](https://togithub.com/apache/opendal/pull/4336) - refactor(core/raw): Align oio::BlockingRead API with oio::Read by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4349](https://togithub.com/apache/opendal/pull/4349) - refactor(core/oio): Migrate `oio::List` to async fn in trait by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4352](https://togithub.com/apache/opendal/pull/4352) - refactor(core/raw): Migrate oio::Write from WriteBuf to Bytes by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4356](https://togithub.com/apache/opendal/pull/4356) - refactor(core/raw): Migrate `oio::Write` to async in trait by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4358](https://togithub.com/apache/opendal/pull/4358) - refactor(bindings/python): Change the return type of `File::read` to `PyResult<&PyBytes>` by [@​reswqa](https://togithub.com/reswqa) in [https://github.com/apache/opendal/pull/4360](https://togithub.com/apache/opendal/pull/4360) - refactor(core/raw): Cleanup not used `oio::WriteBuf` and `oio::ChunkedBytes` after refactor by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4361](https://togithub.com/apache/opendal/pull/4361) - refactor: Remove reqwest related features by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4365](https://togithub.com/apache/opendal/pull/4365) - refactor(bin/ofs): make `ofs` API public by [@​ho-229](https://togithub.com/ho-229) in [https://github.com/apache/opendal/pull/4387](https://togithub.com/apache/opendal/pull/4387) - refactor: Impl into_futures_io_async_write for Writer by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4406](https://togithub.com/apache/opendal/pull/4406) - refactor(core/oio): Use ReadableBuf to remove extra clone during write by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4408](https://togithub.com/apache/opendal/pull/4408) - refactor(core/raw/oio): Mark oio::Write::write as an unsafe function by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4413](https://togithub.com/apache/opendal/pull/4413) - refactor(core/raw/oio): Use oio buffer in write by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4436](https://togithub.com/apache/opendal/pull/4436) - refactor(core/raw): oio::Write is safe operation now by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4438](https://togithub.com/apache/opendal/pull/4438) - refactor(core): Use Buffer in http request by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4460](https://togithub.com/apache/opendal/pull/4460) - refactor(core): Polish FuturesBytesStream by avoiding extra copy by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4474](https://togithub.com/apache/opendal/pull/4474) - refactor: Use Buffer as cache in MultipartWrite by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4493](https://togithub.com/apache/opendal/pull/4493) - refactor: kv::adapter should use Buffer (read part) by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4494](https://togithub.com/apache/opendal/pull/4494) - refactor: typed_kv::adapter should use Buffer by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4497](https://togithub.com/apache/opendal/pull/4497) - refactor: kv::adapter should use Buffer (write part) by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4496](https://togithub.com/apache/opendal/pull/4496) - refactor: Migrate FuturesAsyncReader to stream based by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4508](https://togithub.com/apache/opendal/pull/4508) - refactor(services/fs): Extract FsCore from FsBackend by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4523](https://togithub.com/apache/opendal/pull/4523) - refactor(core): Migrate `Accessor` to async fn in trait by [@​George-Miao](https://togithub.com/George-Miao) in [https://github.com/apache/opendal/pull/4562](https://togithub.com/apache/opendal/pull/4562) - refactor(core): Align naming for `Accessor` by [@​George-Miao](https://togithub.com/George-Miao) in [https://github.com/apache/opendal/pull/4564](https://togithub.com/apache/opendal/pull/4564) ##### Fixed - fix(bin/ofs): crashes when fh=None by [@​ho-229](https://togithub.com/ho-229) in [https://github.com/apache/opendal/pull/4297](https://togithub.com/apache/opendal/pull/4297) - fix(services/hdfs): fix poll_close when retry by [@​hoslo](https://togithub.com/hoslo) in [https://github.com/apache/opendal/pull/4309](https://togithub.com/apache/opendal/pull/4309) - fix: fix main CI by [@​xxchan](https://togithub.com/xxchan) in [https://github.com/apache/opendal/pull/4319](https://togithub.com/apache/opendal/pull/4319) - fix: fix ghac CI by [@​xxchan](https://togithub.com/xxchan) in [https://github.com/apache/opendal/pull/4320](https://togithub.com/apache/opendal/pull/4320) - fix(services/dropbox): fix dropbox batch test panic in ci by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4329](https://togithub.com/apache/opendal/pull/4329) - fix(services/hdfs-native): remove unsupported capabilities by [@​jihuayu](https://togithub.com/jihuayu) in [https://github.com/apache/opendal/pull/4333](https://togithub.com/apache/opendal/pull/4333) - fix(bin/ofs): build failed when target_os != linux by [@​ho-229](https://togithub.com/ho-229) in [https://github.com/apache/opendal/pull/4334](https://togithub.com/apache/opendal/pull/4334) - fix(bin/ofs): only memory backend available by [@​ho-229](https://togithub.com/ho-229) in [https://github.com/apache/opendal/pull/4353](https://togithub.com/apache/opendal/pull/4353) - fix(bindings/python): Fix the semantic of `size` argument for python `File::read` by [@​reswqa](https://togithub.com/reswqa) in [https://github.com/apache/opendal/pull/4359](https://togithub.com/apache/opendal/pull/4359) - fix(bindings/python): `File::write` should return the written bytes by [@​reswqa](https://togithub.com/reswqa) in [https://github.com/apache/opendal/pull/4367](https://togithub.com/apache/opendal/pull/4367) - fix(services/s3): omit default ports by [@​yufan022](https://togithub.com/yufan022) in [https://github.com/apache/opendal/pull/4379](https://togithub.com/apache/opendal/pull/4379) - fix(core/services/gdrive): Fix gdrive test failed for refresh token by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4435](https://togithub.com/apache/opendal/pull/4435) - fix(core/services/cos): Don't allow empty credential by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4457](https://togithub.com/apache/opendal/pull/4457) - fix(oay): support `WebdavFile` continuous reading and writing by [@​G-XD](https://togithub.com/G-XD) in [https://github.com/apache/opendal/pull/4374](https://togithub.com/apache/opendal/pull/4374) - fix(integrations/webdav): Fix read file API changes by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4462](https://togithub.com/apache/opendal/pull/4462) - fix(s3): don't delete bucket by [@​sameer](https://togithub.com/sameer) in [https://github.com/apache/opendal/pull/4430](https://togithub.com/apache/opendal/pull/4430) - fix(core): Buffer offset misuse by [@​George-Miao](https://togithub.com/George-Miao) in [https://github.com/apache/opendal/pull/4481](https://togithub.com/apache/opendal/pull/4481) - fix(core): Read chunk should respect users input by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4487](https://togithub.com/apache/opendal/pull/4487) - fix(services/cos): fix mdx by [@​hoslo](https://togithub.com/hoslo) in [https://github.com/apache/opendal/pull/4510](https://togithub.com/apache/opendal/pull/4510) - fix: minor doc issue by [@​George-Miao](https://togithub.com/George-Miao) in [https://github.com/apache/opendal/pull/4517](https://togithub.com/apache/opendal/pull/4517) - fix(website): community sync calendar iframe by [@​suyanhanx](https://togithub.com/suyanhanx) in [https://github.com/apache/opendal/pull/4549](https://togithub.com/apache/opendal/pull/4549) - fix: community sync calendar iframe load failed by [@​suyanhanx](https://togithub.com/suyanhanx) in [https://github.com/apache/opendal/pull/4550](https://togithub.com/apache/opendal/pull/4550) ##### Docs - docs: Add gsoc proposal guide by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4287](https://togithub.com/apache/opendal/pull/4287) - docs: Add blog for apache opendal participates in gsoc 2024 by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4288](https://togithub.com/apache/opendal/pull/4288) - docs: Fix and improve docs for presign operations by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4294](https://togithub.com/apache/opendal/pull/4294) - docs: Polish the docs for writer by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4296](https://togithub.com/apache/opendal/pull/4296) - docs: Add redirect for discord and maillist by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4312](https://togithub.com/apache/opendal/pull/4312) - docs: update swift docs by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4327](https://togithub.com/apache/opendal/pull/4327) - docs: publish docs for object-store-opendal by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4328](https://togithub.com/apache/opendal/pull/4328) - docs: fix redirect error in object-store-opendal by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4332](https://togithub.com/apache/opendal/pull/4332) - docs(website): fix grammar and spelling by [@​jbampton](https://togithub.com/jbampton) in [https://github.com/apache/opendal/pull/4340](https://togithub.com/apache/opendal/pull/4340) - docs: fix nodejs binding docs footer copyright by [@​m1911star](https://togithub.com/m1911star) in [https://github.com/apache/opendal/pull/4346](https://togithub.com/apache/opendal/pull/4346) - docs(bin/ofs): update README by [@​ho-229](https://togithub.com/ho-229) in [https://github.com/apache/opendal/pull/4354](https://togithub.com/apache/opendal/pull/4354) - docs(services/gcs): update gcs credentials description by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4362](https://togithub.com/apache/opendal/pull/4362) - docs(bindings/python): ipynb examples for polars and pandas by [@​reswqa](https://togithub.com/reswqa) in [https://github.com/apache/opendal/pull/4368](https://togithub.com/apache/opendal/pull/4368) - docs(core): correct the doc for icloud and memcached by [@​Kilerd](https://togithub.com/Kilerd) in [https://github.com/apache/opendal/pull/4422](https://togithub.com/apache/opendal/pull/4422) - docs: polish release doc for vote result by [@​suyanhanx](https://togithub.com/suyanhanx) in [https://github.com/apache/opendal/pull/4429](https://togithub.com/apache/opendal/pull/4429) - docs: Update links to o.a.o/discord by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4442](https://togithub.com/apache/opendal/pull/4442) - docs: add layers example by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4449](https://togithub.com/apache/opendal/pull/4449) - docs: publish docs for dav-server-opendalfs by [@​zjregee](https://togithub.com/zjregee) in [https://github.com/apache/opendal/pull/4503](https://togithub.com/apache/opendal/pull/4503) - docs: Add docs for read_with and reader_with by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4516](https://togithub.com/apache/opendal/pull/4516) - docs: Add upgrade doc for rust core 0.46 by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4543](https://togithub.com/apache/opendal/pull/4543) - docs: update the outdated download link by [@​suyanhanx](https://togithub.com/suyanhanx) in [https://github.com/apache/opendal/pull/4546](https://togithub.com/apache/opendal/pull/4546) ##### CI - ci(binding/java): Don't create too many files in CI by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4289](https://togithub.com/apache/opendal/pull/4289) - ci: Address Node.js 16 actions are deprecated by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4293](https://togithub.com/apache/opendal/pull/4293) - ci: Disable vsftpd test for it's keeping failure by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4295](https://togithub.com/apache/opendal/pull/4295) - build: remove `service-*` from default features by [@​xxchan](https://togithub.com/xxchan) in [https://github.com/apache/opendal/pull/4311](https://togithub.com/apache/opendal/pull/4311) - ci: upgrade typos in ci by [@​Young-Flash](https://togithub.com/Young-Flash) in [https://github.com/apache/opendal/pull/4322](https://togithub.com/apache/opendal/pull/4322) - ci: Disable R2 until we figure what happened by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4323](https://togithub.com/apache/opendal/pull/4323) - ci(s3/minio): Disable IMDSv2 for mini anonymous tests by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4326](https://togithub.com/apache/opendal/pull/4326) - ci: Fix unit tests missing protoc by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4369](https://togithub.com/apache/opendal/pull/4369) - ci: Fix foundationdb not setup for unit test by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4370](https://togithub.com/apache/opendal/pull/4370) - ci: bump license header formatter by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4390](https://togithub.com/apache/opendal/pull/4390) - ci: fix dragonflydb docker-compose healthcheck broken by [@​oowl](https://togithub.com/oowl) in [https://github.com/apache/opendal/pull/4431](https://togithub.com/apache/opendal/pull/4431) - ci: fix planner for bin ofs by [@​ho-229](https://togithub.com/ho-229) in [https://github.com/apache/opendal/pull/4448](https://togithub.com/apache/opendal/pull/4448) - ci: Revert oay changes to fix CI by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4463](https://togithub.com/apache/opendal/pull/4463) - ci: Fix CI for all bindings by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4469](https://togithub.com/apache/opendal/pull/4469) - ci: Disable dropbox test until [#​4484](https://togithub.com/apache/opendal/issues/4484) fixed by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4485](https://togithub.com/apache/opendal/pull/4485) - ci: Fix build of python binding for chunk write changes by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4529](https://togithub.com/apache/opendal/pull/4529) - build(core): bump compio version to v0.10.0 by [@​George-Miao](https://togithub.com/George-Miao) in [https://github.com/apache/opendal/pull/4531](https://togithub.com/apache/opendal/pull/4531) - ci: Disable tikv for pingcap's mirror is unstable by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4538](https://togithub.com/apache/opendal/pull/4538) - build: staging website by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4565](https://togithub.com/apache/opendal/pull/4565) - build: fixup follow asfyaml rules by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4566](https://togithub.com/apache/opendal/pull/4566) ##### Chore - chore(deps): bump tempfile from 3.9.0 to 3.10.1 in /bin/oli by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apache/opendal/pull/4298](https://togithub.com/apache/opendal/pull/4298) - chore(deps): bump wasm-bindgen-test from 0.3.40 to 0.3.41 in /core by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apache/opendal/pull/4299](https://togithub.com/apache/opendal/pull/4299) - chore(deps): bump log from 0.4.20 to 0.4.21 in /bin/ofs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apache/opendal/pull/4301](https://togithub.com/apache/opendal/pull/4301) - chore(services/redis): Fix docs & comments typos by [@​AJIOB](https://togithub.com/AJIOB) in [https://github.com/apache/opendal/pull/4306](https://togithub.com/apache/opendal/pull/4306) - chore(editorconfig): add `yaml` file type by [@​jbampton](https://togithub.com/jbampton) in [https://github.com/apache/opendal/pull/4339](https://togithub.com/apache/opendal/pull/4339) - chore(editorconfig): add `rdf` file type as `indent_size = 2` by [@​jbampton](https://togithub.com/jbampton) in [https://github.com/apache/opendal/pull/4341](https://togithub.com/apache/opendal/pull/4341) - chore(editorconfig): order entries and add `indent_style = tab` for Go by [@​jbampton](https://togithub.com/jbampton) in [https://github.com/apache/opendal/pull/4342](https://togithub.com/apache/opendal/pull/4342) - chore(labeler): order the GitHub labeler labels by [@​jbampton](https://togithub.com/jbampton) in [https://github.com/apache/opendal/pull/4343](https://togithub.com/apache/opendal/pull/4343) - chore: Cleanup of oio::Read, docs, comments, naming by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4345](https://togithub.com/apache/opendal/pull/4345) - chore: Remove not exist read operations by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4412](https://togithub.com/apache/opendal/pull/4412) - chore(deps): bump toml from 0.8.10 to 0.8.12 in /bin/oay by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apache/opendal/pull/4418](https://togithub.com/apache/opendal/pull/4418) - chore(deps): bump toml from 0.8.10 to 0.8.12 in /bin/oli by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apache/opendal/pull/4420](https://togithub.com/apache/opendal/pull/4420) - chore(deps): bump tokio from 1.36.0 to 1.37.0 in /bin/ofs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apache/opendal/pull/4419](https://togithub.com/apache/opendal/pull/4419) - chore(deps): bump prometheus-client from 0.22.1 to 0.22.2 in /core by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apache/opendal/pull/4417](https://togithub.com/apache/opendal/pull/4417) - chore: update copyright year to 2024 in NOTICE by [@​shoothzj](https://togithub.com/shoothzj) in [https://github.com/apache/opendal/pull/4433](https://togithub.com/apache/opendal/pull/4433) - chore: Bump bytes to 1.6 to avoid compileing error by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4472](https://togithub.com/apache/opendal/pull/4472) - chore: Add output types in OperatorFutures by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4475](https://togithub.com/apache/opendal/pull/4475) - chore(core): Use reader's chunk size instead by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4489](https://togithub.com/apache/opendal/pull/4489) - chore: sort tomls by taplo by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4491](https://togithub.com/apache/opendal/pull/4491) - chore(core): Align Reader and Writer's API design by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4498](https://togithub.com/apache/opendal/pull/4498) - chore: Add docs and tests for reader related types by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4513](https://togithub.com/apache/opendal/pull/4513) - chore: Reorganize the blocking reader layout by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4514](https://togithub.com/apache/opendal/pull/4514) - chore: Align with chunk instead of confusing buffer by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4528](https://togithub.com/apache/opendal/pull/4528) - chore: Refactor Write and BlockingWrite API by [@​Xuanwo](https://togithub.com/Xuanwo) in [https://github.com/apache/opendal/pull/4540](https://togithub.com/apache/opendal/pull/4540) - chore(core): Change std result to opendal result in core by [@​tannal](https://togithub.com/tannal) in [https://github.com/apache/opendal/pull/4542](https://togithub.com/apache/opendal/pull/4542) - chore: fixup download links by [@​tisonkun](https://togithub.com/tisonkun) in [https://github.com/apache/opendal/pull/4547](https://togithub.com/apache/opendal/pull/4547) - chore(deps): bump clap from 4.5.1 to 4.5.4 in /bin/oay by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apache/opendal/pull/4557](https://togithub.com/apache/opendal/pull/4557) - chore(deps): bump anyhow from 1.0.80 to 1.0.82 in /bin/oli by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apache/opendal/pull/4559](https://togithub.com/apache/opendal/pull/4559) - chore(deps): bump libc from 0.2.153 to 0.2.154 in /bin/ofs by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/apache/opendal/pull/4558](https://togithub.com/apache/opendal/pull/4558)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 4 months ago

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.01s
✅ REPOSITORY dustilock yes no 0.01s
✅ REPOSITORY gitleaks yes no 0.2s
⚠️ REPOSITORY trivy yes 1 6.24s
✅ REPOSITORY trivy-sbom yes no 0.81s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_